21 lines
460 B
TOML
21 lines
460 B
TOML
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"
|