Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsidian: Convert all types of checkboxes #7

Open
sojusnik opened this issue Aug 9, 2023 · 0 comments
Open

Obsidian: Convert all types of checkboxes #7

sojusnik opened this issue Aug 9, 2023 · 0 comments

Comments

@sojusnik
Copy link

sojusnik commented Aug 9, 2023

Zim has three additional states of checkboxes that Obsidian isn't supporting, but they are still rendered as checked off checkboxes, but without strikethrough text, so they are easily distinguishable from a regular checked off checkbox. Therefore, I suggest converting them too.

Zim (now):

[x] cross
[>] arrow right
[<] arrow left

Obsidian (now):

- [x] cross
- [>] arrow right
[<] arrow left

Obsidian (should):

- [c] cross (because a small x is already used for a checked off checkbox)
- [>] arrow right
- [<] arrow left

The following two types are already converted properly:

- [x] checked off
- [ ] not checked off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant