20250115.1736964880
This commit is contained in:
parent
d19e1afc8c
commit
b605c728ee
5 changed files with 10 additions and 5 deletions
|
@ -12,7 +12,7 @@ indent_character: '|'
|
||||||
journals:
|
journals:
|
||||||
default:
|
default:
|
||||||
display_format: markdown
|
display_format: markdown
|
||||||
encrypt: true
|
encrypt: false
|
||||||
journal: /home/fz0x1/.diary/diary.jrnl
|
journal: /home/fz0x1/.diary/diary.jrnl
|
||||||
test:
|
test:
|
||||||
display_format: markdown
|
display_format: markdown
|
||||||
|
|
Binary file not shown.
|
@ -77,3 +77,7 @@ function check_connection() {
|
||||||
echo 0
|
echo 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function create_db() {
|
||||||
|
sqlite3 "$1" "$2"
|
||||||
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@ application/x-extension-burp=install4j_psxmh6-BurpSuiteCommunity.desktop
|
||||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-base.desktop
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-base.desktop
|
||||||
application/zip=doublecmd.desktop
|
application/zip=doublecmd.desktop
|
||||||
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
||||||
|
text/html=librewolf.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
application/xhtml+xml=librewolf.desktop;
|
application/xhtml+xml=librewolf.desktop;
|
||||||
|
|
Loading…
Add table
Reference in a new issue