-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from Quorafind/feat/new-icon-list
Support new icon set after Obsidian 1.7.3
- Loading branch information
Showing
29 changed files
with
732 additions
and
686 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ data.json | |
|
||
# Exclude macOS Finder (System Explorer) View States | ||
.DS_Store | ||
|
||
# ignore pnpm | ||
pnpm-lock.yaml |
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,11 +1,11 @@ | ||
{ | ||
"id": "cmdr", | ||
"name": "Commander", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"minAppVersion": "1.4.0", | ||
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.", | ||
"author": "jsmorabito & phibr0", | ||
"authorUrl": "https://github.com/phibr0", | ||
"fundingUrl": "https://ko-fi.com/phibr0", | ||
"isDesktopOnly": false | ||
} | ||
} |
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
Oops, something went wrong.