AutoYADM commit: 2025-04-13 13:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-13 13:45:05 -04:00
parent d874b2ea39
commit 8f5a6383cc
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,21 @@
backend_type = "Sqlite"
scroll_per_page = 5
sync_os_clipboard = false
history_limit = 10
colored_tags = true
datum_visibility = "show"
app_state_dir = "/home/fic/.local/state/tui-journal"
[export]
show_confirmation = true
[external_editor]
auto_save = false
temp_file_extension = "md"
command = "hx"
[json_backend]
file_path = "/home/fic/SyncDocuments/tui-journal/entries.json"
[sqlite_backend]
file_path = "/home/fic/SyncDocuments/tui-journal/entries.db"