Skip to content

Commit 805de66

Browse files
committed
5.0.0
- Large code re-org - Added RPG Awesome icons as an option for admonition icons. - Fixed tab indexes of the Create Admonition Type modal -
1 parent 2d463c6 commit 805de66

File tree

19 files changed

+1784
-233
lines changed

19 files changed

+1784
-233
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ main.js
1212
.DS_Store
1313
*build.js
1414
rollup.config-dev.js
15+
16+
17+
generated/*

@types/types.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ No additional features are planned at this time. If there is a feature missing t
380380

381381
# Version History
382382

383+
## 5.0.0
384+
385+
- Added [RPG Awesome Icons](http://nagoshiashumari.github.io/Rpg-Awesome/) as an option for admonition icons.
386+
383387
## 4.4.1
384388

385389
- Removed `content` parameter

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "4.4.2",
4+
"version": "5.0.0",
55
"minAppVersion": "0.11.0",
66
"description": "Admonition block-styled content for Obsidian.md",
77
"author": "Jeremy Valentine",

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "4.4.2",
3+
"version": "5.0.0",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {
@@ -26,5 +26,9 @@
2626
"rollup-plugin-css-only": "^3.1.0",
2727
"tslib": "^2.0.3",
2828
"typescript": "^4.0.3"
29+
},
30+
"dependencies": {
31+
"font-blast": "^0.7.0",
32+
"superagent": "^6.1.0"
2933
}
3034
}

0 commit comments

Comments
 (0)