-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fe4ae0
commit 12ba88e
Showing
62 changed files
with
73,185 additions
and
8,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"file-explorer": true, | ||
"global-search": true, | ||
"switcher": true, | ||
"graph": true, | ||
"backlink": true, | ||
"outgoing-link": true, | ||
"tag-pane": true, | ||
"page-preview": true, | ||
"daily-notes": true, | ||
"templates": false, | ||
"note-composer": true, | ||
"command-palette": true, | ||
"slash-command": true, | ||
"editor-status": true, | ||
"starred": true, | ||
"markdown-importer": false, | ||
"zk-prefixer": false, | ||
"random-note": false, | ||
"outline": true, | ||
"word-count": true, | ||
"slides": true, | ||
"audio-recorder": false, | ||
"workspaces": true, | ||
"file-recovery": true, | ||
"publish": false, | ||
"sync": false, | ||
"canvas": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"switcher", | ||
"graph", | ||
"backlink", | ||
"canvas", | ||
"outgoing-link", | ||
"tag-pane", | ||
"page-preview", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{ | ||
"id": "dbfolder", | ||
"name": "DB Folder", | ||
"version": "3.0.1", | ||
"minAppVersion": "0.16.3", | ||
"version": "3.1.0", | ||
"minAppVersion": "1.1.1", | ||
"description": "Folder with the capability to store and retrieve data from a folder like database", | ||
"author": "RafaelGB", | ||
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder", | ||
"isDesktopOnly": false | ||
"isDesktopOnly": false, | ||
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
{ | ||
"id": "editing-toolbar", | ||
"name": "Editing Toolbar", | ||
"version": "2.2.2", | ||
"minAppVersion": "0.14.0", | ||
"description": "The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.", | ||
"author": "Cuman", | ||
"authorUrl": "https://github.com/cumany/obsidian-editing-toolbar", | ||
"isDesktopOnly": true | ||
} | ||
{"id":"editing-toolbar","name":"Editing Toolbar","version":"2.2.3","minAppVersion":"0.14.0","description":"The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.","author":"Cuman","authorUrl":"https://github.com/cumany/obsidian-editing-toolbar","isDesktopOnly":true} |
Oops, something went wrong.