You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would be another solution to the hugo relative link problem and would generally allow more flexibility for people working with alternative publishing mechanisms.
proposed command line usage:
$ obsidian-export --wikilink-prefix="/posts/" /path/to/input/ /path/to/output/
for given input markdown:
generated markdown would be:
this would be another solution to the hugo relative link problem and would generally allow more flexibility for people working with alternative publishing mechanisms.
main code touch points seem to be be https://github.com/zoni/obsidian-export/blob/main/src/lib.rs#L650
The text was updated successfully, but these errors were encountered: