feat: 🚧 Continue technical part redaction

This commit is contained in:
2024-10-31 16:06:27 +01:00
parent d515d62c1e
commit aa45331010
13 changed files with 358 additions and 6 deletions

9
.zed/tasks.json Normal file
View File

@ -0,0 +1,9 @@
// .zed/tasks.json
[
{
"label": "Forward Search",
"command": "zathura --synctex-forward \"$ZED_ROW:$ZED_COLUMN:$ZED_FILE\" -x 'zed %{input}:%{line}' main.pdf",
"allow_concurrent_runs": true,
"reveal": "never"
}
]