Hacker News new | ask | show | jobs
by mathijs 499 days 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

4 comments

I 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

Wow, you really pulled out all the tricks for this one! Commands, key bindings, completions, snippets, and a syntax! Nicely done!
Love 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.
Same! I use ST for my to-do list and personal wiki, with custom highlighting and commands, and VSCode for coding.
That's really cool. Great work!