mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
* behavior outline
* FIrst pass at allow external plugins
* remove template exporter
* Add listing of active plugins to '--version' output
* Documentation for plugins
* [Docs] add custom imports and exporters to site TOC
* [Docs] better linewrapping
* enforce positive initial linewrap
Check column widths
update gitignore
throw error when linewrap too small
simply check for large enough linewrap value
* delete unused error message
* PR feedback
make exception more informative
update check_linewrap signature in src and test
make check_linewrap a free function
* delete unused function
* delete else..pass block
* newline for make format
* Include dates_exporter
* Use Base classes for importer and exporters.
* [Docs] improve documentation of custom Importers and Exporters
* [Testing] separate run with external plugin!
* basic behavior test
* prototype unittest for JSON Exporter
test for unimplemented method
* make format
delete unused imports
* Remove 'importer' or 'exporter' from filenames where not needed
* [Test] run different tests with or without the external plugins installed
* [Test] move test rot13 plugin into git tree
from
|
||
---|---|---|
.. | ||
data | ||
steps | ||
build.feature | ||
core.feature | ||
datetime.feature | ||
delete.feature | ||
encrypt.feature | ||
environment.py | ||
file_storage.feature | ||
format.feature | ||
import.feature | ||
multiple_journals.feature | ||
overrides.feature | ||
password.feature | ||
plugins.feature | ||
search.feature | ||
star.feature | ||
tag.feature | ||
upgrade.feature | ||
write.feature |