Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Oct 27, 2021
1 parent 0eeb4ef commit f1192b0
Show file tree
Hide file tree
Showing 14 changed files with 915 additions and 48 deletions.
3 changes: 2 additions & 1 deletion .hildur/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"mrj-text-expand",
"convert-url-to-iframe",
"obsidian-collapse-all-plugin",
"mrj-crosslink-between-notes"
"mrj-crosslink-between-notes",
"csv-obsidian"
]
9 changes: 9 additions & 0 deletions .hildur/plugins/extract-url/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .hildur/plugins/extract-url/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "extract-url",
"name": "Extract url content",
"version": "0.9.0",
"description": "Extract url converting content into markdown",
"author": "Stephen Solka",
"authorUrl": "https://github.com/trashhalo",
"isDesktopOnly": false,
"minAppVersion": "0.12.15"
}
4 changes: 2 additions & 2 deletions .hildur/plugins/obsidian-activity-history/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"path": "/",
"date": "2021-10-26",
"size": 10766462
"size": 10766578
}
],
"activityHistory": [
Expand All @@ -30,7 +30,7 @@
},
{
"date": "2021-10-26",
"value": 5975691
"value": 5975807
}
]
}
Expand Down
293 changes: 293 additions & 0 deletions .hildur/plugins/obsidian-comments/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .hildur/plugins/obsidian-comments/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "obsidian-comments",
"name": "Comments",
"version": "0.2.0",
"minAppVersion": "0.10.11",
"description": "Add, track and easily navigate between a note's Comments",
"author": "darakah",
"authorUrl": "https://github.com/Darakah/",
"isDesktopOnly": false
}
Loading

0 comments on commit f1192b0

Please sign in to comment.