-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature Request: Export a markdown folder as a single document #41
Comments
Hi David, that's an interesting idea. Currently, the best you can do is use Obsidian's note embedding syntax, like Here's a workaround that does what you want, but it involves the terminal:
When I add #27 I'll probably add a context menu option to export everything in a folder as well. I might instead make the button generate an index file like the |
Hi @OliverBalfour, I have a similar thing, but maybe a more thorough one. Here it is:
At the end my file looks like this: with embeded_md_file which looks like this (depends on reference style) I have edited obsidian CSS so it makes a nice list of footnotes that includes files from my bibliography. However, when exporting out of obsidian nothing is included. |
I'd expand this a bit too - I want to export my whole obsidian vault as a single ePub. (currently ~2300 files) |
I don't have as many files as evitiello above (2300, wow!) but tend to write in scenes rather than chapters, so would have several hundred. I rearrange the scenes in revision. I'm sure there's a techie way to have automatic file numbering of these scenes, which I will try to research, but would love to eventually be able to export many pieces. Would be happy to help contribute toward funding of this revised plugin! |
Great plugin. I tend to break my writing projects into separate sections/chapters - sometimes a large number of them. I control their order by name e.g. 000 Introduction, 002 Chapter 1, 003 Chapter 1 Notes, 004 Chapter 2
What would be useful is if the export could be done on a folder. It would then run through the files in alphabetical order and export to the requested format as a single document. I know applications like Zettlr can do this for nested folders ("projects") but a single folder and its md content would be sufficient for me. The pandoc command itself is pretty straightforward - just passing multiple filenames as the input instead of just one.
I'd like to help but need to get my head around how plugins work first!
The text was updated successfully, but these errors were encountered: