vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

[Question] Reorder checklist and backlink titles

Open revett opened this issue 10 months ago • 0 comments

Thanks for a great project, I use it daily and it is core to my notes workflow.

I have two questions.

Question 1

Is there a setting to automatically reorder checklist on save, so that:

- [ ] Foo
- [x] Bar
- [ ] Baz

Is automatically updated to the following on save:

- [x] Bar
- [ ] Foo
- [ ] Baz

Question 2

If I have a note called setup_instuctions.md and add a backlink to it in another note:

Please refer to [[setup_instuctions.md]].

Is it possible instead for the backlink title to be rendered as the following when adding via autocomplete:

Please refer to [[Setup Instructions]].

revett avatar Jun 06 '25 10:06 revett