Compare commits
5 Commits
f52a446a9d
...
7cc17ecb17
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cc17ecb17 | |||
| 2b22d5a685 | |||
| 7b0a0c799f | |||
| 578f433804 | |||
| 142700a2f2 |
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
@ -8,13 +8,13 @@
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"disablePopupsForNoChanges": false,
|
||||
"disablePopupsForNoChanges": true,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
@ -23,7 +23,7 @@
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
|
||||
@ -374,3 +374,18 @@ will not have been corrected.
|
||||
|
||||
Specific release upgrade `freebsd-update upgrade -r 13.3-RELEASE`
|
||||
|
||||
## calibre-web
|
||||
|
||||
* Install python311 and python311-sqlite and rust
|
||||
* Create venv with `python -m venv ~/venvs/venv311-calibre-web`
|
||||
* Activate venv with `. ~/venv/venv311-calibre-web/bin/activate`
|
||||
* `pip install calibre-web`
|
||||
|
||||
|
||||
Error: native python module not installed need from ports:
|
||||
|
||||
```
|
||||
ImportError: No module named _sqlite3
|
||||
```
|
||||
|
||||
See <https://github.com/janeczku/calibre-web>
|
||||
|
||||
Reference in New Issue
Block a user