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

Compatibility with Logseq's MD format #77

Open
alxlg opened this issue Feb 27, 2022 · 0 comments
Open

Compatibility with Logseq's MD format #77

alxlg opened this issue Feb 27, 2022 · 0 comments

Comments

@alxlg
Copy link

alxlg commented Feb 27, 2022

I just tried to use the same .md file in both Logseq (https://logseq.com/) and this applet and it seems a very good combo, but there is a problem: Logseq is an outliner so it forces the "-" at the beginning of a new line while this applet uses the * and only for entries (not titles).

Would it be possible to parse the files but ignoring everything that is not compatible with this applet?

Example of a Logseq file:

- # To-do
	- [x] Done
	- [ ] Undone
- # Something else
  collapsed:: true
	- [ ] example
	- [ ] example

But this applet wants something like this that wouldn't work in Logseq:

# To-do

    * [x] Done
    * [ ] Undone

# Something else

    * [ ] example
    * [ ] example

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