Share via Pandoc
To share notes via Pandoc, click on menu button to right of note. Choose Share > via Pandoc > as DOCX / EPUB / HTML / ODT
Info
Termux needs to be installed for this.
Step by step guide to setup share via pandoc:
-
Install Termux
- Installing Termux application allows us to execute command line instructions (you will only have to setup it once, then Zettel Notes will use it as an intermediary for format conversions).
- Download via Play Store or F-droid (Recommended).
-
Grant Zettel Notes permission to access Termux by clicking on first button in dialog
- Select the output file format
-
Configure storage access in Termux.
- To do this you need to open Termux and type the command
termux-setup-storage
. - In Android 14 it is possible that Termux shows, an aborted operation message. To fix it you have to tell Termux to install Termux-am with the following instruction
pkg install termux-am
and setup storage access usingtermux-setup-storage
.
- To do this you need to open Termux and type the command
-
Enable external application access in Termux.
- To enable it you have to edit from Termux itself its properties file
~/.termux/termux.properties
. Read more on Github - Or you can paste the following command in termux
echo allow-external-apps=true >> /data/data/com.termux/files/home/.termux/termux.properties"'
- To enable it you have to edit from Termux itself its properties file
-
Install Pandoc
- To do this paste
pkg install pandoc
in termux.
- To do this paste
-
Enter absolute path for repository
- Tell Termux the absolute address in Android of the repository of our notes. Something similar to
/storage/emulated/0/<repository>
.
- Tell Termux the absolute address in Android of the repository of our notes. Something similar to
-
Click on export button