mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 23:46:14 +02:00
parent
6c98c7cdfc
commit
09d652899a
4 changed files with 58 additions and 0 deletions
9
tests/external_plugins_src/README.md
Normal file
9
tests/external_plugins_src/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Rot13 Custom Exporter for Jrnl
|
||||
|
||||
This is a custom exporter to demostrate how to write customer exporters for
|
||||
[jrnl](https://github.com/jrnl-org/jrnl). It is also used by *jrnl* in its
|
||||
tests to ensure the feature works as expected.
|
||||
|
||||
This plugin applies a [Caeser
|
||||
cipher](https://en.wikipedia.org/wiki/Caesar_cipher) (specifically the
|
||||
[ROT13](https://en.wikipedia.org/wiki/ROT13)) to output text.
|
Loading…
Add table
Add a link
Reference in a new issue