Replies: 1 comment
-
If I am understanding the org writer code correctly, org mode implies a Since I was using code from https://github.com/jml/obsidian-to-org to replace internal links with org-id references, I will simply identify both explicit and implied file links to replace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When converting from markdown to org, typically relative links get converted to the format
[[file: file.md][description]]
. However, this appears to be broken if the link starts with any of/
,./
,../
. Is there a way to get this detection working on files that are not in the current directory?Example input:
Output:
Expected output
Pandoc Info
pandoc 3.1.13
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/icurtis/.local/share/pandoc
Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
Beta Was this translation helpful? Give feedback.
All reactions