Skip to content

Commit

Permalink
fix(nerd icons): delete from props
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Oct 21, 2022
1 parent 7b904ec commit 1c631d1
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 133 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To disable icon for specific page if it was inherited, but not needed
icon:: none
```

Journal pages default props (cose there is no inherit from) can be configured in Settings.
Journal pages default props (cose there is no inherit from) can be configured in Settings (⚠ no quotes in colors!).

<img src="https://github.com/yoyurec/logseq-awesome-links/raw/main/screenshots/page-icons.png" width="640">

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"dependencies": {
"@logseq/libs": "0.0.9",
"@logseq/libs": "^0.0.10",
"fastdom": "^1.0.11",
"tinycolor2": "^1.4.2"
},
Expand All @@ -25,14 +25,14 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.25.0",
"semantic-release": "^19.0.5",
"typescript": "^4.8.4",
"vite": "3.1.7"
"vite": "3.1.8"
},
"license": "MIT",
"logseq": {
Expand Down
Loading

0 comments on commit 1c631d1

Please sign in to comment.