vault backup: 2026-04-30 22:27:06

This commit is contained in:
2026-04-30 22:27:06 -04:00
parent f1818ee578
commit f7c50ed0d2
59 changed files with 3099 additions and 180 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"language": "en",
"searchLimit": 10,
"thumbnailWidth": null,
"defaultNotePath": "/",
"templates": [
{
"name": "Default",
"templateString": "[{title}]({url})",
"createNote": false,
"customPath": "",
"useTemplateFile": false,
"templateFilePath": ""
}
],
"autoInsertSingleResponseQueries": false,
"autoSearchNoteTitle": false,
"prioritizeArticleTitle": false,
"cleanupIntros": true,
"openArticleInFullscreen": false,
"openCreatedNotes": false,
"overrideFiles": false,
"showedWebviewerMessage": false
}
File diff suppressed because it is too large Load Diff
+14
View File
@@ -0,0 +1,14 @@
{
"id": "wikipedia-search",
"name": "Wikipedia Helper",
"version": "2.7.0",
"minAppVersion": "1.8.0",
"description": "Search, link, insert and open Wikipedia/Wikimedia articles.",
"author": "StrangeGirlMurph",
"authorUrl": "https://github.com/StrangeGirlMurph/",
"fundingUrl": {
"Ko-fi": "https://ko-fi.com/murph",
"GitHub Sponsor": "https://github.com/sponsors/StrangeGirlMurph"
},
"isDesktopOnly": false
}