akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown
https://github.com/akosbalasko/yarle
MIT License
1.4k stars 82 forks source link

Preserve indent using $\qquad$ via configuration option or template option? #545

Open OscillateWildly opened 10 months ago

OscillateWildly commented 10 months ago

I am converting a series of notes that make heavy use of indentation for organization. For example, I might have a note in the following format:

Topic A Point 1 about Topic A Point 2 about Topic A

Topic B Point 1 about Topic B Point 1 about Topic B Point 1 Point 2 about Topic B

When I convert these files, I see the indents in edit mode, but not in reading mode, so it's clear that they are present in the .enex file, and preserved in the converted file.

I now understand that Markdown doesn't really support indentation as such, but also understand I can use something like $\qquad$ to create indent-like formatting.

Can Yarle take a configuration option to change any indents to a sequence of my choosing, similar to how problematic filename characters are converted to "_"?

Alternatively, can Yarle auto-convert indented text to unordered lists?

github-actions[bot] commented 10 months ago

Yihaa, thank you for reporting me this issue and to let me improve Yarle!