Replies: 1 comment 2 replies
-
Hi again :) Thanks for reporting. This request clearly has a multi-document export flair to it, and that is somewhere where I didn't want to go. The original scope of this plugin was really to ease sharing Obsidian notes through mail/documents, and not to export multiple documents to HTML, and I'm afraid this would only be a first step to such a feature. Now I don't say that this isn't a useful (although there are already a few plugins that do this), but it's clearly outside the time-budget I have for this and my initial goals. Sorry :'( |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
I little tweaked your main.js because I found a similar post #47 (comment) and I did it because I had also a similar problem with an urgent need.
However, I did not wish to use the Obsidian's URL of the file instead of changing the .md to .html given in the original
The target="_self" is needed for me because I am about to use the generated HTML file in an iframe, thus the navigation needs to remain in the iframe.
Thus I changed the replaceInternalLinks(node) function in your main.js
Beta Was this translation helpful? Give feedback.
All reactions