Skip to content
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

Export Zim-notebook as ODF #395

Closed
Nick222 opened this issue Mar 24, 2018 · 2 comments
Closed

Export Zim-notebook as ODF #395

Nick222 opened this issue Mar 24, 2018 · 2 comments

Comments

@Nick222
Copy link
Contributor

Nick222 commented Mar 24, 2018

Can user export Zim-notebook as ODF - LibreOffice Writer (ODT) format - and keep structure of notebook and all headings in notes as document outlining (may be through any third format)?

@1xPdd
Copy link

1xPdd commented Apr 9, 2018

You should be able to create a script, then call it as a 'Custom Tool.' Something like:

zim --export \
  --format=markdown \
  --output="/tmp/$note.md" \
  "$note"

pandoc "/tmp/$note.md" -o "~/Desktop/$note.odt"

@Nick222
Copy link
Contributor Author

Nick222 commented Apr 9, 2018

Very good :) OK :)

@Nick222 Nick222 closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants