perhaps you guys could change it to say that to ex...
# chat
l
perhaps you guys could change it to say that to export notes from joplin, you should export like this
s
Oh, awesome!
So it was as easy as: -
File
->
Export All
->
MD - Markdown + Frontmatter
- Markdown import pod
l
yap
s
Sweet. I'll get that in. Mind if I use that joplin screenshot?
l
sure
s
This will be in the next docs promote tomorrow 🙂 https://github.com/dendronhq/dendron-site/commit/536132f8765b39cd54b7f32544bd12b1cb74cc82 (opted for no screenshot, in case the app updates or rewords anything in the future)
l
there is a problem though
in that note links don't work
s
I see. Are there any other problems, or hurdles, that should be noted?
l
it doesn't "respect" the update and created fields of the front matter (coming from joplin)
just puts the current time
other than that, nothing (expect that there's a "_resources" note that can be deleted, it just contains a list of "# Imported assets [...]")
s
You should comment on this issue with your experience when it comes to the frontmatter: https://github.com/dendronhq/dendron/issues/2198 (looks like we have an incoming fix in the pipeline, not sure if it will overwrite the created/updated still)
What format are the backlinks in when exported? I can see if there is an open issue for it already or not
l
It's a relative path, including the spaces (encoded as %20)
(Joplin uses that when you copy a markdown link of a note)
s
l
Somewhat related, because the link to the note is a relative one, and I believe that's not how it works in dendron?
s
@User What are your thoughts? Should a new bug be open when it comes to markdown importing, if relative links to other markdown files break? Not sure if an existing issue applies to this markdown import problem already or not. @User can you provide the exact example format? As in, do the links look like this:
Copy code
markdown
- [Broken backlink example](../other/docs/file.md)
s
I'm also not sure if there's an existing issue for this. I think a new issue would make sense (although I'd call this an enhancement rather than a bug).
s
@User Feel free to make a request for the import pod to help in converting backlinks of relative file path links to become wikilinks 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
l
With spaces encoded, yes
I do think it's a bug, more so than the front matter one
Cuz now can't navigate with them, do you have a possible workaround?
s
Please file a bug report in that case, we'll try to fix it as soon as possible
l
Will do
that one may make this work though
just thought that wasn't possible in dendron (relative links)
s
A tool that may be helpful in the meantime, by @User , can help with frontmatter joplin dates when importing: https://github.com/dendronhq/dendron/discussions/2118#discussioncomment-1991260
joplin2dendron
l
thanks, although honestly I was just pointing that out, that doesn't really bother me :p
2 Views