-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax Highlighting
clach04 edited this page Jan 20, 2025
·
19 revisions
Tools with built-in todo.txt syntax highlighting (and potentially auto-formatting/completion).
-
Vim
- https://github.com/Calder-Ty/todotext.vim https://github.com/tomtom/ttodo_vim NOTE links to other vim scripts/plugins
-
https://github.com/freitass/todo.txt-vim
- Fork https://gitlab.com/dbeniamine/todo.txt-vim with project sorting
- https://github.com/dbeniamine/todo.txt-vim
- https://github.com/sideshowcoder/vimtodotxt
- http://johngodlee.xyz/posts/2022-06-20-todo/
-
Markor under android
-
COLOR_CATEGORY = 0xef6C00; # #ef6C00 https://www.color-hex.com/color/ef6C00 orange - https://convertingcolors.com/hex-color-EF2929.html COLOR_CONTEXT = 0x88b04b; # #88b04b https://www.color-hex.com/color/88b04b green COLOR_PRIORITY_A = 0xEF2929; # #EF2929 https://www.color-hex.com/color/EF2929 red COLOR_PRIORITY_B = 0xd16900; # #d16900 https://www.color-hex.com/color/d16900 orange/brown COLOR_PRIORITY_C = 0x59a112; # #59a112 https://www.color-hex.com/color/59a112 green COLOR_PRIORITY_D = 0x0091c2; # #0091c2 https://www.color-hex.com/color/0091c2 blue COLOR_PRIORITY_E = 0xa952cb; # #a952cb https://www.color-hex.com/color/a952cb purple COLOR_PRIORITY_F = 0x878986; # #878986 https://www.color-hex.com/color/878986 gray/grey COLOR_DONE_DARK = 0x999d9d9d; # #9d9d9d https://www.color-hex.com/color/9d9d9d gray/grey COLOR_DONE_LIGHT = 0x993d3d3d; # #3d3d3d https://www.color-hex.com/color/3d3d3d almost black COLOR_DATE_LIGHT = 0xcc6d6d6d; # #6d6d6d https://www.color-hex.com/color/6d6d6d gray/grey COLOR_DATE_DARK = COLOR_DONE_DARK;
-
-
- https://github.com/dunstontc/vscode-todotxt
- https://github.com/davraamides/todotxt-mode NOTE non-conforming extended syntax rules implementation. For example, it supports leading spaces for prior and done (presumably for nested tasks)
Add-ons and plugins
Also see: