KyleKing / mdformat-obsidian

Format Markdown for Obsidian including Callouts (Admonitions)
MIT License
1 stars 0 forks source link

Add support for custom task lists #1

Closed powerman closed 1 month ago

powerman commented 2 months ago

Current version breaks example from https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task+lists:

 - [x] Milk
-- [?] Eggs
-- [-] Bread
+
+- \[?\] Eggs
+
+- \[-\] Bread

Was: изображение Now: изображение

Moreover, with installed community plugin https://github.com/obsidian-tasks-group/obsidian-tasks (about 1.5M installations, so it's really widely used) task lists can use nearly any symbols, e.g.: https://publish.obsidian.md/tasks/Reference/Status+Collections/AnuPpuccin+Theme#Supported+statuses so it's better to not try to fix them at all.

KyleKing commented 2 months ago

Thanks for these great feature requests!

I'm traveling and have a few busy weeks, but I agree that all should be implemented and I'll try to make time when I can. I'm open to contributions, if you would like to work on any of these.

powerman commented 2 months ago

I'm open to contributions, if you would like to work on any of these.

No, sorry, Python isn't my language of choice, I use Go.

KyleKing commented 1 month ago

@powerman, I believe I've addressed the open tickets in changes released with v0.1.0! Let me know if you run into any issues