9 ms·
I've used it for 15 years and ST is still the first thing I install on a new PC. All thoughts, meeting notes, journals, blog post drafts... everything is jotte
by mathijs 2y ago
I've used it for 15 years and ST is still the first thing I install on a new PC.
All thoughts, meeting notes, journals, blog post drafts... everything is jotted down in ST first. I even went as far as writing my own to-do list syntax highlighter[1] which is the main reason ST is always open, at home and at work, even though I mostly use VSCode and IntelliJ for coding nowadays.
[1]: https://github.com/mlagerberg/todo https://github.com/mlagerberg/todo
- seedie 2y agoLove the simplicity of your to to-do list syntax highlighter in comparison to todo.txt. That's more how my brain works, as simple as possible. Especially your take on the due date vs. date when you plan to do it. Will definitely try it out.
- techiferous 2y agoSame! I use ST for my to-do list and personal wiki, with custom highlighting and commands, and VSCode for coding.
- DarkCrusader2 2y agoI also use sublime for managing todo and IDE for coding as my work repo uses custom tooling for build and autocomplete which only supports Visual Studio. I use PlainTasks [0] which is very similar to your plugin but also has a few keyboard shortcuts to toggle the item state. Using this with a watered down GTD setup has really brought a lot of peace in both my personal and professional life. [0] https://github.com/aziz/PlainTasks https://github.com/aziz/PlainTasks
- james2doyle 2y agoWow, you really pulled out all the tricks for this one! Commands, key bindings, completions, snippets, and a syntax! Nicely done!
- james2doyle 2y agoThat's really cool. Great work!