hrenaud / obsidian-checkbox3states-plugin

This is a simple plugin for add a third state to checkbox list.
14 stars 3 forks source link

Generalize to "Other States"? #3

Open soaxelbrooke opened 1 year ago

soaxelbrooke commented 1 year ago

First off, thanks so much for putting in the work on this! Second, I would love to use this to indicate more things than a third state, like bullet journaling. For example, having a different colors for "won't do", "do later", etc, with their own configurable [ ] box content.

bearoxo commented 1 year ago

https://github.com/deathau/obsidian-snippets/tree/main#checkboxes

Saeden commented 9 months ago

First off, thanks so much for putting in the work on this! Second, I would love to use this to indicate more things than a third state, like bullet journaling. For example, having a different colors for "won't do", "do later", etc, with their own configurable [ ] box content.

I have just made a bulletjournal version of this plugin, forking this original one. (I only saw @bearoxo's comment just now haha), it only implements migration, scheduling and half completed states. Not yet completely generalised. I might do that in the future. I have also not yet gone to the trouble of getting it into the obsidian community plugins but that is def on my todo list. Check it out if you like and let me know if you find any issues.

https://github.com/Saeden/obsidian-bujo-checkbox/