jrnl/tests/external_plugins_src
MinchinWeb 7f5fbca658 Sample Importer: Handle data consistently whether from file or stdin
Importers: handle writing the journal to disk ourselves (rather than delegating to the plugin)
Plugins: First pass at testing custom importer
2021-07-17 13:29:14 -07:00
..
jrnl/contrib Sample Importer: Handle data consistently whether from file or stdin 2021-07-17 13:29:14 -07:00
README.md Use implicit namespace plugins for import and export (#1216) 2021-07-17 12:47:33 -07:00
setup.py Use implicit namespace plugins for import and export (#1216) 2021-07-17 12:47:33 -07:00

Rot13 Custom Exporter for Jrnl

This is a custom exporter to demostrate how to write customer exporters for jrnl. It is also used by jrnl in its tests to ensure the feature works as expected.

This plugin applies a Caeser cipher (specifically the ROT13) to output text.