diff --git a/pyproject.toml b/pyproject.toml index 3b761cb..ede6765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,3 +34,6 @@ cmd = "quarto preview scoping_review.qmd --to=html" [tool.poe.tasks.render] help = "Render all project files" cmd = "quarto render" +[tool.poe.tasks.edit] +help = "Edit the main project file in-environment" +cmd = "nvim"