mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
define dummy exporter type pretty
This commit is contained in:
parent
1bd5931c43
commit
6e3574c529
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ __exporters = [
|
|||
__importers = [JRNLImporter]
|
||||
|
||||
__exporter_types = {name: plugin for plugin in __exporters for name in plugin.names}
|
||||
__exporter_types["pretty"] = None
|
||||
__importer_types = {name: plugin for plugin in __importers for name in plugin.names}
|
||||
|
||||
EXPORT_FORMATS = sorted(__exporter_types.keys())
|
||||
|
|
Loading…
Add table
Reference in a new issue