diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..9645c67d0 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.github/scripts/categorize-plugins.py b/.github/scripts/categorize-plugins.py old mode 100644 new mode 100755 diff --git a/.github/scripts/category.md.jinja b/.github/scripts/category.md.jinja old mode 100644 new mode 100755 diff --git a/.github/scripts/plugin.md.jinja b/.github/scripts/plugin.md.jinja old mode 100644 new mode 100755 diff --git a/.github/scripts/theme.md.jinja b/.github/scripts/theme.md.jinja old mode 100644 new mode 100755 diff --git a/.github/scripts/update-releases.py b/.github/scripts/update-releases.py old mode 100644 new mode 100755 diff --git a/.github/scripts/utils.py b/.github/scripts/utils.py old mode 100644 new mode 100755 index 0fa16db18..76dd8f9d2 --- a/.github/scripts/utils.py +++ b/.github/scripts/utils.py @@ -10,9 +10,9 @@ THEMES_JSON_FILE = "https://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-css-themes.json" OUTPUT_DIR = { - "plugin": "02 - Community plugins/02.01 - Plugins", - "category": "02 - Community plugins/02.02 - Categories", - "theme": "04 - Community themes", + "plugin": "03 - Community Tools For Obsidian/Plugins", + "category": "02 - Categories/Plugins", + "theme": "03 - Community Tools For Obsidian/Themes", } diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index ff51639a7..814d04e84 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .obsidian/ .trash/ -Templates/ \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/.obsidian/app.json b/.obsidian/app.json old mode 100644 new mode 100755 index 7a4436f48..0521eaa16 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,5 +1,22 @@ { "newFileLocation": "folder", - "newFileFolderPath": "08 - Seedbox", - "attachmentFolderPath": "10 - Resources/10.01 - Note attachments" + "newFileFolderPath": "07 - Inbox", + "attachmentFolderPath": "00 - Contribute To The Obsidian Hub/03 Attachments", + "alwaysUpdateLinks": true, + "emacsyKeys": false, + "fileSortOrder": "alphabeticalReverse", + "promptDelete": false, + "spellcheck": true, + "spellcheckDictionary": [ + "explainers", + "MoCs", + "pre", + "prepopulated", + "autocompletion", + "wikilinks", + "autocomplete", + "ish", + "Unlinked", + "MoC" + ] } \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json old mode 100644 new mode 100755 index a2b144c75..5664922ca --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -8,7 +8,7 @@ "templates", "note-composer", "command-palette", - "markdown-importer", + "outline", "word-count", "open-with-default-app", "file-recovery" diff --git a/.obsidian/snippets/hh-buttons.css b/.obsidian/snippets/hh-buttons.css old mode 100644 new mode 100755 diff --git a/.obsidian/templates.json b/.obsidian/templates.json old mode 100644 new mode 100755 index e6b55fa2c..50cd05614 --- a/.obsidian/templates.json +++ b/.obsidian/templates.json @@ -1,3 +1,3 @@ { - "folder": "00 - Meta/00.01 - Meta OCV templates" + "folder": "00 - Contribute to the Obsidian Hub/01 Templates" } \ No newline at end of file diff --git a/00 - Contribute to the Obsidian Hub/.DS_Store b/00 - Contribute to the Obsidian Hub/.DS_Store new file mode 100644 index 000000000..d0c28dc0d Binary files /dev/null and b/00 - Contribute to the Obsidian Hub/.DS_Store differ diff --git a/00 - Contribute to the Obsidian Hub/01 Templates/T - Ancillary tools.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Ancillary tools.md new file mode 100755 index 000000000..bbf2d4b71 --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Ancillary tools.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# T - Ancillary tools + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Blog posts.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Blog posts.md old mode 100644 new mode 100755 similarity index 94% rename from 00 - Meta/00.01 - Meta OCV templates/T - Blog posts.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Blog posts.md index 9a136e14c..4777ad377 --- a/00 - Meta/00.01 - Meta OCV templates/T - Blog posts.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Blog posts.md @@ -6,7 +6,7 @@ tags: publish: true --- -# Blog posts +# T - Blog posts Author: #placeholder/author Link: #placeholder/link diff --git a/00 - Meta/00.01 - Meta OCV templates/T - CSS Snippet.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - CSS Snippet.md old mode 100644 new mode 100755 similarity index 94% rename from 00 - Meta/00.01 - Meta OCV templates/T - CSS Snippet.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - CSS Snippet.md index a62a4ba36..71e30ffd1 --- a/00 - Meta/00.01 - Meta OCV templates/T - CSS Snippet.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - CSS Snippet.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - CSS Snippet %% Add a description below and remove the tag. What do you use this css snippet for? Feel free to add links to other existing notes! %% #placeholder/description diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Digital garden site.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Digital garden site.md old mode 100644 new mode 100755 similarity index 53% rename from 00 - Meta/00.01 - Meta OCV templates/T - Digital garden site.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Digital garden site.md index 9f36ad29d..a27aa23fd --- a/00 - Meta/00.01 - Meta OCV templates/T - Digital garden site.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Digital garden site.md @@ -1,16 +1,16 @@ --- -aliases: -- +aliases: + - tags: -- seedling + - seedling publish: true --- -# #placeholder/title +# T - Digital garden site -Link: #placeholder/link +Link: #placeholder/link Author: #placeholder/author %% Optional %% -Tool: %% Create or link a an [[Ancilliary tools]] note %% +Tool: %% Create or link a an [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] note %% %% Add a description about the publish site below this line. It doesn't need to be long: one or two sentences should be a good start. %% -#placeholder/description +#placeholder/description diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Folder structure.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Folder structure.md old mode 100644 new mode 100755 similarity index 89% rename from 00 - Meta/00.01 - Meta OCV templates/T - Folder structure.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Folder structure.md index 8b12209d9..184c20b3a --- a/00 - Meta/00.01 - Meta OCV templates/T - Folder structure.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Folder structure.md @@ -6,11 +6,11 @@ tags: publish: true --- -# #placeholder/title +# T - Folder structure %% Optional: Add a screenshot #placeholder/screenshot -Remove this comment once you're done or if you'll be using another approach mentioned in [[06.02 - Vault examples]] +Remove this comment once you're done or if you'll be using another approach mentioned in [[πŸ—‚οΈ Vaults]] %% %% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. diff --git a/00 - Meta/00.01 - Meta OCV templates/T - GitHub Repository.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - GitHub Repository.md old mode 100644 new mode 100755 similarity index 97% rename from 00 - Meta/00.01 - Meta OCV templates/T - GitHub Repository.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - GitHub Repository.md index 63bd3e18f..7cb4c6744 --- a/00 - Meta/00.01 - Meta OCV templates/T - GitHub Repository.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - GitHub Repository.md @@ -13,7 +13,7 @@ publish: true ![GitHub all releases](https://img.shields.io/github/downloads/{{repo}}/total?color=573E7A&logo=github&style=for-the-badge) * ![GitHub manifest version](https://img.shields.io/github/manifest-json/v/{{repo}}?color=573E7A&logo=github&style=for-the-badge) * ![GitHub issues by-label](https://img.shields.io/github/issues/{{repo}}/help%20wanted?color=573E7A&logo=github&style=for-the-badge) * ![GitHub Repo stars](https://img.shields.io/github/stars/{{repo}}?color=573E7A&logo=github&style=for-the-badge) -# #placeholder/title +# T - GitHub Repository Repository: [GitHub](https://github.com/{{repo}}) diff --git a/00 - Meta/00.01 - Meta OCV templates/T - How to.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - How to.md old mode 100644 new mode 100755 similarity index 93% rename from 00 - Meta/00.01 - Meta OCV templates/T - How to.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - How to.md index f8978ce20..6dd35a81f --- a/00 - Meta/00.01 - Meta OCV templates/T - How to.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - How to.md @@ -6,7 +6,7 @@ tags: publish: true --- -# {{title}} +# T - How to %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% diff --git a/00 - Contribute to the Obsidian Hub/01 Templates/T - MOCs.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - MOCs.md new file mode 100755 index 000000000..0a56ec59e --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - MOCs.md @@ -0,0 +1,14 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# T - MOCs + +#placeholder/description + +## MOC + diff --git a/00 - Contribute to the Obsidian Hub/01 Templates/T - New Concept.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - New Concept.md new file mode 100644 index 000000000..6b58662e5 --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - New Concept.md @@ -0,0 +1 @@ +# T - New Concept diff --git a/00 - Meta/00.01 - Meta OCV templates/T - New Note.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - New Note.md old mode 100644 new mode 100755 similarity index 92% rename from 00 - Meta/00.01 - Meta OCV templates/T - New Note.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - New Note.md index f8978ce20..50665693e --- a/00 - Meta/00.01 - Meta OCV templates/T - New Note.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - New Note.md @@ -6,7 +6,7 @@ tags: publish: true --- -# {{title}} +# T - New Note %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Note showcase.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Note showcase.md old mode 100644 new mode 100755 similarity index 93% rename from 00 - Meta/00.01 - Meta OCV templates/T - Note showcase.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Note showcase.md index 3b24e260f..00e45e36a --- a/00 - Meta/00.01 - Meta OCV templates/T - Note showcase.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Note showcase.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - Note showcase %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. If you can add links to any plugins or notes in the community vault %% diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Plugin Category.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Plugin Category.md old mode 100644 new mode 100755 similarity index 94% rename from 00 - Meta/00.01 - Meta OCV templates/T - Plugin Category.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Plugin Category.md index ccfa67a33..1985c819a --- a/00 - Meta/00.01 - Meta OCV templates/T - Plugin Category.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Plugin Category.md @@ -7,7 +7,7 @@ publish: true --- -# #placeholder/title +# T - Plugin Category %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% #placeholder/description diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Publish site.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Publish site.md old mode 100644 new mode 100755 similarity index 93% rename from 00 - Meta/00.01 - Meta OCV templates/T - Publish site.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Publish site.md index c74aff9cf..8f4f05153 --- a/00 - Meta/00.01 - Meta OCV templates/T - Publish site.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Publish site.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - Publish site Link: #placeholder/link Author: #placeholder/author diff --git a/00 - Meta/00.01 - Meta OCV templates/T - TODO.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - TODO.md old mode 100644 new mode 100755 similarity index 64% rename from 00 - Meta/00.01 - Meta OCV templates/T - TODO.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - TODO.md index f722ca325..c7f6af922 --- a/00 - Meta/00.01 - Meta OCV templates/T - TODO.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - TODO.md @@ -1,3 +1,4 @@ +# T - TODO %% TODOs: diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Templates.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Templates.md old mode 100644 new mode 100755 similarity index 93% rename from 00 - Meta/00.01 - Meta OCV templates/T - Templates.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Templates.md index 78456c75e..a644233e5 --- a/00 - Meta/00.01 - Meta OCV templates/T - Templates.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Templates.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - Templates %% Add a description below and remove the tag. What do you use this template for? Feel free to add links to the type of template it is or other existing notes! %% #placeholder/description diff --git a/00 - Contribute to the Obsidian Hub/01 Templates/T - Title.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Title.md new file mode 100755 index 000000000..27ffe0d5c --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Title.md @@ -0,0 +1 @@ +# T - Title \ No newline at end of file diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Vault showcase.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Vault showcase.md old mode 100644 new mode 100755 similarity index 97% rename from 00 - Meta/00.01 - Meta OCV templates/T - Vault showcase.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Vault showcase.md index 492b9074f..69f6b6494 --- a/00 - Meta/00.01 - Meta OCV templates/T - Vault showcase.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Vault showcase.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - Vault showcase %% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Website.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - Website.md old mode 100644 new mode 100755 similarity index 90% rename from 00 - Meta/00.01 - Meta OCV templates/T - Website.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - Website.md index fe18a348d..7005cd39e --- a/00 - Meta/00.01 - Meta OCV templates/T - Website.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - Website.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - Website Link: #placeholder/link diff --git a/00 - Meta/00.01 - Meta OCV templates/T - YouTube Channel.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Channel.md old mode 100644 new mode 100755 similarity index 95% rename from 00 - Meta/00.01 - Meta OCV templates/T - YouTube Channel.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Channel.md index 213521678..c32e30d64 --- a/00 - Meta/00.01 - Meta OCV templates/T - YouTube Channel.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Channel.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - YouTube Channel %% Match the title with the channel's title %% diff --git a/00 - Meta/00.01 - Meta OCV templates/T - YouTube Video.md b/00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Video.md old mode 100644 new mode 100755 similarity index 95% rename from 00 - Meta/00.01 - Meta OCV templates/T - YouTube Video.md rename to 00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Video.md index ec05bd042..33a81380d --- a/00 - Meta/00.01 - Meta OCV templates/T - YouTube Video.md +++ b/00 - Contribute to the Obsidian Hub/01 Templates/T - YouTube Video.md @@ -6,7 +6,7 @@ tags: publish: true --- -# #placeholder/title +# T - YouTube Video By #placeholder/author diff --git "a/00 - Contribute to the Obsidian Hub/01 Templates/\360\237\227\202\357\270\217 01 Templates.md" "b/00 - Contribute to the Obsidian Hub/01 Templates/\360\237\227\202\357\270\217 01 Templates.md" new file mode 100755 index 000000000..16398dedb --- /dev/null +++ "b/00 - Contribute to the Obsidian Hub/01 Templates/\360\237\227\202\357\270\217 01 Templates.md" @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- MOC +--- + +# πŸ—‚οΈ 01 Templates + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[[[T - Ancillary tools|T - Ancillary tools]] [[[[T - Blog posts|T - Blog posts]] [[[[T - CSS Snippet|T - CSS Snippet]] [[[[T - Digital garden site|T - Digital garden site]] [[[[T - Folder structure|T - Folder structure]] [[[[T - GitHub Repository|T - GitHub Repository]] [[[[T - How to|T - How to]] [[[[T - MOCs|T - MOCs]] [[[[T - New Note|T - New Note]] [[[[T - Note showcase|T - Note showcase]] [[[[T - Plugin Category|T - Plugin Category]] [[[[T - Publish site|T - Publish site]] [[[[T - Templates|T - Templates]] [[[[T - Title|T - Title]] [[[[T - TODO|T - TODO]] [[[[T - Vault showcase|T - Vault showcase]] [[[[T - Website|T - Website]] [[[[T - YouTube Channel|T - YouTube Channel]] [[[[T - YouTube Video|T - YouTube Video]] +%% Zoottelkeeper: End of the autogenerated index file list %% + diff --git a/10 - Resources/10.01 - Note attachments/Select to inspect element.png b/00 - Contribute to the Obsidian Hub/02 Attachments/Select to inspect element.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/Select to inspect element.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/Select to inspect element.png diff --git a/10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Category_view.png b/00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Category_view.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Category_view.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Category_view.png diff --git a/10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Collections_view.png b/00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Collections_view.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Collections_view.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Collections_view.png diff --git a/10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Feed.png b/00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Feed.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Feed.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Feed.png diff --git a/10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Note.png b/00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Note.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Note.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Note.png diff --git a/10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Tags.png b/00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Tags.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/YAFPA_Showcase_Tags.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/YAFPA_Showcase_Tags.png diff --git a/10 - Resources/10.01 - Note attachments/css-obsidian-layout.png b/00 - Contribute to the Obsidian Hub/02 Attachments/css-obsidian-layout.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/css-obsidian-layout.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/css-obsidian-layout.png diff --git a/10 - Resources/10.01 - Note attachments/file-and-link-settings.png b/00 - Contribute to the Obsidian Hub/02 Attachments/file-and-link-settings.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/file-and-link-settings.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/file-and-link-settings.png diff --git a/10 - Resources/10.01 - Note attachments/github-actions-running.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-actions-running.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-actions-running.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-actions-running.png diff --git a/10 - Resources/10.01 - Note attachments/github-actions.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-actions.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-actions.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-actions.png diff --git a/10 - Resources/10.01 - Note attachments/github-add-new-file.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-add-new-file.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-add-new-file.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-add-new-file.png diff --git a/10 - Resources/10.01 - Note attachments/github-compare-changes.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-compare-changes.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-compare-changes.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-compare-changes.png diff --git a/10 - Resources/10.01 - Note attachments/github-edit-file.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-edit-file.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-edit-file.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-edit-file.png diff --git a/10 - Resources/10.01 - Note attachments/github-editor-web.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-editor-web.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-editor-web.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-editor-web.png diff --git a/10 - Resources/10.01 - Note attachments/github-edits-on-your-fork.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-edits-on-your-fork.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-edits-on-your-fork.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-edits-on-your-fork.png diff --git a/10 - Resources/10.01 - Note attachments/github-fork-notice.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-fork-notice.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-fork-notice.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-fork-notice.png diff --git a/10 - Resources/10.01 - Note attachments/github-open-pr.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-open-pr.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-open-pr.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-open-pr.png diff --git a/10 - Resources/10.01 - Note attachments/github-plugin-release.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-plugin-release.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-plugin-release.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-plugin-release.png diff --git a/10 - Resources/10.01 - Note attachments/github-propose-changes.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-propose-changes.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-propose-changes.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-propose-changes.png diff --git a/10 - Resources/10.01 - Note attachments/github-use-template-repo.png b/00 - Contribute to the Obsidian Hub/02 Attachments/github-use-template-repo.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/github-use-template-repo.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/github-use-template-repo.png diff --git a/10 - Resources/10.01 - Note attachments/plugin-submission-PR-template.png b/00 - Contribute to the Obsidian Hub/02 Attachments/plugin-submission-PR-template.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/plugin-submission-PR-template.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/plugin-submission-PR-template.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-acme_1.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_1.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-acme_1.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_1.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-acme_2.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_2.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-acme_2.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_2.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-acme_3.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_3.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-acme_3.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_3.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-acme_4.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_4.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-acme_4.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_4.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-acme_5.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_5.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-acme_5.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-acme_5.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-be_1.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_1.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-be_1.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_1.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-be_2.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_2.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-be_2.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_2.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-be_3.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_3.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-be_3.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_3.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-be_4.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_4.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-be_4.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-be_4.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-fw.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-fw.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-fw.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-fw.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_1.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_1.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_1.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_1.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_2.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_2.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_2.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_2.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_3.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_3.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_3.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_3.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_4.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_4.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-http-fe_4.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-http-fe_4.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_1.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_1.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_1.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_1.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_2.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_2.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_2.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_2.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_3.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_3.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_3.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_3.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_4.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_4.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_4.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_4.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_5.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_5.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_5.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_5.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_6.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_6.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_6.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_6.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_7.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_7.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_7.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_7.png diff --git a/10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_8.png b/00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_8.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/publish-pfsense-https-fe_8.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/publish-pfsense-https-fe_8.png diff --git a/10 - Resources/10.01 - Note attachments/theme-submission-PR-template.png b/00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-PR-template.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/theme-submission-PR-template.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-PR-template.png diff --git a/10 - Resources/10.01 - Note attachments/theme-submission-add-comma.png b/00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-add-comma.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/theme-submission-add-comma.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-add-comma.png diff --git a/10 - Resources/10.01 - Note attachments/theme-submission-add-info.png b/00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-add-info.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/theme-submission-add-info.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-add-info.png diff --git a/10 - Resources/10.01 - Note attachments/theme-submission-propose-changes.png b/00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-propose-changes.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/theme-submission-propose-changes.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/theme-submission-propose-changes.png diff --git a/10 - Resources/10.01 - Note attachments/vscode-regex-find-replace.png b/00 - Contribute to the Obsidian Hub/02 Attachments/vscode-regex-find-replace.png old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/10.01 - Note attachments/vscode-regex-find-replace.png rename to 00 - Contribute to the Obsidian Hub/02 Attachments/vscode-regex-find-replace.png diff --git "a/00 - Contribute to the Obsidian Hub/02 Attachments/\360\237\227\202\357\270\217 02 Attachments.md" "b/00 - Contribute to the Obsidian Hub/02 Attachments/\360\237\227\202\357\270\217 02 Attachments.md" new file mode 100755 index 000000000..11233365e --- /dev/null +++ "b/00 - Contribute to the Obsidian Hub/02 Attachments/\360\237\227\202\357\270\217 02 Attachments.md" @@ -0,0 +1,65 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02 Attachments + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[10.01 - Note attachments|10.01 - Note attachments]] +- [[css-obsidian-layout.png|css-obsidian-layout.png]] +- [[file-and-link-settings.png|file-and-link-settings.png]] +- [[github-actions-running.png|github-actions-running.png]] +- [[github-actions.png|github-actions.png]] +- [[github-add-new-file.png|github-add-new-file.png]] +- [[github-compare-changes.png|github-compare-changes.png]] +- [[github-edit-file.png|github-edit-file.png]] +- [[github-editor-web.png|github-editor-web.png]] +- [[github-edits-on-your-fork.png|github-edits-on-your-fork.png]] +- [[github-fork-notice.png|github-fork-notice.png]] +- [[github-open-pr.png|github-open-pr.png]] +- [[github-plugin-release.png|github-plugin-release.png]] +- [[github-propose-changes.png|github-propose-changes.png]] +- [[github-use-template-repo.png|github-use-template-repo.png]] +- [[plugin-submission-PR-template.png|plugin-submission-PR-template.png]] +- [[publish-pfsense-acme_1.png|publish-pfsense-acme_1.png]] +- [[publish-pfsense-acme_2.png|publish-pfsense-acme_2.png]] +- [[publish-pfsense-acme_3.png|publish-pfsense-acme_3.png]] +- [[publish-pfsense-acme_4.png|publish-pfsense-acme_4.png]] +- [[publish-pfsense-acme_5.png|publish-pfsense-acme_5.png]] +- [[publish-pfsense-be_1.png|publish-pfsense-be_1.png]] +- [[publish-pfsense-be_2.png|publish-pfsense-be_2.png]] +- [[publish-pfsense-be_3.png|publish-pfsense-be_3.png]] +- [[publish-pfsense-be_4.png|publish-pfsense-be_4.png]] +- [[publish-pfsense-fw.png|publish-pfsense-fw.png]] +- [[publish-pfsense-http-fe_1.png|publish-pfsense-http-fe_1.png]] +- [[publish-pfsense-http-fe_2.png|publish-pfsense-http-fe_2.png]] +- [[publish-pfsense-http-fe_3.png|publish-pfsense-http-fe_3.png]] +- [[publish-pfsense-http-fe_4.png|publish-pfsense-http-fe_4.png]] +- [[publish-pfsense-https-fe_1.png|publish-pfsense-https-fe_1.png]] +- [[publish-pfsense-https-fe_2.png|publish-pfsense-https-fe_2.png]] +- [[publish-pfsense-https-fe_3.png|publish-pfsense-https-fe_3.png]] +- [[publish-pfsense-https-fe_4.png|publish-pfsense-https-fe_4.png]] +- [[publish-pfsense-https-fe_5.png|publish-pfsense-https-fe_5.png]] +- [[publish-pfsense-https-fe_6.png|publish-pfsense-https-fe_6.png]] +- [[publish-pfsense-https-fe_7.png|publish-pfsense-https-fe_7.png]] +- [[publish-pfsense-https-fe_8.png|publish-pfsense-https-fe_8.png]] +- [[Select to inspect element.png|Select to inspect element.png]] +- [[theme-submission-add-comma.png|theme-submission-add-comma.png]] +- [[theme-submission-add-info.png|theme-submission-add-info.png]] +- [[theme-submission-PR-template.png|theme-submission-PR-template.png]] +- [[theme-submission-propose-changes.png|theme-submission-propose-changes.png]] +- [[vscode-regex-find-replace.png|vscode-regex-find-replace.png]] +- [[YAFPA_Showcase_Category_view.png|YAFPA_Showcase_Category_view.png]] +- [[YAFPA_Showcase_Collections_view.png|YAFPA_Showcase_Collections_view.png]] +- [[YAFPA_Showcase_Feed.png|YAFPA_Showcase_Feed.png]] +- [[YAFPA_Showcase_Note.png|YAFPA_Showcase_Note.png]] +- [[YAFPA_Showcase_Tags.png|YAFPA_Showcase_Tags.png]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/00 - Contribute to the Obsidian Hub/Contributing templates to the community vault.md b/00 - Contribute to the Obsidian Hub/Contributing templates to the community vault.md new file mode 100755 index 000000000..f721d551c --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/Contributing templates to the community vault.md @@ -0,0 +1,5 @@ +# Contributing templates to the community vault +1. Create a new file under [[πŸ—‚οΈ Templates]] (if you can, file it under the right subfolder). +2. Apply the [[T - Templates]] template +3. Fill out any placeholders +4. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/00 - Meta/Contributing with community plugins and themes.md b/00 - Contribute to the Obsidian Hub/Contributing with community plugins and themes.md old mode 100644 new mode 100755 similarity index 88% rename from 00 - Meta/Contributing with community plugins and themes.md rename to 00 - Contribute to the Obsidian Hub/Contributing with community plugins and themes.md index baa18781f..701394c14 --- a/00 - Meta/Contributing with community plugins and themes.md +++ b/00 - Contribute to the Obsidian Hub/Contributing with community plugins and themes.md @@ -1,3 +1,4 @@ +# Contributing with community plugins and themes Each note has been populated with some basic contents and structure based on the [obsidian-releases]() repository. However, notes in this folder might have missing information. Substitute any #placeholder tag with the required information or comment it out if it's not applicable. diff --git a/00 - Contribute to the Obsidian Hub/FAQ.md b/00 - Contribute to the Obsidian Hub/FAQ.md new file mode 100755 index 000000000..3c7553af4 --- /dev/null +++ b/00 - Contribute to the Obsidian Hub/FAQ.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- +--- + +# FAQ + +## Reporting broken (external) links, typos or mistakes + +- If you found a broken link, a typo or a mistake [please open an issue](https://github.com/obsidian-community/obsidian-hub/issues/new). +- ℹ️ Are you a first time contributor? [[CONTRIBUTING|Head over to here on a primer on how to get started]]. \ No newline at end of file diff --git a/00 - Meta/Tag glossary.md b/00 - Contribute to the Obsidian Hub/Tag glossary.md old mode 100644 new mode 100755 similarity index 100% rename from 00 - Meta/Tag glossary.md rename to 00 - Contribute to the Obsidian Hub/Tag glossary.md diff --git "a/00 - Contribute to the Obsidian Hub/\360\237\227\202\357\270\217 00 - Contribute to the Obsidian Hub.md" "b/00 - Contribute to the Obsidian Hub/\360\237\227\202\357\270\217 00 - Contribute to the Obsidian Hub.md" new file mode 100755 index 000000000..e304e8ed8 --- /dev/null +++ "b/00 - Contribute to the Obsidian Hub/\360\237\227\202\357\270\217 00 - Contribute to the Obsidian Hub.md" @@ -0,0 +1,23 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 00 - Contribute to the Obsidian Hub + +==ℹ️ Are you a first time contributor? [[CONTRIBUTING|Head over to here on a primer on how to get started]].== + +--- + +In this folder, you can find all the resources you need to make contributions to the collective knowledge base of the Obsidian Community – this Community Vault. To keep this community vault manageable and consistent, we have standardized [[πŸ—‚οΈ 01 Templates|Templates for new pages]] and a [[Tag glossary]]. Furthermore, we use [[πŸ—‚οΈ 02 Attachments|one central attachment folder]], where all images and other attachments are stored. + +Got some question left? Check out the [[FAQ]] or drop by in the `#Obsidian-Hub` at [the Obsidian Discord Server](https://discord.gg/veuWUTm) Wondering how a certain tag is used? Refer to the [[Tag glossary]]. + + + + + + diff --git a/00 - Meta/00 - Meta.md b/00 - Meta/00 - Meta.md deleted file mode 100644 index 53fd36746..000000000 --- a/00 - Meta/00 - Meta.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 00 - Meta - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[00 - Meta/00.01 - Meta OCV templates/00.01 - Meta OCV templates|00.01 - Meta OCV templates]] -- [[00 - Meta/00.02 - Contributors and Authors/00.02 - Contributors and Authors|00.02 - Contributors and Authors]] -- [[00 - Meta/Contributing templates to the community vault|Contributing templates to the community vault]] -- [[00 - Meta/Contributing with community plugins and themes|Contributing with community plugins and themes]] -- [[00 - Meta/FAQ|FAQ]] -- [[00 - Meta/Tag glossary|Tag glossary]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/00 - Meta/00.01 - Meta OCV templates/00.01 - Meta OCV templates.md b/00 - Meta/00.01 - Meta OCV templates/00.01 - Meta OCV templates.md deleted file mode 100644 index dcd5079ac..000000000 --- a/00 - Meta/00.01 - Meta OCV templates/00.01 - Meta OCV templates.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Meta OCV templates - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[00 - Meta/00.01 - Meta OCV templates/T - Ancilliary tools|T - Ancilliary tools]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Blog posts|T - Blog posts]] -- [[00 - Meta/00.01 - Meta OCV templates/T - CSS Snippet|T - CSS Snippet]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Digital garden site|T - Digital garden site]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Folder structure|T - Folder structure]] -- [[00 - Meta/00.01 - Meta OCV templates/T - GitHub Repository|T - GitHub Repository]] -- [[00 - Meta/00.01 - Meta OCV templates/T - How to|T - How to]] -- [[00 - Meta/00.01 - Meta OCV templates/T - MOCs|T - MOCs]] -- [[00 - Meta/00.01 - Meta OCV templates/T - New Note|T - New Note]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Note showcase|T - Note showcase]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Plugin Category|T - Plugin Category]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Publish site|T - Publish site]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Templates|T - Templates]] -- [[00 - Meta/00.01 - Meta OCV templates/T - TODO|T - TODO]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Vault showcase|T - Vault showcase]] -- [[00 - Meta/00.01 - Meta OCV templates/T - Website|T - Website]] -- [[00 - Meta/00.01 - Meta OCV templates/T - YouTube Channel|T - YouTube Channel]] -- [[00 - Meta/00.01 - Meta OCV templates/T - YouTube Video|T - YouTube Video]] -%% Zoottelkeeper: End of the autogenerated index file list %% - diff --git a/00 - Meta/00.01 - Meta OCV templates/T - MOCs.md b/00 - Meta/00.01 - Meta OCV templates/T - MOCs.md deleted file mode 100644 index ce0715835..000000000 --- a/00 - Meta/00.01 - Meta OCV templates/T - MOCs.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -aliases: -- -tags: -- MOC -publish: true ---- - -# {{title}} - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/00 - Meta/00.02 - Contributors and Authors/00.02 - Contributors and Authors.md b/00 - Meta/00.02 - Contributors and Authors/00.02 - Contributors and Authors.md deleted file mode 100644 index ce536d19c..000000000 --- a/00 - Meta/00.02 - Contributors and Authors/00.02 - Contributors and Authors.md +++ /dev/null @@ -1,5 +0,0 @@ -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[00 - Meta/00.02 - Contributors and Authors/Christian B. B. Houmann|Christian B. B. Houmann]] -- [[00 - Meta/00.02 - Contributors and Authors/Ryan J.A. Murphy|Ryan J.A. Murphy]] -- [[00 - Meta/00.02 - Contributors and Authors/SkepticMystic|SkepticMystic]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/00 - Meta/Contributing templates to the community vault.md b/00 - Meta/Contributing templates to the community vault.md deleted file mode 100644 index 7350832d3..000000000 --- a/00 - Meta/Contributing templates to the community vault.md +++ /dev/null @@ -1,4 +0,0 @@ -1. Create a new file under [[03 - Community templates]] (if you can, file it under the right subfolder). -2. Apply the [[T - Templates]] template -3. Fill out any placeholders -4. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/00 - Meta/FAQ.md b/00 - Meta/FAQ.md deleted file mode 100644 index 8a6679c40..000000000 --- a/00 - Meta/FAQ.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -aliases: -- -tags: -- ---- - -# FAQ - diff --git a/00 - Start here.md b/00 - Start here.md old mode 100644 new mode 100755 index 89adc7113..093cebb20 --- a/00 - Start here.md +++ b/00 - Start here.md @@ -4,6 +4,7 @@ aliases: tags: - --- +# 00 - Start here ![[README]] @@ -12,12 +13,14 @@ tags: We think of this vault as a [[Digital garden]]. This means that the content in our vault is very much a work in progress. Since we're at a very early stage, there's a lot of space to grow! You can check out a few sample notes here: - [[Obsidian October 2021]] -- [[02.02 - Categories|Plugin Categories]] +- [[πŸ—‚οΈ 02.01 Plugins by Category|Plugin Categories]] +- [[Resources and Guides for Plugin Developers]] +- [[Resources and Guides for Theme Designers]] - [[How to Style Obsidian]] - [[YT - How to use QuickAdd|How to use QuickAdd]] You can also take a look at the (auto-generated) index for our vault: -![[community-vault#MOC]] +![[πŸ—‚οΈ hub#MOC]] Didn't find what you were looking for? Found a mistake or a broken link? Have ideas or suggestions of what to include in this vault? Please check out [[CONTRIBUTING|how to contribute]]. diff --git a/01 - Community/Authors - Persons/Bryan Jenks.md b/01 - Community/Authors - Persons/Bryan Jenks.md new file mode 100755 index 000000000..c867d73d2 --- /dev/null +++ b/01 - Community/Authors - Persons/Bryan Jenks.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Bryan Jenks + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/00 - Meta/00.02 - Contributors and Authors/Christian B. B. Houmann.md b/01 - Community/Authors - Persons/Christian B. B. Houmann.md old mode 100644 new mode 100755 similarity index 100% rename from 00 - Meta/00.02 - Contributors and Authors/Christian B. B. Houmann.md rename to 01 - Community/Authors - Persons/Christian B. B. Houmann.md diff --git a/01 - Community/Authors - Persons/Eleanor Konik.md b/01 - Community/Authors - Persons/Eleanor Konik.md new file mode 100644 index 000000000..7f8dc6fcb --- /dev/null +++ b/01 - Community/Authors - Persons/Eleanor Konik.md @@ -0,0 +1 @@ +# Eleanor Konik diff --git a/00 - Meta/00.02 - Contributors and Authors/Ryan J.A. Murphy.md b/01 - Community/Authors - Persons/Ryan J.A. Murphy.md old mode 100644 new mode 100755 similarity index 100% rename from 00 - Meta/00.02 - Contributors and Authors/Ryan J.A. Murphy.md rename to 01 - Community/Authors - Persons/Ryan J.A. Murphy.md diff --git a/00 - Meta/00.02 - Contributors and Authors/SkepticMystic.md b/01 - Community/Authors - Persons/SkepticMystic.md old mode 100644 new mode 100755 similarity index 79% rename from 00 - Meta/00.02 - Contributors and Authors/SkepticMystic.md rename to 01 - Community/Authors - Persons/SkepticMystic.md index 60c5c39e7..881302587 --- a/00 - Meta/00.02 - Contributors and Authors/SkepticMystic.md +++ b/01 - Community/Authors - Persons/SkepticMystic.md @@ -1,7 +1,7 @@ ## Author of: -- [[Breadcrumbs]] -- [[Adjacency-Matrix-Maker|Adjacency Matrix Maker]] +- [[breadcrumbs]] +- [[adjacency-matrix-maker|Adjacency Matrix Maker]] - [Graph Analysis](https://github.com/SkepticMystic/graph-analysis) - [Metadataframe](https://github.com/SkepticMystic/metadataframe) - [Phrase Bank](https://github.com/SkepticMystic/Phrase-Bank) diff --git "a/01 - Community/Authors - Persons/\360\237\227\202\357\270\217 Authors - Persons.md" "b/01 - Community/Authors - Persons/\360\237\227\202\357\270\217 Authors - Persons.md" new file mode 100755 index 000000000..26cab2541 --- /dev/null +++ "b/01 - Community/Authors - Persons/\360\237\227\202\357\270\217 Authors - Persons.md" @@ -0,0 +1,19 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ Authors - Persons + +Overviews of all the work from notable People like Plugins Developers, Theme Designers or Moderators. + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[01 - Community/Authors - Persons/Christian B. B. Houmann|Christian B. B. Houmann]] +- [[01 - Community/Authors - Persons/Ryan J.A. Murphy|Ryan J.A. Murphy]] +- [[01 - Community/Authors - Persons/SkepticMystic|SkepticMystic]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/11 - Events/Obsidian Community Coworking.md b/01 - Community/Events/Obsidian Community Coworking.md old mode 100644 new mode 100755 similarity index 100% rename from 11 - Events/Obsidian Community Coworking.md rename to 01 - Community/Events/Obsidian Community Coworking.md diff --git a/11 - Events/Obsidian Community Talks.md b/01 - Community/Events/Obsidian Community Talks.md old mode 100644 new mode 100755 similarity index 96% rename from 11 - Events/Obsidian Community Talks.md rename to 01 - Community/Events/Obsidian Community Talks.md index 2ced649fa..d1d0b68df --- a/11 - Events/Obsidian Community Talks.md +++ b/01 - Community/Events/Obsidian Community Talks.md @@ -1,6 +1,7 @@ --- aliases: - Obsidian Community Talk + - showcase tags: - seedling publish: true @@ -39,7 +40,6 @@ You can then go over to this thread to vote for the talks you're interested in: -- [[Obsidian and TTPRG]] - [[How to create your own Obsidian plugin]] ### Previous talks @@ -51,7 +51,7 @@ You can then go over to this thread to vote for the talks you're interested in: - [[Deep Learning on Networks]] - [[Metadata Group Discussion]] - [[Knowledge Organization, Cataloguing and Classification in Obsidian]] -- [[Pandoc and Obsidian - Create slideshows, PDFs and Word documents]] +- [[Using Pandoc inside Obsidian|Pandoc and Obsidian - Create slideshows, PDFs and Word documents]] - [[What your vault knows]] - [[Spaced repetition - An Introduction]] - [[Breadcrumbs Showcase]] @@ -61,6 +61,7 @@ You can then go over to this thread to vote for the talks you're interested in: - [[Journaling Showcase]] - [[Obsidian 101]] - [[Project management for fiction writing]] +- [[Obsidian and TTRPG]] ## Organisers diff --git a/11 - Events/Obsidian October 2021.md b/01 - Community/Events/Obsidian October 2021.md old mode 100644 new mode 100755 similarity index 82% rename from 11 - Events/Obsidian October 2021.md rename to 01 - Community/Events/Obsidian October 2021.md index 85bfcaf34..82a03d12d --- a/11 - Events/Obsidian October 2021.md +++ b/01 - Community/Events/Obsidian October 2021.md @@ -48,14 +48,14 @@ We're honored to have invited some veteran developers in the community to be on ### Plugin judges -- [[Liam Cain]], author of the 3 plugins including the popular [[calendar|Calendar]] plugin -- [[Matthew Meyers]], author of 8 plugins including the [[obsidian-kanban|Kanban]] plugin and the [[California Coast]] theme -- [[argenos]], author of the [[nldates-obsidian|Natural Language Dates]] and [[hotkeysplus-obsidian|Hotkeys++]] plugins +- [[liamcain|Liam Cain]], author of the 3 plugins including the popular [[calendar|Calendar]] plugin +- [[mgmeyers|Matthew Meyers]], author of 8 plugins including the [[obsidian-kanban|Kanban]] plugin and the [[California Coast]] theme +- [[argenos|Argentina Ortega]], author of the [[nldates-obsidian|Natural Language Dates]] and [[hotkeysplus-obsidian|Hotkeys++]] plugins ### Theme judges -- [[Stephan Ango|Stephan Ango (kepano)]], author of the [[Minimal]] theme and 4 plugins -- [[Chetachi Ezikeuzor|Chetachi Ezikeuzor (Chetachi)]], author of the [[Yin and Yang]] theme and [[cmenu-plugin|cMenu]] plugin +- [[kepano|Stephan Ango (kepano)]], author of the [[Minimal]] theme and 4 plugins +- [[chetachiezikeuzor|Chetachi Ezikeuzor (Chetachi)]], author of the [[Yin and Yang]] theme and [[cmenu-plugin|cMenu]] plugin - [[SlRvb]], author of the [[ITS Theme]] [^1]: Obsidian credit can be used towards any Obsidian license or service. It is non-transferable. \ No newline at end of file diff --git "a/01 - Community/Events/\360\237\227\202\357\270\217 Events.md" "b/01 - Community/Events/\360\237\227\202\357\270\217 Events.md" new file mode 100755 index 000000000..860191e42 --- /dev/null +++ "b/01 - Community/Events/\360\237\227\202\357\270\217 Events.md" @@ -0,0 +1,18 @@ +--- +aliases: +- +tags: +- MOC +--- + +# πŸ—‚οΈ Events + +Overview of the various Events happening in the Obsidian Community. + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[01 - Community/Events/Obsidian Community Coworking|Obsidian Community Coworking]] +- [[01 - Community/Events/Obsidian Community Talks|Obsidian Community Talks]] +- [[01 - Community/Events/Obsidian October 2021|Obsidian October 2021]] +%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/01 - Community/Obsidian Roundup/2021.04.17.md b/01 - Community/Obsidian Roundup/2021.04.17.md new file mode 100755 index 000000000..d28becb15 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.04.17.md @@ -0,0 +1,48 @@ +## Community Events + +- The second half of the [community talk for how to leverage the Dataview plugin](https://youtu.be/jW5pD4SioFM) is now available on [[YouTube]]. You can vote for which upcoming community talks you're interested in [on the forum](https://forum.obsidian.md/t/obsidian-talks-which-talks-do-you-want-to-hear/15705/). +- `@nickmilo` & [[SkepticMystic]] are hosting [[blacksmithgu]] , the creator of the [[dataview|Dataview]] plugin, on a community Zoom meeting. Details are [here](https://discord.com/channels/686053708261228577/710585052769157141/832070319136833546) in the Discord. [[Eleanor Konik]] has agreed to do a share and showcase. +- Wanna join a fancy book club? [[ryanjamurphy]] and `@bri (they/m)` are hosting the first book club session for [Knowledge Architectures by Denise Bradford](https://www.routledge.com/Knowledge-Architectures-Structures-and-Semantics/Bedford/p/book/9780367219444) on April 25th 11-12ish PST, more info here: https://discord.com/channels/686053708261228577/744933215063638183/830888490433904641 + +## Plugin News + +- The [[obsidian-outliner|Outliner]] plugin now lets you click on bullets to zoom in! +- The [music notation plugin](https://github.com/TilBlechschmidt/obsidian-plugin-abcjs) renders music sheets from code blocks using the `music-abc` language. +- There was a nice [discussion](https://discord.com/channels/686053708261228577/710585052769157141/832070319136833546) initiated by `@pjeby` about some under-loved plugins that blend so well into the UI that you might not even known you need them, for example [[tag-wrangler|Tag Wrangler]], [[hotkey-helper|Hotkey Helper]], and [[pane-relief|Pane Relief]] +- `@alex.dinu` published [an initial version of a plugin that performs table sorting](https://github.com/alexandru-dinu/obsidian-sortable/releases/tag/0.1.0); it works with [[dataview|Dataview]] but is not yet in the community plugins list. +- From a plugin security perspective, this discussion about how [Obsidian has the ability to blacklist / disable plugins that are identified to have issues or vulnerabilities](http://discordapp.com/channels/686053708261228577/707816848615407697/832445992808218635) was very reassuring. +- [[mgmeyers]] updated the [[obsidian-style-settings|Style Settings]] plugin to give [better error reports](http://discordapp.com/channels/686053708261228577/707816848615407697/832315933842079784), which is always useful. The repo also has [This CSS Snippet](https://github.com/mgmeyers/obsidian-style-settings/blob/main/obsidian-default-theme.css) can be used to adjust every CSS variable of the default Obsidian theme. + +### For Developers + +- [[liamcain]] shared his [approach to mobile debugging on iOS](https://discord.com/channels/686053708261228577/817515900349448202/826416602911211535). It uses a [script for the plugin](https://gist.github.com/liamcain/3f21f1ee820cb30f18050d2f3ad85f3f). +- There is a now [a method for developers to write test cases that interact with a running obsidian instance](https://forum.obsidian.md/t/for-plugin-developers-write-test-cases-that-interact-with-a-running-obsidian-instance/16574). + +## Feature Requests + +- `@Murf` requested a [search operator similar to YAML similar to the line section](https://forum.obsidian.md/t/search-operator-for-yaml-similar-to-line-section/16565). As [[dataview|Dataview]] becomes more popular and better-understood, this will probably become more valuable, so if you have a use-case or want to advocate for this feature, please reply to the forum thread. + +## Workflow Stuff + +- For folks using MacOS, `@benhamilton` figured out a workflow for using [[icalBuddy]], a script, and a keyboard macro to [list events from a ical into a daily note](https://discord.com/channels/686053708261228577/694233507500916796/832463345952620554). + +## Tips & Tricks + +- PDF tip via [[cotemaxime]]: you can embed a specific page of a pdf with `![[My File.pdf#page=number]]` +- If you're using a sync service that doesn't let you opt out of syncing a particular folder, there is a setting in Obsidian that will let you override where that particular instance of Obsidian pulls its configurations from: in About -> Advanced -> Override config folder. This is also helpful if you've got access to the mobile beta and want to differentiate settings from your desktop config. +- `u/aviranco` on Reddit asked [how to restyle checklists to _not_ change the display of subitems under a completed task](https://www.reddit.com/r/ObsidianMD/comments/mqndbf/is_there_a_way_to_have_a_note_after_a_checked/gup4eiq); the community came through with [a CSS snippet](https://discord.com/channels/686053708261228577/702656734631821413/832507883925143552). +- If you like the idea of being able to zoom in and out to various tiles on your Obsidian workspace, `@Licat` put together [a CLI snippet](http://discordapp.com/channels/686053708261228577/744933215063638183/832420779378343937) that could be extended into a nifty plugin by an enterprising developer! +- In base Obsidian, footnotes screw with the line height and make paragraphs look not-quite-right from a spacing perspective. But `@Klaas` has a fix on their [GitHub snippet repository](https://forum.obsidian.md/t/how-to-achieve-css-code-snippets/8474). +- There's a mobile emulation flag in the desktop app that will let you check your CSS before moving it over to mobile, if you're a Supporter or VIP with access. + +## PKM Tips + +- We had a discussion about how to [adapt the concept of a Resonance calendar from Notion to Obsidian](http://discordapp.com/channels/686053708261228577/744933215063638183/832611785903308871) in order to help bridge the gap between "collector's fallacy" and "forgetting where you read something and not being able to find the reference again." +- There was an insightful discussion of [when to use a "task in a page" vs "tasks in a list" structure](http://discordapp.com/channels/686053708261228577/694233507500916796/832507555783770202) in the discord. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- We had another [discussion](https://discord.com/channels/686053708261228577/744933215063638183/832294628752752701) of the [[Onyx Boox]] and how nice it is to have Obsidian mobile open on one half of the screen, with a PDF or epub on the other half, and take notes directly into Obsidian with either handwriting, voice, or keyboard inputs. +- It's possible to get the raw list github merges for [plugins & themes as an RSS feed](https://github.com/obsidianmd/obsidian-releases/commits/master.atom) if you don't want to wait for the weekly newsletter but also don't want to hang out in the Discord. +- You can also get a direct [RSS feed from the discourse forum](https://meta.discourse.org/t/rss-feed-for-category-latest/37192) from a tag or a category, for example if you just wanted to follow the [community talks RSS](https://forum.obsidian.md/tag/community-talks.rss). +- For [[Static Site Generators]], there was some [discussion](http://discordapp.com/channels/686053708261228577/694233507500916796/832502926555086908) about [[Hugo]] vs. [[Jekyll]], along with a [forum post](https://forum.obsidian.md/t/notenote-link-publish-your-obsidian-notes-with-jekyll-for-free/7951) about how to self-host your obsidian notes as a [[Digital garden]]. We also talked about [how to get a newsletter](http://discordapp.com/channels/686053708261228577/694233507500916796/832332146194251816) with [[Hugo]] if you're more comfortable with the technical side of things. diff --git a/01 - Community/Obsidian Roundup/2021.04.24.md b/01 - Community/Obsidian Roundup/2021.04.24.md new file mode 100755 index 000000000..ab05044de --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.04.24.md @@ -0,0 +1,86 @@ +## In The Community + +- The 2nd community talk will be **Zotero 101** with `@argentum` on **Saturday 24th at 16:00 CET**. You can check the time of the talk in your local time [here](https://sharing.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). +- Nick Milo posted the 2021-04-17 community session with Tres Brenan, creator of [[dataview|Dataview]], to his [Obsidian Publish site](https://publish.obsidian.md/lyt-kit/Timestamps/2020-04-17+-+Dataview). I took part in the showcase portion, and there was a Q&A as well. +- [Effective Remote Work](https://www.youtube.com/watch?v=_cbB-7Ouudk) has a video about the iOS app for Obsidian. + +## Obsidian Updates + +the new Insider build [v0.12.0](https://forum.obsidian.md/t/obsidian-release-v0-12-0-insider-build/16809) went live and it was a big one. Definitely read the release notes to get an idea of what's coming if you haven't already, but the short version is: + +- you can now use `task` as a search parameter (similar to `block:`), along with `task-todo:` for only unchecked tasks. Tasks aren't limited to `[x]` anymore: you can use custom characters and target them via CSS. +- Search and backlinks are a lot more useful, plus you can get backlinks inside a document on preview mode (edit mode pending a future release). +- You can increase and decrease font size without messing with CSS. +- Lots of improvements to how plugins get enabled and how they handle safe mode. +- Some stuff that will matter to developers, especially theme developers. + +Note: it usually takes a week or two for insider builds to go live to everyone. + +## Plugin News + +- The update that has made the biggest difference to me _personally_ (especially for this roundup) is [[obsidian-auto-link-title|Auto Link Title]] which lets you paste a URL and automatically have it turn into a markdown link with the link's actual title. +- [[obsidian-charts|Obsidian Charts]] via `@doge` now has a GUI to create charts, as well as a live preview option, to make it easier to use. +- [Juggl 1.0.5](https://github.com/HEmile/juggl/releases/tag/1.0.5) is out now, with some additional options and a fix for the empty panes in the right sidebar. +- `@zsviczian` has forked Lars Lockefeer's Obsidian GTD plugin and extended it to add a bunch of features. It's not in the community repo yet, but v0.6 is on [github](https://github.com/zsviczian/Obsidian-GTD-plugin/releases/tag/v0.6). +- `@zsviczian` is also working on an [Obsidian plugin for Excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin). I believe it's currently in alpha and not yet available in the community repo but the developer is looking for feedback (via github issues preferred). +- [[obsidian-markdown-formatting-assistant-plugin|Markdown Formatting Assistant]] lets you use snippets for [[Markdown]], [[HTML]] and [[LaTeX]] and a color picker which shows the history of last used colors. It's not new but it's flying under the radar and will probably make a lot of people waiting for WYSIWYG happy. +- There is a new version of the [[obsidian-spaced-repetition|Spaced Repetition]] plugin ([v1.3.0](https://github.com/st3v3nmw/obsidian-spaced-repetition)). It adds support for flashcards that will help keep them from going out of sync. `@bookthief` [described it](https://discord.com/channels/686053708261228577/707816848615407697/833907413764800567) as a "native SRS flashcards plugin." +- There were multiple big updates for [[dataview|Dataview]] this week. [0.2.10] https://github.com/blacksmithgu/obsidian-dataview/releases/tag/0.2.10] added inline fields. [0.2.13](https://github.com/blacksmithgu/obsidian-dataview/releases/tag/0.2.13) allows for views to auto-reload at a configurable interval. Here are some examples: [via arminta7](https://discord.com/channels/686053708261228577/707816848615407697/834485643660099606), [via SkepticMystic](https://discord.com/channels/686053708261228577/707816848615407697/834390000388931604). +- `@mano` made a plugin that allows for a vertical tabs feature: [[koncham-workspace|koncham workspace]] +- `@foreveryone` had a useful explanation of how to split workspaces when using the [Tabs](https://github.com/gitobsidiantutorial/obsidian-tabs) plugin. + +### For Developers + +- There are some [changes coming to the API](https://github.com/obsidianmd/obsidian-api/commit/0a4b7f048944ff1a7f7603d611f4d7081288e358) that will impact how sections are handled. They're currently live on the Insider release. Discussion [here](http://discordapp.com/channels/686053708261228577/707816848615407697/833482342785875999). For discussion of how to actually deal with this, start [here](https://discord.com/channels/686053708261228577/707816848615407697/835190229794160681). +- `@zephraph` put together some tools for [programmatically working with plugins](https://discord.com/channels/686053708261228577/707816848615407697/833558301928325132). There's also an [unofficial collection of CLI tools](https://github.com/zephraph/obsidian-tools/tree/main/packages/obsidian-plugin-cli) that helps you build plugins for Obsidian. [Apparently](http://discordapp.com/channels/686053708261228577/707816848615407697/833562130698862603) it'll prompt you for which vault you want to develop in (via a select list; it finds all your vaults), sets up and automatically copies over built code, and prompts to you to install the `hot-reload` plugin if you haven't already (it'll do that for you automatically too). It'll even copy over the manifest file if any changes happen to that. +- There was a nifty [discussion] of what people use to [handle documentation for their plugins](https://discord.com/channels/686053708261228577/707816848615407697/833956511897223208). + +## Feature Requests + +- `@murf` created a [feature request for zooming into headers/headings](https://forum.obsidian.md/t/zoom-into-headers-like-most-outliners-do-with-bullets/17060) similar to how you can zoom into bullets using the [[obsidian-outliner|Outliner]] plugin. Currently the closest you can get is the Outline (not Outliner) plugin, which lets you jump to headers. +- `@arminta` had an [idea for a plugin](http://discordapp.com/channels/686053708261228577/707816848615407697/833106154619666433) that would allow for a way to see what frequently used terms have _not_ yet been linked, to help surface connections that are not necessarily obvious. + +## Workflow Stuff + +- We've gotten a couple of people asking about how (and whether) people in the medical profession can leverage Obsidian to their advantage. Here's a [graph](https://ptb.discord.com/channels/686053708261228577/709712341066842113/830508714007986269) that focuses on medical/anesthesia knowledge. There was also a reddit thread of [people discussing how they use Obsidian for medical stuff](https://www.reddit.com/r/ObsidianMD/comments/mw1pgw/is_anybody_here_a_medical_student/?utm_medium=android_app&utm_source=share). +- Here's a blog post from `@ton` about how to use Obsidian for [customer relationship management](https://www.zylstra.org/blog/2021/02/personal-crm-as-a-not-linkedin/) ([[Customer Relationship Management|CRM]]). They also have a nifty blog post about how Obsidian has led to a change in their [tagging practice](https://www.zylstra.org/blog/2020/10/new-emergent-tagging-practice/) +- There was as little mini share-and-showcase in Discord for [project workspaces](https://discord.com/channels/686053708261228577/694233507500916796/834897381388189748). +- `@arminta7` put together a really nice example of how she uses [[dataview|Dataview]] [for tasks and projects](https://forum.obsidian.md/t/dataview-task-and-project-examples/17011) with a video and handy links to other useful resources. + +## Tips & Tricks + +- You can insert page breaks into exported PDFs with the following: `
` (via `@Oliver Balfour` +- [Stack Overflow](https://stackoverflow.com/questions/5612105/add-text-to-the-end-of-each-file-with-notepad-and-regex) has an explanation of mass append a new tag to the bottom of a series of files (preferably in a folder) with [[Notepad++]] but MAKE SURE YOU MAKE A BACKUP FIRST, it's easy to mess up. You can probably do something similar with [[VSCode]] if you need to. +- There was a discussion on Reddit that covered [tips and tricks for using](https://www.reddit.com/r/ObsidianMD/comments/mui5q3/has_any_vim_or_vimlike_user_gotten_comfy_yet/) [[Vim]] with Obsidian. +- There's a new share & showcase for [Note and metadata/YAML templates](https://forum.obsidian.md/t/note-and-metadata-yaml-templates-snippets-showcase/16953) that is intended to serve as a handy meta thread for [[dataview|Dataview]], [[templater-obsidian|Templater]] ( see also: [this showcase](https://forum.obsidian.md/t/templater-plugin-script-collection/17010) from `@pmbauer`)), and [[Daily notes|Daily note templates]]. + +### CSS + +- `@foreveryone` figured out how to use CSS to let you create [an inline block embed](https://discord.com/channels/686053708261228577/702656734631821413/833195228940075048). There was a whole discussion about best practices and options so I'm linking you to discord instead of trying to find it on github. +- [This CSS](https://discord.com/channels/686053708261228577/702656734631821413/829852861776134176) from [[SlRvb]] will allow header titles to wrap, which is great for long titles and small screens. +- [[SlRvb]] has a nice update to [aside tag CSS](https://discord.com/channels/686053708261228577/702656734631821413/832944617368322089) that handles maximum width and overlapping aside boxes really smoothly. +- There are a couple of different ways to [caption a local image](https://forum.obsidian.md/t/why-isnt-there-a-way-to-add-a-caption-to-a-local-image-in-one-of-my-obsidian-markdown-notes/16358/3) with Obsidian. +- You can use CSS to [color-code folders](https://forum.obsidian.md/t/adding-color-to-obsidian-a-rainbow-of-possibility/12805/11) thanks to `@Lithou`. +- There's a nifty new way to do [highlights](https://github.com/steveyang331/Obsidian-css/tree/main/8%2B8%20highlight%20colors). There are more [examples on Discord](https://discord.com/channels/686053708261228577/744933215063638183/834866132887535627) + +### [[Obsidian Publish|Publish]] + +- For [[Obsidian Publish]], it's possible to [hide the file name using CSS](https://discord.com/channels/686053708261228577/768134314864017429/798866681862029352), which is useful if you prefer to use the title from a header. +- You can [add custom analytics](https://just-be.dev/notes/Obsidian/Publish) to publish pages using custom javascript if you have a custom domain. + +## PKM Tips + +- There was a fun [discussion about different ways to conceptualize maps of contents / indexes](https://discord.com/channels/686053708261228577/744933215063638183/833472754006884393). Actually there were [two](https://discord.com/channels/686053708261228577/710585052769157141/833714262643703891). It's a popular topic. +- `@joshduffney` put together a substack post about [how to leverage Obsidian for smart notetaking](https://knowledgework.substack.com/p/how-to-take-smart-notes-in-obsidian) that is pretty comprehensive and people seemed to enjoy. +- There was a lengthy discussion about [how to use Obsidian for studying for an upcoming AP exam](https://discord.com/channels/686053708261228577/722584061087842365/834046085583863848) that might be useful for students. +- Andy Matuschak had a discussion with a redditor over at the Slate Star Codex subreddit that was really interesting about [the nature and purpose and value (or lack thereof) of reading nonfiction books](https://www.reddit.com/r/slatestarcodex/comments/mvs0vf/what_books_are_for_a_response_to_why_books_dont/) that touches on the importance of engagement and salience. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Research Rabbit](https://researchrabbitapp.com/) had a big update that makes it a lot easier to use for discovering relevant scholarly articles on a topic. +- [Gingko](https://gingkoapp.com/) is fairly popular in this community: it's a tool that lets you do lists, outlines, and cards in a clean pyramid-like interface. +- There was a nice discussion on Reddit about [other tools Obsidian users might enjoy](https://www.reddit.com/r/ObsidianMD/comments/mvslt6/any_other_gems_like_obsidian/). + +## Housekeeping + +- I fiddled a bit with the email that this "officially" comes from, so now it should be possible to directly reply to this email so that it'll send to my personal email address (ek@eleanorkonik.com) diff --git a/01 - Community/Obsidian Roundup/2021.05.01.md b/01 - Community/Obsidian Roundup/2021.05.01.md new file mode 100755 index 000000000..97f602127 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.05.01.md @@ -0,0 +1,77 @@ +## In The Community + +- Obsidian Mobile is now available for all tiers of Obsidian Catalyst. +- `@Wace` will be presenting [Notetaking for Community Students](https://forum.obsidian.md/t/notetaking-for-university-students-community-talk-by-wace/17007) at 11:30 EST. +- [Voting for the date/time](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/17070) of the [Leveraging Metadata and Bending Markdown](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/17070) community talk via `@tallguyjenks` is currently underway. +- [Voting for the date/time](https://www.when2meet.com/?11752321-UHqgS) of the [Deep Learning on Networks](https://forum.obsidian.md/t/deep-learning-on-networks-community-talk-by-phnx/17235)] community talk by `@phnx` is currently underway. +- [Voting for the time slot](https://www.when2meet.com/?11790436-pKi9l) of the [Knowledge Organization, Cataloging and Classification in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/17442) talk by `@bri` is now open. +- [[templater-obsidian|Templater]] now has [a showcase on github](https://github.com/SilentVoid13/Templater/discussions/categories/templates-showcase) where people can share useful [[templater-obsidian|templater]] scripts. `@Murf` also has some [gists](https://gist.github.com/GitMurf) that seem like useful [[templater-obsidian|templater]] scripts. + +## Plugin News + +### Updates + +- [[obsidian-imgur-plugin|Imgur Plugin]] [v1.1.0](https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/1.1.0 "https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/1.1.0") is out. You can now upload on 'drag-and-drop' which enables uploading gifs and multiple files. +- Page preview now works in [[obsidian-kanban|Kanban]]. You can also do "new note from card." There are settings for specifying a template and output folder for new notes. `@Santi Younger` put together a [[YouTube|YouTube Video]] to explain [how to get the most out of visual boards](https://www.youtube.com/watch?v=vRZXT4ynKxE&lc=UgxqaLTyYyb27cjTwkZ4AaABAg). +- The [[obsidian-kindle-plugin|Kindle Highlights]] now brings in notes along with highlights. The developer is really responsive to requests and the plugin saw a lot of other quality of life improvements. There's an (unreleased) working prototype for importing from myclippings.txt as well, which will allow this to be used for books not officially connected to the Amazon account. Here's an [example](https://discord.com/channels/686053708261228577/744933215063638183/836759090762874900) of the plugin in action! +- [[argenos]] and [[liamcain]] released [v0.5.0](https://discord.com/channels/686053708261228577/707816848615407697/836333522921717793) of the [[nldates-obsidian|Natural Language Dates]] plugin, with a keyboard-friendly date picker, improved date autosuggestions that uses `@`, and more. +- The [[extract-url|Extract URL plugin]] now has [special support for youtube videos](https://forum.obsidian.md/t/extract-url-plugin-0-8-extended-youtube-support/17131). Extracting channel name and description as well. + +### Releases + +- This [[obsidian-filename-heading-sync|plugin]] plugin will keep the filename and the first heading of a file in sync. Straightforward, but convenient! +- [[obsidian-recall|Recall]] is a [[Spaced repetition]] plugin that just entered early-release (manual install required). It allows the use of different algorithms and lets you track or untrack notes. +- [[ryanjamurphy]] put together the [Enlightment](https://github.com/ryanjamurphy/enlightenment-obsidian) plugin, which greys out things you aren't focused on. I think the pull request to get it into the community plugins list is pending. +- [[obsidian-excalidraw-plugin|Excalidraw]], a full featured sketching plugin in Obsidian is [now available in the community plugins list](https://forum.obsidian.md/t/excalidraw-full-featured-sketching-plugin-in-obsidian/17367). +- `@mrjackphil` put together a plugin that will let you [copy markdown/obsidian links](https://github.com/mrjackphil/obsidian-copy-search-link) from the file explorer or search bar as a markdown or wiki link (instead of just the obsidian URI), as well as the header from the first result of a search, which is pretty nifty. Requires manual install. +- `@mrjackphil` also put together this nifty plugin to allow [outliner-style zooming in on headers](https://github.com/mrjackphil/obsidian-zoom-in-headers). It also requires manual install, but the directions are essentially the same. + +### For Developers + +- [[ryanjamurphy]] put together a [guide on getting started fiddling with plugins](https://forum.obsidian.md/t/plugins-mini-faq/7737/26?u=ryanjamurphy). + +## Feature Requests + +- There's a [feature request](https://forum.obsidian.md/t/inline-intext-yaml-fields/17092) for Obsidian to provide functionality similar to dataview with the inline YAML fields in core that is being discussed on the forums (there are pros and cons). +- A couple of people are interested in a way to [hide YAML metadata in edit mode](https://forum.obsidian.md/t/hiding-yaml-in-edit-mode/17394). + +## Workflow Stuff + +### [[dataview|Dataview]] + +- Here's an explanation of how to [Replicate Notions' tables with Obsidian](https://input.sh/replicating-notions-tables-with-obsidian-plugins/). `@riddyrayes` also put together a [writeup for how to leverage dataview for relational databases](https://forum.obsidian.md/t/toying-with-relational-databases-using-dataview/17433?u=riddyrayes), so the possibilities here are definnitely capturing people's imagination. +- `@arminta7` has a useful description of why she likes dataview's new [inline YAML fields](http://discordapp.com/channels/686053708261228577/707816848615407697/835396767066488842) functionality and how she uses it. +- `@arminta7` also put together a [writeup about how she uses dataview for processing media](https://forum.obsidian.md/t/dataview-for-reviewing-and-processing-media/17136). It includes her roundup of related posts, such as how she uses [[dataview|Dataview]] for tracking fitness, task management, and daily/weekly reviews. Her CSS is available [here](https://forum.obsidian.md/t/my-theme-and-custom-css-clean-and-notion-like/17140). + +### Academic + +- for Apple: This [DEVONthink, PDF, Bookends References, and Obsidian summary notes script/workflow](https://axle.design/connect-devonthink-pdfs-bookends-references-and-obsidian-summary-notes-with-this-script) by `@ryanjamurphy` got resurfaced. PS: [DevonTHINK added support for Obsidian transclusions](http://discordapp.com/channels/686053708261228577/694233507500916796/837610035902283787). +- `@smithtjosh` was kind enough to share a [guide](https://docs.google.com/document/d/1Ti90jJG2b9cnKbOoGZyT6ve5P_iyhva6lLRrlL9sCek/edit#heading=h.jcidduny8pla) they wrote in a professional capacity. It's aimed at college students doing research, but covers some useful stuff about customizing search engines, using zotero, notetaking in general, and more! +- [[argenos]] put together a bunch of really helpful [notes with tips and tricks about Zotero](https://publish.obsidian.md/argenos/). +- `@cat` put together some [nifty placeholders for Zotero](https://discord.com/channels/686053708261228577/722584061087842365/836340716485476373) that utilize [[dataview|Dataview]]'s inline fields. + +## Tips & Tricks + +### [[dataview|Dataview]] + +- Dataview allows for basic `if then` statements. Here's an [example](https://discord.com/channels/686053708261228577/694233507500916796/835867022780530758). +- When you use `group by` in Dataview you also need to use `rows` β€” `@SkepticMystic` explains it better than I can on [the forum](https://forum.obsidian.md/t/dataview-plugin-snippet-showcase/13673/93). + +### CSS Tips + +- There's a new theme in town from the maker of [[Obsidianite]]: [Aurora](https://github.com/auroral-ui/aurora-obsidian-md). +- `@manedblackwolf` is working on adding [link icons](https://discord.com/channels/686053708261228577/702656734631821413/835824144414539787) (i.e. for Twitter, YouTube, etc.) to the [[Spectrum]] theme. +- [[deathau]] put together a [CSS snippet for differentiating different types of tasks/checkboxes](https://github.com/deathau/obsidian-snippets/blob/main/checkbox.css) (made possible in obsidian 0.12.0). There's a [preview](https://discord.com/channels/686053708261228577/702656734631821413/836099935874056193) example. +- If you want to be able to [check off a 'parent' checkbox but not the 'child' checkboxes](https://www.reddit.com/r/ObsidianMD/comments/mqndbf/is_there_a_way_to_have_a_note_after_a_checked/gup4eiq/), `@CurioHeart` has a workaround that will allow something along these lines. +- `@Mara` was able to use the [clutter-free formatting](https://github.com/deathau/obsidian-snippets/blob/main/clutter-free-formatting.css) CSS and the [image-in-editor plugin](https://github.com/ozntel/oz-image-in-editor-obsidian) to [emulate WYSIWYG](https://discord.com/channels/686053708261228577/702656734631821413/836505456024354826) really well. +- If you want to [show specific languages in specific fonts](http://discordapp.com/channels/686053708261228577/702656734631821413/837628984580767764), you can use the Unicode range descriptor to do so. + +### [[Obsidian Publish|Publish]] + +- There was a discussion about [how to get a custom theme on a Publish site](https://discord.com/channels/686053708261228577/768134314864017429/835576825253986385). +- `andrioid` put together a blog post about [how to use Obsidian, Gatsby, and Nextcloud](https://andri.dk/blog/2021/blogging-with-obsidian-gatsby-and-nextcloud) to self-host a blog written in Obsidian. It's fairly technical. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Story Graph](https://app.thestorygraph.com/) was recommended as a goodreads alternative that isn't beholden to Amazon tracking. +- For folx who don't trust websites to stay where they are, [ArchiveBox](https://archivebox.io/) bills itself as an open source self-hosted web archiver. It takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., and saves HTML, JS, PDFs, media, etc. diff --git a/01 - Community/Obsidian Roundup/2021.05.08.md b/01 - Community/Obsidian Roundup/2021.05.08.md new file mode 100755 index 000000000..b250f230b --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.05.08.md @@ -0,0 +1,84 @@ +## In The Community + +- Federico Viticci (of [MacStories](https://www.macstories.net/) fame) discussed Obsidian (and some in-development plugins) at the [Connected podcast](https://www.airr.io/episode/60932a83ac7f415c5126b648). +- Theoretical physicist Francisco Bricio spoke about [how to manage projects, tasks, people, and yourself using Obsidian](https://www.youtube.com/watch?v=Ehw3hUZNF1M) with `@nickmilo` over at [[Linking Your Thinking]]. +- This teacher reflects on how [using Obsidian in the classroom to create a class vault](https://www.youtube.com/watch?v=TgG14DkxoOg) went. + +### [[Obsidian Community Talks|Community Talks]] + +- The Zotero 101 community talk is available on YouTube. Here's [Part 1: Basics](https://www.youtube.com/watch?v=9SzGxZbqyqc) & [Part 2: Plugins](https://www.youtube.com/watch?v=LaEt9cqkj3I). +- The [CSS 101 intro and Q&A talk](https://forum.obsidian.md/t/css-101-community-talk-by-lithou/) by `@Lithou` scheduled for today at 4pm Eastern Time. +- `@TallGuyJenks` is doing the [Metadata talk](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/) on May 30th 11:00 GMT-7. + +## Obsidian Releases + +- [Obsidian Release v0.12.2 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-2-insider-build/17602) will let people pin commands at the top of the command palette, and mobile developers have some nifty functions for allowing things to be added to the editor toolbar. Obsidian Sync improvements also shipped out. + +## Plugin News + +### New + +- `@iller` made a plugin for [[obsidian-react-components|making components with reactjs inside Obsidian]]. +- For folks looking for a pomodoro timer, there's a [[obsidian-stopwatch-plugin|Stopwatch Plugin]] in the works. + +### Updates + +- [Excalidraw 1.0.8](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.0.8) now features [[templater-obsidian|Templater]] support, along with some quality of life improvements centered around saving. +- The [[obsidian-kindle-plugin|Obsidian Kindle plugin]] handles myclippings.txt now. It also has support for `{{date}}` +- [[dataview|Dataview]] has a [new API for javascript](https://blacksmithgu.github.io/obsidian-dataview/docs/api/intro) and [fancy new documentation](https://blacksmithgu.github.io/obsidian-dataview/). [[SkepticMystic]] [shared](http://discordapp.com/channels/686053708261228577/709712341066842113/840185601150943273) a dataview**js** codeblock that will return a single-level list of all tags in your vault, without duplicates. +- [[obsidian-kanban|Kanban]] [0.2.0](https://github.com/mgmeyers/obsidian-kanban/discussions/56) has been released with basic date support. +- [[templater-obsidian|Templater]] [ v1.6.0](https://silentvoid13.github.io/Templater/docs/) includes dynamic templates triggered in preview mode with `<%+`, user scripts, support for js files from a folder inside your vault and more. +- There was an update for [[obsidian-tasks-plugin|Obsidian Tasks]] that has some fancypants editing ability. It's not available in the community plugins list and requires Obsidian 0.12 to work, but it's a nifty new task management plugin that got [a lot of love on Reddit](https://www.reddit.com/r/ObsidianMD/comments/n32k6v/obsidian_tasks_is_now_at_version_070_with_a_new/). + +### Under The Radar + +- This [discussion](https://www.reddit.com/r/ObsidianMD/comments/n6p1zy/adding_file_extensions/) covers some different ways to interact with non-markdown files in Obsidian. +- The [[obsidian-leaflet-plugin|Obsidian Leaflet]] plugin [lets you have maps with markers/pins in your vault](https://forum.obsidian.md/t/new-plugin-obsidian-leaflet-interactive-maps-in-notes/14752). This is handy for lots of people, but particularly authors. Here's [an example of why](http://discordapp.com/channels/686053708261228577/744933215063638183/839224109450657874) via [[SlRvb]]. Apparently you can also use [[obsidian-spaced-repetition|Spaced Repetition]] with Leaflet plugin to make [image occlusion review](http://discordapp.com/channels/686053708261228577/694233507500916796/838073296057794591) (via `@boninall`) +- The [[obsidian-comments|obsidian comments]] plugin, which lets you annotate your notes, got re-surfaced. + +### For Developers + +- via [[liamcain]]: if you are gating UI or interface behavior, use `isMobile/isDesktop` but if you are checking for the availability of node.js libs or desktop-only features, use `isMobileApp/isDesktopApp`. + +## Workflows + +- This [github repository](https://github.com/masonlr/obsidian-starter-templates) contains a bunch of [[πŸ—‚οΈ Templates|starter templates]] for different use-cases (for example tracking tools, researching, etc). + +### Tutorials + +- `@Murf` created a [demo video](https://github.com/SilentVoid13/Templater/discussions/187) for "how to set up your first [[templater-obsidian|Templater]] script." They also put together a nifty [roundup of resources](https://discord.com/channels/686053708261228577/694233507500916796/838859649192296509) centered around how Obsidian block references differ from those in other tools. +- `@shabegom` had a helpful [summary](https://discord.com/channels/686053708261228577/707816848615407697/839853909103345735) of how the readwise community plugin works. + +### Academic + +- There was a nice [discussion on reddit](https://www.reddit.com/r/ObsidianMD/comments/n5hg2v/obsidian_for_academic_work_and_sundry_other/) about "getting started" with Obsidian as an Academic. +- There was a really nice discussion about what different people's [literature notes look like](http://discordapp.com/channels/686053708261228577/722584061087842365/839302335078727710). + +### Mobile + +- There was a discussion in the `#mobile` channel about Syncthing maybe being viable syncing between iOS, android, PC and Mac (and Linux). If you have any knowledge about this, please put together a guide and let us know about it. [MΓΆbius Sync](https://www.mobiussync.com/faq/) seems to be a way to get [[Syncthing]] on iOS. +- A nifty trick for keeping desktop and mobile setups differently is going into `the settings > about > override config folder` section and changing which folder mobile (or desktop) uses to store its settings. + +## Feature Requests + +- `@dcoales` [asked](http://discordapp.com/channels/686053708261228577/707816848615407697/840195539617316866) about the viability of a plugin for spacially-organized notes on a "canvas." +- There's been some discussion about a proper [genealogy plugin](https://discord.com/channels/686053708261228577/744933215063638183/838859972094853160) for better management of family trees. [[Mermaid]] can't quite handle them correctly, but for story vaults and ancestry research, it would be super handy. +- The ability to [save node positions in graph view](https://forum.obsidian.md/t/save-node-positions-in-graph-view-edit-and-preview-toggle/1423) got discussed again. +- `@omarkhafagy` requested [better plugin management](https://forum.obsidian.md/t/better-plugin-management-with-folders-and-links/17568) with the ability to group plugins into folders. +- There was a request for the ability to ["pin" the header of a document](https://forum.obsidian.md/t/keep-title-visible-when-scrolling-down-note/17508), which might be particularly useful for people who use the sliding panes plugin. + +## CSS Stuff + +- `@nickmilo` pushed an update to the [[Cybertron]] theme +- A YouTube tutorial about [how to create a custom theme with snippets](https://www.youtube.com/watch?v=lyaEnxgow4E) by `@Reggie` got resurfaced. +- There was a snippet shared for [styling dates & completed cards](http://discordapp.com/channels/686053708261228577/702656734631821413/840059525298126868) for the kanban plugin. +- `@foreveryone` shared [a handy trick](http://discordapp.com/channels/686053708261228577/694233507500916796/839563732262453338) with styling `` that allows for the [creation of columns](http://discordapp.com/channels/686053708261228577/805952223124520961/839696324365385750). +- There was a discussion of [how to highlight sections of text without having to rely on spans](https://www.reddit.com/r/ObsidianMD/comments/n3nkld/highlighting_sections_of_text_without_having_to/?utm_medium=android_app&utm_source=share) over at Reddit, with a couple of different possible solutions if that's something you're interested in. +- Here's a [snippet](https://forum.obsidian.md/t/arithmetic-gradient-heading-h1-h6/17551) that will let your headings automatically have a gradient based on a particular color, via `@Connor96`. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Espanso](https://espanso.org/) is a popular text replacement tool that lets you get create templates that will autocomplete text, for example turning `::now` into a timestamp, or `----` into `β€”` or whatnot. It even also allows for a system-wide autocorrect, which is nice since Obsidian doesn't really have that feature. Here's a handy [list of resources](http://discordapp.com/channels/686053708261228577/694233507500916796/839559608862507019). +- [Screenotate](https://screenotate.com/) is apparently an easy way to grab text from a screenshot (via `@smithtjosh`) +- `@tallguyjenks` did a review of [GingkoApp](https://youtu.be/dxCJHHWyNzY), which is a nifty mix of outliner, kanban board, writing organizer, and longform writing tool. +- `@Joschua` created a script to [import stuff from Goodreads into Obsidian](https://forum.obsidian.md/t/goodsidian-a-goodreads-to-obsidian-script/17523). diff --git a/01 - Community/Obsidian Roundup/2021.05.15.md b/01 - Community/Obsidian Roundup/2021.05.15.md new file mode 100755 index 000000000..c5dd2725b --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.05.15.md @@ -0,0 +1,98 @@ +## In The Community + +- There is a new [when2meet](https://www.when2meet.com/?11861492-Aihza) link for `@bri`'s [Knowledge Organization in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/) talk, which we needed to reschedule from next week to the 1st or 2nd week in June: +- You can still [vote for a time slot](https://www.when2meet.com/?11752321-UHqgS) for `@phnx`'s [Deep Learning on Networks](https://forum.obsidian.md/t/deep-learning-on-networks-community-talk-by-phnx/). +- If you're interested in a Discussing Spaced Repetition talk/discussion by `@Jamesb`, please vote [here](https://forum.obsidian.md/t/obsidian-talks-voting-post-which-talks-do-you-want-to-hear/15705/40): + +## Obsidian Updates + +- v0.12.3 rolled out to the public. It bundles [12.0](https://forum.obsidian.md/t/obsidian-release-v0-12-0/16809), [12.1](https://forum.obsidian.md/t/obsidian-release-v0-12-1/16904), [12.2](https://forum.obsidian.md/t/obsidian-release-v0-12-2/17602), and [12.3](https://forum.obsidian.md/t/obsidian-release-v0-12-3/17957). Highlights include better plugin management, the ability to pin commands in the command palette, and improvements to search. "Backlinks in document" is now a core feature. +- The biggest news is that you should grab the new installer from [the website](https://obsidian.md/) because there was an Electron update that has a bunch of security and speed improvements. + +## Plugin News + +### New + +- [[better-fn|Better Footnotes]] is pending review for admission into the community plugins list, but the long-awaited feature of getting preview-on-hover for footnotes is finally here (and I am HYPE). +- The [[obsidian-incremental-writing|Incremental Writing]] plugin (in the community plugins list, doesn't require manual install). There are a bunch of great videos +- [Inline Variables](https://github.com/flip-md/obsidian-inline-variables) allows the setting, referring, and rendering of inline-variables in real-time. Requires manual install. +- [[supercharged-links-obsidian|Supercharged Links]] allows for customization of internal links based on the target note's front-matter attributes. It also lets you trigger Array, Boolean and Number in front-matter values to style your internal links. There is a [showcase](https://forum.obsidian.md/t/supercharged-links-showcase/18219) on the forum. + +### Updates + +- [[buttons]] had a big update, with a nifty button maker command, inline buttons, and the ability to put a [[templater-obsidian|templater]] command inside of a button. +- [[dataview|Dataview]]'s new `link(url, alias)` function allows you to create aliased wikilinks ([example](http://discordapp.com/channels/686053708261228577/840286238928797736/840599798176022529) via `@SkepticMystic`). The `contains(key,value)` function is also pretty useful if you have more than one value possible for a key and therefore can't use `where x = y`. +- There's a new [showcase](https://forum.obsidian.md/t/buttons-showcase/18044) for the [[buttons]] plugin. +- [v0.0.7](https://github.com/renehernandez/obsidian-readwise/releases/tag/0.0.7) of the [[obsidian-readwise|Readwise Community]] plugin lets you configure a sync interval so that the plugin will pull new highlights from Readwise every X hours. +- The [[obsidian-spaced-repetition|Spaced Repetition]] plugin now has support for flashcard decks. +- [[obsidian-tracker|Tracker]] [v1.4.0](https://github.com/pyrochlore/obsidian-tracker) has better support for chart scaling and positioning. +- [[hotkey-helper|Hotkey Helper]] [0.3.2](https://github.com/pjeby/hotkey-helper) has an enhanced plugin browser. +- [[obsidian-kanban|Kanban]] [v0.3.0](https://github.com/mgmeyers/obsidian-kanban/discussions/89) has some bugfixes and added time picker & time support. +- There's a new plugin that adds [[obsidian-org-mode|Org Mode]]support for Obsidian. + +### Magic + +- `@zsviczian` figured out how to [leverage dataviewjs with the excalidraw plugin to automagically generate mind map graphics](https://discord.com/channels/686053708261228577/840286238928797736/840606013341696040). Similar magic can be used to create [family tree graphics](https://discord.com/channels/686053708261228577/840286238928797736/840644541270982716). +- `@Mara` created a [script for espanso](https://discord.com/channels/686053708261228577/694233507500916796/841422069694201896) to make using the admonition plugin even easier. +- `@ryanjamurphy` combines [[dataview|Dataview]], [[templater-obsidian|templater]], and kanban boards to [automate the creation of linked lists for kanban](https://discord.com/channels/686053708261228577/840286238928797736/841745942025207857). There's also a [simpler version](https://discord.com/channels/686053708261228577/840286238928797736/841779336398504017) that leverages only kanban and core features. +- `@ryanjampurphy` also shared [a way to use dataviewjs to dynamically show past and future tasks in your daily notes](https://discord.com/channels/686053708261228577/840286238928797736/842152590379712563). +- `@pmbauer` figured out how to do [basic OCR with Templater](https://forum.obsidian.md/t/basic-ocr-in-obsidian/18087), which might actually be the the thing that makes me try out [[templater-obsidian|Templater]]. + +### Under the Radar + +- This plugin lets you [[convert-url-to-iframe|easily convert a URL into an iframe]]. +- [[obsidian-hotkeys-for-specific-files|Hotkeys for specific files]] by `@Vinadon` does exactly what it claims to, and is probably really nice for keyboard-first users. + +### For Developers + +- `manifest` defines which version to look for as the latest version, while `versions` defines which version works with which Obsidian version. (Thanks, `@zsviczian`!) +- `@Liam` shared the `obsidian-daily-notes-interface` lib, which handles lookups and weird edge cases for date formats and supports the Periodic Notes plugin. +- Obsidian uses [Icons8](https://icons8.com/) for icons. It's a membership, but if developers need an icon for a plugin that Obsidian doesn't currently support, `@Silver` is willing to add them. (Discussion [here](https://discord.com/channels/686053708261228577/840286264964022302/841732418439610388)). Here is the [list of icons currently available](https://github.com/obsidianmd/obsidian-api/issues/3#issuecomment-724665569). `@Chetachi` recommends anyone needing icon use [Iconify](https://iconify.design/icon-sets/) & the [Icon Swapper plugin](https://forum.obsidian.md/t/obsidian-icon-swapper-plugin/17539). + +## Workflow Stuff + +- `@mktahmasbi` had a tip for [how to import highlights](http://discordapp.com/channels/686053708261228577/694233507500916796/841790522397294623) from Google Play Books using UltraEdit. +- There was a really nice [example](http://discordapp.com/channels/686053708261228577/702656734631821413/840937390498775062) of how to pair the Admonition plugin with reference notes from `@Chetachi` +- This GitHub discussion showcases `@dork`'s setup for [getting hypothes.is notes into Obsidian](https://github.com/out-of-cheese-error/gooseberry/discussions/73). + +### Mobile + +- `@Vinadon` was able to use MGit with their vault, although it's not automatic (requires manual push/pull, but it has GUI buttons so you don't have to mess with the command line on your phone). +- `@ankushg` uses [Toolbox Pro](https://toolboxpro.app/) (the free version) to get into the dotfolders (i.e. `.obsidian`) on iOS. + +## Feature Requests + +- [Folder Nodes on Graph View](https://forum.obsidian.md/t/folder-graph-view/4641) has 25 upvotes on the forum, and I'm resurfacing it rather selfishly because it's something I've been wanting for awhile, as someone who does a lot with folders. +- There's been some interest around functionality to make it easier to [resurface old notes](https://forum.obsidian.md/t/note-aging/467/11). + +## Appearance + +- `@Blund` shared a reminder that [html symbol codes](http://cactus.io/resources/toolbox/html-symbol-codes) (like `→` for → ) work in Markdown. +- `@Chetachi` shared a `.css` file that includes all of [the codes for changing things around on the graph](http://discordapp.com/channels/686053708261228577/702656734631821413/841353144856084500). +- There were a lot of typography & font discussions this week; here's a link to the [forum thread](https://forum.obsidian.md/t/your-favourite-fonts-choice-and-why-thread/18129) on the topic. `@Korban` also shared some [typography resources](http://discordapp.com/channels/686053708261228577/702656734631821413/842671647550078996). +- The forums had a handy writeup about [how to add Google fonts to theme CSS](https://forum.obsidian.md/t/fyi-how-to-add-google-fonts-to-any-themes-css/18115). +- You can use `Ξ©` to sort files to the _bottom_ of a list, similar to how `!` usually will get something at the top of your file list. +- You can use [anchor links](https://www.reddit.com/r/ObsidianMD/comments/nbbskz/anchor_links/) in Obsidian to jump to a particular subheading. Incidentally, this also works for the roundup! + +## Knowledge Management + +- There was a nice discussion about [the dangers of 'reading like an academic' when you're not actually an academic'](http://discordapp.com/channels/686053708261228577/710585052769157141/840298881462960138) and how "productivity culture" can inhibit enjoyment and depth of learning. +- There was a nice discussion about how to [get started writing an essay](https://discord.com/channels/686053708261228577/722584061087842365/840989959053246495). +- There was an interesting discussion about [the difference between an index and a MOC](http://discordapp.com/channels/686053708261228577/710585052769157141/841885329572495360). +- There was a fascinating discussion about [how to take notes for inherently visual mediums](http://discordapp.com/channels/686053708261228577/710585052769157141/842458593444888636) like choreography. +- There was a nice discussion of [how to use Obsidian as a law student](https://www.reddit.com/r/ObsidianMD/comments/n8g5zs/looking_for_a_law_school_example_using_obsidian/) over on Reddit. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [iris.ai](https://iris.ai/) came up as a useful research tool with a nifty GUI for tracking down articles related to a starting point. +- [Nebo](https://www.nebo.app/) is a mobile app with excellent handwriting detection, it can indent bullet points and exports well to clipboard, allowing for easy pasting into Obsidian. +- A lot of people enjoyed this [color palette generator](https://coolors.co/generate) for creating color schemes for graphs and folders and such. +- [LiquidText](https://www.liquidtext.net/) was recommended as a great tool for projects, as it allows for the opening of multiple PDFs in a single "project" and has a nice highlighting app. +- You can use [AutoHotKey](https://www.autohotkey.com/) to rebind the `insert` key to do literally anything else, which I highly recommend based on how often people think that its behavior of deleting everything after the cursor as you type is an Obsidian bug. +- `@koala` created a [CSV to Markdown converter](https://github.com/kometenstaub/csv-to-md). + +## Housekeeping + +- I added some [resources for beginners](https://obsidianroundup.org/resources/#for-beginners) to the Resources portion of the roundup. +- I also added some resources for [personal knowledge management](https://obsidianroundup.org/resources/#personal-knowledge-management). +- I've been making more of an effort to engage with folks over on [Twitter](https://twitter.com/EleanorKonik) about Obsidian-related things, if that's a place you prefer to interact. diff --git a/01 - Community/Obsidian Roundup/2021.05.22.md b/01 - Community/Obsidian Roundup/2021.05.22.md new file mode 100755 index 000000000..e38e5799e --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.05.22.md @@ -0,0 +1,69 @@ +## In The Community + +- There was a [lovely discussion](http://discordapp.com/channels/686053708261228577/744933215063638183/844726309410308177) prompted by `@AB1908` about what motivates people to write. +- The Leveraging Metadata and Bending Markdown talk has been cancelled, but we'll be hosting instead a Metadata Group Discussion on the same date and time (May 30th 8PM CET). Details [here](https://forum.obsidian.md/t/metadata-group-discussion-community-talk/) + +## Obsidian Updates + +## Plugin News + +### New + +- the [[metaedit|MetaEdit]] plugin by `@Chhrriissyy` allows users to easily update YAML properties and [[dataview|Dataview]] fields, mark a task as completed (from anywhere), and the file will be updated with the new count. It also auto updates properties in files linked to from Kanban boards on lane change. Requires manual install. +- [[obsidian-dictionary-plugin|Obsidian Dictionary]] requires manual install but creates a nifty "dictionary view" pane. +- [[supercharged-links-obsidian|Supercharged Links]] allows for some neat features for styling internal links. It also allows users to change any [[dataview|Dataview]] inline field or frontmatter by right clicking on an internal link. + +### Updates + +- The [[obsidian-excalidraw-plugin|Excalidraw]] [1.1.0](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases) by `@zsviczian` update discontinued code block embedding and implemented native `![[drawing.excalidraw]]` embedding. The MIGRATE command in the command palette should let you convert your old Excalidraw code blocks. +- The [[oz-image-plugin|Image in Editor Plugin]] plugin now displays Excalidraw drawings in markdown mode. +- [[media-extended|Media Extended]] [2.6.0](https://github.com/alx-plugins/media-extended/releases/tag/2.6.0) by `@AidenLx` has new features to get timestamp from player and open timestamp link on external video. +- [[buttons]] [0.4.7](https://discord.com/channels/686053708261228577/771575014382108672/845040678840827975) by `@shabegom` now has text buttons. +- [[obsidian-tracker|Tracker]] [v1.5](https://github.com/pyrochlore/obsidian-tracker) by `@pyrochlore` added two new search types. `searchType 'table'` lets you extract data from a table and then make a plot for it while `searchType 'dvField'` allows retrieving data in "[[dataview|Dataview]] plugin's inline field" format. `@bettyzhang` has an example [here](https://discord.com/channels/686053708261228577/771575014382108672/845223773178691594). +- [Pane Relief](https://github.com/pjeby/pane-relief#readme) by `@pjeby` now allows you to right-click on Obsidian's history arrows. + +### Under The Radar + +- [[obsidian-focus-mode|Focus Mode]] by `@ryanpcmcquen` + +### Magic + +- `@zsviczian` created a [workaround to Sync plugin settings with Obsidian Sync via Templater on GitHub](https://github.com/SilentVoid13/Templater/discussions/211). This should be helpful for iOS users. There are more details [here](https://discord.com/channels/686053708261228577/840286238928797736/843217947488157716). +- `@zsviczian` also shared how to [add syntax highlighting to templater scripts](http://discordapp.com/channels/686053708261228577/840286238928797736/843409737562325022). +- `@RoamHacker` put together [a Dataview script](https://gist.github.com/roamhacker/4e019abd25c58de57376add6e3aa4173) designed to give a more useful view of tasks by date, separated out by overdue, soon, due, and undated. +- `@Yas` created a [dataviewjs query](https://discord.com/channels/686053708261228577/771575014382108672/843841380773658664) to replicate the "on this day" timehop-style feature that some apps have. +- `@shabegom` created [a Templater script](https://discord.com/channels/686053708261228577/771575014382108672/844016103109165076) that prompts for a query and then shows notes and lines that include the query. +- `@Christian` shared a bunch of [Templater scripts](https://github.com/chhoumann/Templater_Templates), including a [[Readwise]] importer, and a [[quickadd]] that lets you append quick notes to a specified file. + +### For Developers + +- There was a really interesting [discussion about Promises and Javascript](http://discordapp.com/channels/686053708261228577/840286238928797736/844549148904128512) that could be really valuable for anyone interested in learning to create plugins for Obsidian who isn't already good at Javascript. + +## Workflow Stuff + +- There was a discussion about workarounds that might replicate the "reading ruler" effect that some people with learning disorders like dyslexia use to help with reading + +## Feature Requests + +- a writeup on "the absolute state of syncing things between devices as relevant for obsidian" would be valuable. If someone knowledgeable on the topic can put that together (even just a meta post linking to stuff like the git options / the summaries about why iOS is hinky, the issues with google drive etc) many people would be grateful (and I will add it to the big meta resources post on the roundup). +- The desire to see the results of [[dataview|Dataview]] queries (among other things) render in the graph was [discussed](https://discord.com/channels/686053708261228577/694233507500916796/843116572167372820). +- A couple of different people asked about a plugin to allow for the custom rearranging of notes and folders on the sidebar, which has come up a lot. After I [asked](https://discord.com/channels/686053708261228577/707816848615407697/844722593025490944) about how viable it would be to do that, `@danieltomasz` proposed [a solution that might be easier to implement](https://discord.com/channels/686053708261228577/707816848615407697/844858290536972289): creating a new navigation pane (a la the starred notes plugin) that is more flexible. + +## Appearance + +- This nifty css hack will make [the wordcount report screen flicker less](https://forum.obsidian.md/t/word-count-adds-distracting-motion-to-status-bar/18253). +- `SlRvb` has a version of "aside" CSS that leverages how `, ,` & `` allow for markdown code to work inside of them. The [theme repo for ITS](https://github.com/SlRvb/Obsidian--ITS-Theme) has a bunch of handy snippets. +- `@Mara` offered up [a snippet to hide files](http://discordapp.com/channels/686053708261228577/702656734631821413/844823253554036766) in the Obsidian explorer. +- `@yungbananapeel` figured out how to make [dataview tables look like gallery cards](https://discord.com/channels/686053708261228577/771575014382108672/844453734724796467). + +## Knowledge Management + +- `@itsTimConnors` put together a nice "getting started" [guide for knowledge management](https://itstimconnors.com/a-builders-guide-to-note-taking/) that also covers relationship management & recording information about entities like people and companies. +- This [reddit discussion](https://www.reddit.com/r/ObsidianMD/comments/ng9pqg/how_not_to_take_smart_notes/) started by `@joshduffney` had a really great discussion of "what not to do" when it comes to taking notes, and `@tyhe` added on with a bunch of background about Luhmann and the origins of the Zettelkasten method that I think were very informative. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- a list of [GUI programs](https://tesseract-ocr.github.io/tessdoc/User-Projects-%E2%80%93-3rdParty.html) that use [[Tesseract]], an open source OCR engine, to use a mobile device with a camera to translate images into text, via `@brimwats` +- `@argentum` had a really nice explanation of [[Vim]], for those who have always sort of wondered [what it is and why people like it](http://discordapp.com/channels/686053708261228577/722584061087842365/844522162862030859). + +## Housekeeping diff --git a/01 - Community/Obsidian Roundup/2021.05.29.md b/01 - Community/Obsidian Roundup/2021.05.29.md new file mode 100755 index 000000000..b4097a016 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.05.29.md @@ -0,0 +1,97 @@ +## In The Community + +- `@nickmilo` hosted me for a chat about how I adapted Cat's amazing [workflow writeup](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536) and Argetina's comprehensive [Zotero tutorial](https://www.youtube.com/watch?v=9SzGxZbqyqc) to use [Zotero as a non-academic](https://www.youtube.com/watch?v=XbGJH08ZfCs). +- The [Metadata Group Discussion](https://forum.obsidian.md/t/metadata-group-discussion-community-talk/17070) will be moderated by `@Cat`. It is scheduled for [May 30th 20:00 CET](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). [Submit discussion points or questions](https://forms.gle/W42Vjwdozde1YUeS8) by Friday. + +## Obsidian Updates + +[0.12.4](https://forum.obsidian.md/t/obsidian-release-v0-12-4-insider-build/18764) is now available to insiders. Featuring: + +- Quick switcher now has an option to show links to files that haven’t been created yet. +- A new core plugin β€œOutgoing links” is now available, which is basically the opposite of the backlinks panel but works very similarly. [Example here](https://discord.com/channels/686053708261228577/744933215063638183/847660973745373275). +- Graph view’s right click menu now has an option to open the note in a new pane. +- Obsidian Sync’s status icon will now show red when not connected to the server. +- Status bar elements now have a css class of the plugin ID added to it, for example, plugin-word-count. + +## Plugin News + +### New + +- The [[obsidian-collapse-all-plugin|Collapse All]] plugin for the file explorer is one of those nice little quality of life updates that can fly under the radar but really improve things. +- [[obsidian-dictionary-plugin|Obsidian Dictionary]] adds a View to the Sidebar in which you can search for Words in many different languages (including: English, German, Hindi, Spanish, French, & more) and now comes bundled with the "Synonym Popover Feature" from [[mgmeyers]]. + +### Updates + +- [[supercharged-links-obsidian|Supercharged Links]] 0.2.4 lets you add a missing field by right-clicking the link. You can also show/hide the field options in the context menu, so that you can choose which plugin suits you for modifying fields. Example [here](https://discord.com/channels/@me/815308052323500033/845967637112291358). 2.5 lets you give your note a category to specify which [[dataview|Dataview]]/frontmatter field should appear in your note links' context menu. Demo [here](https://youtu.be/Av7DeYZILUk). +- It is now possible to hide note files automatically in [[alx-folder-note|AidenLx's Folder Note]]. +- [[obsidian-excalidraw-plugin|Excalidraw]] [1.1.6](https://www.youtube.com/watch?v=FDsMH-aLw_I) adds functionality for links with the generated images. +- [[obsidian-kanban|Kanban]] [0.3.9](https://github.com/mgmeyers/obsidian-kanban/releases/tag/0.3.9) lets users search (demonstration [here](https://discord.com/channels/686053708261228577/707816848615407697/846082394033225759)). 0.3.10 and 0.3.11 were smaller fixes. +- [[metaedit]] [added toggle for UI elements](https://discord.com/channels/686053708261228577/771575014382108672/846094926987001896). You can now hide menu options, etc. There's also now an API with auto property handling. +- [[obsidian-outliner|Outliner]] an update to support line breaks. +- [[notetweet|NoteTweet🐦]] (which lets you tweet threads straight from Obsidian) now supports images. + +### [[templater-obsidian|Templater]] [[πŸ—‚οΈ Templater templates|Scripts]] + +- `@Murf` created a new [[templater-obsidian|Templater]] script that lets you [quick capture](https://github.com/SilentVoid13/Templater/discussions/231) β€” a modal popups up so you can input a new note (title and content) quickly, without having to change your workspace. Note: This was the thing that pushed me over the edge into downloading Templater, and it's amazing. +- `@Chhrriissyy` has an even more powerful version called [QuickAdd](https://github.com/chhoumann/Templater_Templates#quickadd-v2) that lets you quickly add new pages or content to your vault. It allows you to quickly add new pages from templates, as well as quick capture anything. You can customize practically everything about it. There's even custom templates, just for formatting titles and values. It even lets you put stuff below a particular heading in your daily note. +- `@death_au` uses this [Templater script](https://discord.com/channels/686053708261228577/840286238928797736/846205611167580207) to have a line in their daily note template to create a different day planner schedule depending on the day of the week. +- This [[templater-obsidian|Templater]] script lets from `@Murf` lets you open a `[[Link]]` under your cursor in Search pane with regex to show its Backlinks. Here's the [Github Discussion](https://github.com/SilentVoid13/Templater/discussions/245) +- `@Bejasc` put together a [Templater Script](https://discord.com/channels/686053708261228577/707816848615407697/847452061003284490) that lets you highlight text, run the template, and then choose an admonition type and give it a title. It makes it easier to use some of the less-common admonition tags without having to look them up, and I hope this functionality gets added into the admonition plugin soon! + +### Under The Radar + +- Obsidian-flowcharts supports [linking to subgraphs](http://discordapp.com/channels/686053708261228577/709580487550828614/843821744623058985) in Mermaid. +- [Obsidian Sortable](https://github.com/alexandru-dinu/obsidian-sortable) allows users to make tables (including those created by [[dataview|Dataview]]) sortable with clickable arrows, like on Wikipedia. +- [Obsidian Tasks] is getting a lot of love. +- The [markdown formatting assistant plugin](https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin) has some latex helpers, and I want to share it again because there have been a couple of discussions lately about taking math notes in Obsidian. + +### For Developers + +- `@liam` shared that you can set the [app badge count with javascript](https://discord.com/channels/@me/815308052323500033/846132119280549930), which might be useful for task management plugin devs (but if you choose to go this route, be sure to make it an optional setting!). +- `@shabegom` put together a helpful writeup on [how to write templater scripts with plain javascript](https://publish.obsidian.md/shabegom/Publish/How+To+Use+Templater++JS+Scripts), which is advised where possible since it's much cleaner to read. +- `@pjeby` released [Hot Reload 0.1.8](https://github.com/pjeby/hot-reload) to support symlinked plugins on Windows and OS X. +- Reminder: if you want to track usage statistics or something for a plugin, it should be _off by default,_ have a toggle in the settings panel, and explicitly explain what the purpose of the trackers are. + +## Workflow Stuff + +- Francisco Bricio's [presentation](https://www.youtube.com/watch?v=Ehw3hUZNF1M), hosted by `@nickmilo` of Linking Your Thinking, got resurfaced this week as being particularly useful for entrepreneurs. +- This [Discord](https://discord.com/channels/686053708261228577/840286238928797736/845277734477627412) example of how to assign multiple values to a piece of inline metadata (which can be used by [[dataview|Dataview]] and [Obsidian Tracker](https://github.com/pyrochlore/obsidian-tracker)) was really helpful. +- Relatedly, here is a [video demonstrating how to create a graph from table data interacively](https://www.youtube.com/watch?v=EVgz7UV6fbU) using Tracker v1.5 +- Logseq and Obsidian can work together. `@shuyunzhang99` put together a [demonstration](https://www.youtube.com/watch?v=W4Art2DI9SA) of their interoperability on the same .md file. +- When looking at the backlinks/outlinks panel, you can open a note in a new pane using middle click from the scroll wheel. +- `@foreveryone` put together this handy [pro-con chart](https://discord.com/channels/686053708261228577/805952223124520961/845073044573782026) to help decide whether to split vaults, particularly for creative vs. knowledge vaults. +- This [iframe trick](https://discord.com/channels/686053708261228577/805952223124520961/809484088540266528) via `SlRvb` got resurfaced: it lets you use a dropbox link to embed a generated fantasy map into your vault, which is super useful for worldbuilders. +- `@StPag` added some admonition bits on top of the Zotero-Zotfile-MdNotes workflow and assigned a colour to highlight keywords and used some regex to build an index of the topics covered. There are [details on the forum](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536/29?u=eleanorkonik) but the actual [hacky rscript code is in the discord](https://discord.com/channels/686053708261228577/722584061087842365/847573039411757067). + +### Mobile + +- You can use a [shortcut to get .css snippets](https://forum.obsidian.md/t/ios-shortcuts-share-your-ideas/15149/33) into your mobile vault if you're using iOS with Obsidian Sync. Toolbox Pro required. +- For Android users, you can use [Markor](https://play.google.com/store/apps/details?id=net.gsantner.markor&hl=en_US&gl=US)'s quick note widget to let you take notes directly into your inbox folder in your Obsidian vault; the two programs synergize well. (thanks, `@brimwats` for the tip). + +## Feature Requests + +- Getting the [ability to create Filelinks/Tags for the Graph inside Codeblocks](https://forum.obsidian.md/t/ability-to-create-filelinks-tags-for-the-graph-inside-codeblocks/17419) was discussed in the Discord again, since it's a big limitation on the admonition plugin in particular. I proposed an [Optional Alternate Syntax for Codeblock Plugins](https://forum.obsidian.md/t/alternate-syntax-for-codeblock-plugins/18905) β€” please chime in with your preferences if this is something that matters to you. +- The request for [file explorer customer sort](https://forum.obsidian.md/t/file-explorer-custom-sort/1602/69) got resurfaced. +- A couple of people have lamented the lack of ocr allowing for the [searching of text in images](https://forum.obsidian.md/t/ocr-images-screenshots-to-make-them-searchable/6854). + +## Appearance + +- If you don't like the way that Obsidian's default font uses ligatures, you can [disable them with CSS](https://stackoverflow.com/a/39504776). +- This [css](https://discord.com/channels/686053708261228577/702656734631821413/842390693312725052) from `@SlRvb` lets you format inline keys with a `dv` cssclass. +- This [css](https://discord.com/channels/@me/815308052323500033/846089220430102628) from `@foreveryone` will let you hide a particular folder, i.e. your Attachments folder, from the file navigator. +- This [css](https://discord.com/channels/@me/815308052323500033/846752506054443069) (also from `@foreveryone`) will let you rotate an image, which can be really handy if you're on mobile and your phone takes stupid pictures. +- `@Chetachi` released the [Yin and Yang](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme/) theme. + +## Knowledge Management + +- `@Artefice` shared some [really nice advice about](https://discord.com/channels/686053708261228577/709712341066842113/847237568458522656) how to use Obsidian and personal knowledge management principles that are poplar in the community as a student. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- `@MrChad` [recommended](https://discord.com/channels/686053708261228577/710585052769157141/845503538490507334) [Refind](https://refind.com/EleanorKonik?invite=209801a8ad) as a read-later/bookmarking/link-curation app. It's got a browser add on that you can click on any article and save for later - and categorize if you want to. It reminds me of [Mix.com](https://mix.com/ekonik) except it seems to try to curate a more strict "top five" daily reading list with deep dives on different subjects. +- `@nvanderhoeven` [shared](https://nicolevanderhoeven.com/blog/20210302-presentation-slides-as-code/) how they use Obsidian + [[revealjs]] + [[Hugo]] + [[GitHub Pages]] to create presentations and publish them online. + +## Housekeeping + +- I updated the [Resources: For Beginners](https://obsidianroundup.org/resources/#for-beginners) to include a couple of new beginner videos. +- I updated the [Task Management Plugins](https://obsidianroundup.org/plugins/#task-management) list to include [[obsidian-kanban|Kanban]]. diff --git a/01 - Community/Obsidian Roundup/2021.06.05.md b/01 - Community/Obsidian Roundup/2021.06.05.md new file mode 100755 index 000000000..2789a3ebb --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.06.05.md @@ -0,0 +1,59 @@ +## In The Community + +- This [video](https://youtu.be/N9Sg6-owHZ0) goes over the Obsidian v0.12.3 New Features & Improvements. +- This [video](https://youtu.be/nAoqy1V9iO0) is an Obsidian v0.12.4 Insiders Build Preview. +- [Knowledge Organization, Cataloging and Classification in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/) by `@bri` is scheduled for [Saturday, June 5th 11:00 GMT-7](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). +- [Using Pandoc to keep your workflow inside Obsidian](https://forum.obsidian.md/t/using-pandoc-to-keep-your-workflow-inside-obsidian-community-talk-by-skepticmystic/19193) by `@SkepticMystic` has been scheduled for Sunday 13th 18:00 CET +- This [discord server](https://discord.gg/V9rXReZY) exists to help people with questions about the Obsidian Juggl plugin. + +## Housekeeping + +- Please note that some of the following links go to the Obsidian Communtiy discord and will only work if you have joined the server! Find out more on the [Obsidian Community](https://obsidian.md/community) page. + +## Plugin News + +### New + +- [[obsidian-dropbox-backups|Obsidian Dropbox Backups]] can now be automated. + +### Updates + +- [[obsidian-kanban|Kanban]] 0.4.0 was released. It supports pulling in metadata from pages linked within cards, including [[dataview|Dataview]] inline metadata. Cards update when a linked page's metadata changes. This allows nifty things like updating the metadata with Supercharged Links. Note: Please update the Kanban plugin if you're on 0.4.1, `@doge` helped surface a pretty bad bug that is now fixed in 0.4.2. Image embeds, pasting HTML, and dropping content onto the board to create new cards were made available in 0.4.3! +- [[supercharged-links-obsidian|Supercharged Links]] 0.2.9 brings more flexibility for users to control the styling of their links! and the management of their frontmatter/[[dataview|Dataview]] fields. +- the [[obsidian-dictionary-plugin|Dictionary]] now allows users to click on a new Button in the Sidebar to save the Information of any word to a file locally, which you can use to link to other notes. +- [0.0.9](https://github.com/shabegom/obsidian-reference-count/releases/tag/0.0.9) of [[block-reference-count|Block Reference Counter]] fixes a bug that added additional blank search tabs to the right sidebar. There's also a new reference view mode. Some people like it, some people hate it, be sure to voice your opinions! + +### Under The Radar + +- [[obsidian-plugin-toc|Table of Contents]] will generate a table of contents for a file. +- [Obsidian Tweaks](https://github.com/JeppeKlitgaard/ObsidianTweaks) adds some additional functionality that can be hotkeyed. + +### [[templater-obsidian|Templater]] [[πŸ—‚οΈ Templater templates|Scripts]] + +- This [video from Productivity Guru](https://www.youtube.com/watch?v=cSawi0tYPMM) was surfaced as being a good introduction to using the [[templater-obsidian|Templater]] plugin. +- You can add both [windows desktop native notifications](https://discord.com/channels/@me/815308052323500033/848195978124460082) and also [obsidian notifications (notices)](https://discord.com/channels/686053708261228577/840286238928797736/848168201195094066) with [[templater-obsidian|templater]]. +- The [QuickAdd templater script](https://github.com/chhoumann/Templater_Templates) now allows the use of variables. There's also a new property called `multi` that lets you group choices together and have a more organized menu. +- This [templater script](https://discord.com/channels/@me/815308052323500033/849439350534045731) can replace all timestamps prepended by a key with a YouTube link. + +## Workflow Stuff + +- `@bettyzhang` shared their [academic workflow](https://discord.com/channels/686053708261228577/771575014382108672/849515200494436373), which leverages the Highlights App, Zotero & Mdnotes, [[dataview|Dataview]], Citations Plugin, and Zotfile. +- This [dataviewjs query](https://github.com/chhoumann/Templater_Templates#httpsgithubcomchhoumanntemplater_templatesblobmasterdataviewcopy_links_in_querymd) allows you to copy all the links found in it. It also displays them in a table below, so you see what you're getting. I've included instructions for changing the formatting, in case you might want to have the links comma-separated or something. +- This [forum thread](https://forum.obsidian.md/t/how-do-you-put-yaml-to-use-in-your-system/18987) is a useful discussion about how various people leverage YAML metadata in their notes. + +## Feature Requests + +- `u/ShikaruBoy` on Reddit asked for the ability to [exclude specific folders from the quick switcher](https://www.reddit.com/r/ObsidianMD/comments/nr22jo/exclude_specific_folders_from_quick_switcher/). + +## Appearance + +- This [CSS Snippet](https://discord.com/channels/@me/815308052323500033/848791385652854794) increases the visibility of the back/forward navigation arrows in Obsidian. +- This [theme enhances Nord](https://github.com/AidanGlickman/obsidian-nord-enhanced) by getting rid of colored headers, and adds support for syntax highlight and the presentation plugin. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Cryptomator](https://cryptomator.org/) was recommended as an encryption tool that offers multi-platform transparent client-side encryption of your files. +- [Freeplane](https://www.freeplane.org/) was recommended as a quality open source mind mapping program. Evidently the documentation is poor and the website is dated, but you can ask questions on the SourceForge forum, and it's got "[10x the functionality of any free competitor and probably most commercial options](https://discord.com/channels/@me/815308052323500033/848911233129250836)." +- [[Calibre]] v5.18 added highlight/annotation functionality with the ability to export notes from documents in markdown format. It's not as configurable as export/use with Zotero for pdfs, but it does provide custom links directly to the text in the file. +- [Miraheze](https://meta.miraheze.org/wiki/Miraheze) was recommended as a mediawiki alternative. +- `@bettyzhang` put together this [Obsidian and Logseq Side by Side Comparison on YouTube](https://www.youtube.com/watch?v=W4Art2DI9SA&t=32s). diff --git a/01 - Community/Obsidian Roundup/2021.06.12.md b/01 - Community/Obsidian Roundup/2021.06.12.md new file mode 100755 index 000000000..5f95eb260 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.06.12.md @@ -0,0 +1,71 @@ +## In The Community + +- The Knowledge Organization in Obsidian community talk by `@brimwats` is live on [Youtube](https://www.youtube.com/watch?v=jMJbVUUi34I). It offers a history of library organization, a detour into cataloging vs classification, and the lowdown on foldering/tags in PKMs. This [discord post](https://discord.com/channels/686053708261228577/694233507500916796/852555393741750272) contains links to unfilmed discussion points about geographical terms and classification systems, niche vocabularies, and "semantic obsidian." +- `@SkepticMystic` will be giving the [Using Pandoc to write PDFs, Word documents, and slideshows in Markdown](https://forum.obsidian.md/t/using-pandoc-to-keep-your-workflow-inside-obsidian-community-talk-by-skepticmystic/) talk this [Sunday at 18:00 (CET)](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). +- `@Payload` had an excellent explanation of [what plugins are, some examples, and how they work](https://discord.com/channels/686053708261228577/707816848615407697/851695771178762240) that I recommend for anyone who finds them confusing. +- I feel a little weird including this, but it made it to the starboard and I posted it directly by request of multiple community members, so here's a condensed paper I wrote for my master's course about best practices in [teaching critical thinking skills](https://eleanorkonik.com/difficulties-teaching-critical-thinking/). There's probably a fair amount of applicability for _learning_ critical thinking skills, which help a lot with figuring out best practices for personal knowledge management and metacognition and life in general. + +## Obsidian Updates + +[Public v0.12.4](https://forum.obsidian.md/t/obsidian-release-v0-12-4/18764) + +- Quick switcher now has an option to show links to files that aren't created yet. +- New core plugin "Outgoing links" which can be enabled through the settings page, which shows a list of destinations your note links to and gives a list of unlinked mentions from the current note that can be linked. + +[Insider 0.12.5](https://forum.obsidian.md/t/obsidian-release-v0-12-5-insider-build/19374) + +- The template core plugin now has commands to insert the current time or the current date. +- There’s now a new dedicated command to focus on the editor. +- Pasting images copied from Chrome’s β€œCopy image” menu action will now properly import the image to the vault, instead of creating a link to the image’s original URL. +- Fixed some Mermaid diagrams not rendering properly (journey missing text, gantt unreadable active task, class diagrams have very faint text). +- There is now a function available for converting HTML to Markdown called htmlToMarkdown, which is using a pre-configured Turndown Service. + +## Plugin News + +### New + +- the [[zoottelkeeper-obsidian-plugin|Zoottelkeeper Plugin]] is an automated folder-level index file generator and maintainer that let me delete a bunch of tags and I'm really thrilled about it. +- [[obsidian-smart-typography|Obsidian Smart Typography]] automatically converts straight quotes to smart quotes. It also has support for em dashes, and ellipsis, and I'm really grateful for its existence. [[mgmeyers]] wants to expand support to other languages, so if there's something you'd like added, file an issue on the github repo. +- [[obsidian-advanced-new-file|Advanced new file]] lets you assign folder for a new file when you trigger the hotkey. +- The [Obisidan OCR plugin](https://github.com/schlundd/obsidian-ocr-plugin) extracts the text of image attachments. +- The [Obsidian iCal plugin](https://github.com/mdelobelle/obsidian-ical/tree/master) (Mac only) includes the events of your Calendar at the end of your daily notes with templating capabilities. +- the [[adjacency-matrix-maker|Adjacency Matrix Maker]] [0.4.0](https://github.com/SkepticMystic/adjacency-matrix-maker/releases/tag/0.4.0) by `@SkepticMystic` (of "helps people with [[dataview|Dataview]]" fame) is a nifty alternative to the graph view. +- [[obsidian-text-format|Text Format]] will "clean up" formatting, getting rid of excessive spaces and newlines if you, for example, paste in text from a pdf. +- [[obsidian-grandfather|Grandfather]] puts the time (and date if you want) in the status bar, which might be useful for people who like to work in fullscreen mode. +- The [[file-tree-alternative|File Tree Alternative Plugin]] plugin creates a file explorer similar to Evernote where folders and files are in separate leafs. I think [this feature request](https://forum.obsidian.md/t/split-view-of-the-file-pane/19555) gives a pretty useful overview of why someone might want this. +- The [Bible Reference Plugin](https://forum.obsidian.md/t/new-plugin-bible-reference-plugin-alpha/19532) will let you "fetch" a particular passage of the Bible from the [ESV.org](https://www.esv.org/). + +### Updates + +- [[obsidian-dropbox-backups|Aut-O-Backups]] [0.12.4](https://github.com/ryanpcmcquen/obsidian-dropbox-backups) supports mobile. Developers looking for an example of oath browser handshakes might want to give it a look, as well. +- The [[obsidian-collapse-all-plugin|Collapse All]] (folders) plugin how has functionality for expanding all folders. +- v1.5.0 of the [[obsidian-spaced-repetition|Spaced Repetition]] allows for nested decks, better load balancing, and some other QoL improvements. +- [[obsidian-kanban|Kanban]] [v0.5.6](https://github.com/mgmeyers/obsidian-kanban/discussions/177)'s metadata fields now support rendering markdown. + +### Under The Radar + +- the [[obsidian-argdown-plugin|Argdown]] plugin can be useful for [taking notes on things that require a train of thought](https://forum.obsidian.md/t/taking-notes-on-information-that-requires-a-chain-of-thought/19531). + +## Workflow Stuff + +- A [tip](http://discordapp.com/channels/686053708261228577/707816848615407697/852793134479835146) via `@Payload` is that the order of plugins being loaded decides the order of content that they populate in the status bar (if they are loaded first, they would be on the left of the status bar). You can change this ordering in .obsidian/config. Look for enabledPlugins, the array contains all your enabled plugins, in the order at which they are loaded. Change the order to one that you like. +- There was an interesting discussion on the forum about [how to build a recipe database using Obsidian](https://forum.obsidian.md/t/help-howto-build-recipe-database-in-obsidian-complex/19548/4). +- There was a discussion on Reddit about how [university teachers](https://www.reddit.com/r/ObsidianMD/comments/nx9ayz/any_teachers_out_there_using_obsidian/) use Obsidian to manage their notes and lecture plans. + +## Appearance + +- This [CSS code](http://discordapp.com/channels/686053708261228577/702656734631821413/850509685110210580) will let you style specific headings (e.g. `## Reading Log` but not `## Tasking`) +- This [CSS code](http://discordapp.com/channels/686053708261228577/702656734631821413/851588418487975966) will visually shorten url links so they take up less space in the editor. +- This [CSS code](https://forum.obsidian.md/t/soft-wrap-file-name-in-sidebar/2369) will cause sidebar titles to wrap. +- `@SlRvb` [figured out](https://discord.com/channels/686053708261228577/771575014382108672/850791937371537458) how to put svg icons into css for use with folders. +- `@Payload` shared a really beautiful bit of [code](https://discord.com/channels/686053708261228577/702656734631821413/851474397238788146) that adds a visual background of stars and nebulae to an Obsidian instance. +- `@Chetachi` shared a tutorial for [multicolored highlights](https://www.reddit.com/r/ObsidianMD/comments/nu0olr/multicolored_highlighting_in_obsidian/) in Obsidian. + +## Knowledge Management + +- This [discussion about source v. literature v. permanent v. atomic v. evergreen notes](https://forum.zettelkasten.de/discussion/1582/what-are-source-notes-literature-notes-permanent-notes-atomic-and-evergreen-notes) over at the zettlekasten.de is a useful summary of some of the common "vocabulary terms" that crop up in the Obsidian community. +- There was a related [discord discussion](https://discord.com/channels/686053708261228577/710585052769157141/852673138843189258) about different notetaking methodologies with a focus on multifacted systems and the value of the oft-maligned "bookkeeping" systems. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [ShareX](https://getsharex.com/)is a popular gif creating & sharing tool. [Loom](https://www.loom.com/) is popular for sharing screen captures with voiceover. diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.19.md b/01 - Community/Obsidian Roundup/2021.06.19.md old mode 100644 new mode 100755 similarity index 67% rename from 09 - Digital Garden/09.03 - Obsidian roundup/2021.06.19.md rename to 01 - Community/Obsidian Roundup/2021.06.19.md index 598e7b8b1..f42500f75 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.19.md +++ b/01 - Community/Obsidian Roundup/2021.06.19.md @@ -1,26 +1,26 @@ ## Community * There was a very informative [discussion](http://discordapp.com/channels/686053708261228577/694233507500916796/853418012320071700) about pricing models and why Obsidian charges for certain features while some competitors choose not to charge for those specific features. * `@person` put together [a rough experimentation guide](https://forum.obsidian.md/t/an-obsidian-experimentation-starter-guide/19580) intended for for folks new to Obsidian. -* `@anthonyg` over at Obsidian Office Hours shared this in-depth [Zotero-with-Obsidian deep dive](https://www.youtube.com/watch?v=YaMH_d4dj1k) by `@argentum`. +* `@anthonyg` over at [[Obsidian Office Hours]] shared this in-depth [Zotero-with-Obsidian deep dive](https://www.youtube.com/watch?v=YaMH_d4dj1k) by `@argentum`. ## Plugin News ### New -* `@Christian` released a Templater script as a new plugin: [QuickAdd](https://github.com/chhoumann/quickadd). It’s incredible. At it’s core it lets you add pages from templates, do quick capture, etc. But now there’s a new and improved GUI for choices, and a custom macro engine to let you execute JS scripts and Obsidian commands like macros. Also, choices can now be added as Obsidian commands so you can activate them with hotkeys etc. There’s even added automatic suggestion for tags and file names in the input prompt. +* `@Christian` released a [[templater-obsidian|Templater]] script as a new plugin: [QuickAdd](https://github.com/chhoumann/quickadd). It’s incredible. At it’s core it lets you add pages from templates, do quick capture, etc. But now there’s a new and improved GUI for choices, and a custom macro engine to let you execute JS scripts and Obsidian commands like macros. Also, choices can now be added as Obsidian commands so you can activate them with hotkeys etc. There’s even added automatic suggestion for tags and file names in the input prompt. * There’s a new plugin called [pluck](https://github.com/kevboh/obsidian-pluck) that lets you insert the contents of a webpage into a note. If you’re not already familiar with it, [this thread](https://forum.obsidian.md/t/how-do-i-get-content-from-websites-into-my-notes/1738) from the forum is full of great recommendations for browser extensions to capture web pages as markdown. ### Updates -* The [file-tree-alternative](https://github.com/ozntel/file-tree-alternative) plugin now has a feature for pinning files to the top. +* The [[file-tree-alternative]] plugin now has a feature for pinning files to the top. * [Jump to link](https://github.com/mrjackphil/obsidian-jump-to-link) now can jump to words or any other Regexp based symbol. This is configurable. * The [Adjacency Matrix Maker](https://github.com/SkepticMystic/adjacency-matrix-maker) can now show folders on the matrix up to any depth. * [Templater](https://github.com/SilentVoid13/Templater) (1.8.0) has new internal functions in the tp.file module and syntax highlighting in edit mode. ### Scripts -* `@Nick_At_Day` shared this [templater script](http://discordapp.com/channels/686053708261228577/840286238928797736/853274331135606814 +* `@Nick_At_Day` shared this [[templater-obsidian|Templater]] [script](http://discordapp.com/channels/686053708261228577/840286238928797736/853274331135606814 ) intended for folks who use "ABC" lists to try to come up with tags. It will allow you to select the table and return only the tags. -* `@Witt` shared a nice, simple, straightforward example of how to use inline dataview queries that act as formulas manipulating a variable. -* `@Christian` created a [script to move all notes with a tag to any folder](https://github.com/chhoumann/quickadd#macro-move-notes-with-a-tag-to-a-folder). +* `@Witt` shared a nice, simple, straightforward example of how to use inline [[dataview|Dataview]] queries that act as formulas manipulating a variable. +* `@Christian` created a [[quickadd|QuickAdd]] [script to move all notes with a tag to any folder](https://github.com/chhoumann/quickadd#macro-move-notes-with-a-tag-to-a-folder). ### Under The Radar -* [Image in Editor](https://github.com/ozntel/oz-image-in-editor-obsidian) was resurfaced as a super useful plugin for folks who hate switching over to preview mode to see the images they’re embedding. -* This plugin lets you [assign a hotkey for underlining](https://github.com/Benature/obsidian-underline) the HTML way: ``. +* [[oz-image-plugin|Image in Editor]] was resurfaced as a super useful plugin for folks who hate switching over to preview mode to see the images they’re embedding. +* This plugin lets you [[obsidian-underline|assign a hotkey for underlining]] the HTML way: ``. ### For Developers ## Workflow Stuff @@ -30,16 +30,20 @@ ## Feature Requests * `@Sam Baron` created a feature request for Obsidian to [create a changelog file](https://forum.obsidian.md/t/plugin-updates-changelogs-release-notes/19642). There’s a [pull request](https://github.com/obsidianmd/obsidian-releases/pull/334) if you’d rather look into that, and in the interim we’ve got a new channel in the Discord for β€œ#plugin-updates” where the github bot will post new plugins and developers can post updates there. * The feature request to [create references for headers or blocks by drag-and-drop](https://forum.obsidian.md/t/create-references-for-headers-or-blocks-by-drag-and-drop/7313) got resurfaced. + ## Appearance * `@Kepano`'s css snippet for [image zoom](http://discordapp.com/channels/686053708261228577/702656734631821413/853888596116373524) got resurfaced. * `@mano` shared this code to get the [navigation on a publish website in a specific order](https://discord.com/channels/686053708261228577/768134314864017429/855247315681935390) instead of alphabetical + files following folders. * `@mano` also shared this snippet for [larger popovers](http://discordapp.com/channels/686053708261228577/702656734631821413/855348236322865182), which has been requested a lot lately. * `@Mara` shared a [WYSIWYG snippet](https://github.com/Mara-Li/Obsidian-WYSIWYG) along with a [forum post with video](https://forum.obsidian.md/t/pseudo-wysiwyg-snippet-mobile-pc/19733) to explain. + ## Knowledge Management * There was a lot of great discussion in this Reddit thread asking [how do you write permanent notes?](https://www.reddit.com/r/ObsidianMD/comments/nzpd56/no_seriously_how_do_you_write_permanent_notes/) + ## Ancillary Tools -* There was a nice review of mailbox.org vs. ProtonMail [shared](https://jeppe.science/thoughts/why-i-fled-mailbox-for-protonmail/) by a community member (`@Jeppe Klitgaard`) -* `@Briwats` put together a [forum thread](https://forum.obsidian.md/t/onyx-boox-obsidian-appreciation-theme/19588) compiling images and videos of Obsidian on the Onyx Boox eink tablet. Full disclosure, these convinced me buy a Boox ;) -* For folks who use a static site generator like Hugo to run websites (or self-host your digital gardens) there was a great discussion about [various comments options](https://discord.com/channels/686053708261228577/700466324840775831/855162654493245441) in the Discord. +* There was a nice review of [[mailbox.org]] vs. [[ProtonMail]] [shared](https://jeppe.science/thoughts/why-i-fled-mailbox-for-protonmail/) by a community member (`@Jeppe Klitgaard`) +* `@Briwats` put together a [forum thread](https://forum.obsidian.md/t/onyx-boox-obsidian-appreciation-theme/19588) compiling images and videos of Obsidian on the [[Onyx Boox]] eink tablet. Full disclosure, these convinced me buy a Boox ;) +* For folks who use a static site generator like [[Hugo]] to run websites (or self-host your digital gardens) there was a great discussion about [various comments options](https://discord.com/channels/686053708261228577/700466324840775831/855162654493245441) in the Discord. * `@Silver` shared a cool game made by friends of the Obsidian developers: [Keyword](https://store.steampowered.com/app/1393320/Keyword/) is a narrative thriller where you’ll depend on skills of logical deduction, hacking, and social engineering to solve challenging puzzles as the only means of finding your missing daughter. Keyword demo will be available during Steam Next Fest till the end of this month. + ## Housekeeping diff --git a/01 - Community/Obsidian Roundup/2021.06.26.md b/01 - Community/Obsidian Roundup/2021.06.26.md new file mode 100755 index 000000000..7577c8d7d --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.06.26.md @@ -0,0 +1,68 @@ +## Obsidian Updates + +- [Obsidian Release v0.12.6 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-6-insider-build/19914) added the new [Note Composer](https://help.obsidian.md/Plugins/Note+composer) core plugin. +- [Obsidian Release v0.12.7 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-7-insider-build/20004) was mostly focused on bugfixes and Sync; third party sync tools should have a harder time corrupting the sync database now. + +## Plugin News + +### New + +- [[file-explorer-note-count|File Explorer Note Count]] lets you see how many files you have in a folder without having to hover. +- You can now get a [[obsidian-statusbar-pomo|pomodoro timer in your status bar]]. +- the [[breadcrumbs|Breadcrumbs]] plugin allows you to assign parent, child, and sibling links to other notes using YAML and then get a visual navigation sidebar thing. +- There’s a new [[tq-obsidian|task management]] plugin. Each task is represented as a Markdown note with a single task line and some metadata in the frontmatter. + +### Updates + +- The new updates to [[obsidian-admonition|Admonition]] allow for non-codeblock admonitions so that links can work! This is _incredible_. Here’s an [example](https://www.loom.com/share/730f77bbeeef453f94f22576df7178f4). +- [[table-extended|Table Extended]] also moved away from codeblocks in order to better support backlinks and forward links. +- [[note-refactor-obsidian|Note Refactor]] [1.7.0](https://github.com/lynchjames/note-refactor-obsidian/releases/tag/1.7.0) is now available. It supports `[markdown](links)` and adds a new command for extracting selections. +- [[obsidian-tracker|Tracker]] [1.7.0](https://github.com/pyrochlore/obsidian-tracker) adds a new output type 'month', rendering a month view for a given dataset, as in [this example](https://discord.com/channels/686053708261228577/855181471643861002/856529983031607316). +- [[quickadd|QuickAdd]] [0.2.2](https://github.com/chhoumann/quickadd) has a bunch of behind the scenes improvements, and updated documentation. 0.2.12 adds an example for fetching tasks from Todoist into your vault, in a format that the Tasks plugin will collect. A lot happened here this week. If you like [[templater-obsidian|Templater]], you will probably also like QuickAdd. For example, this incredible [QuickAdd script](https://discord.com/channels/686053708261228577/840286238928797736/855883637367242752) `Christian` put together lets you split _named_ (instead of just numbered) headings off into atomic notes in a particular folder, embedding the section in the new note instead of moving the text out of the literature note. This solves a bunch of the problems outlined in the discussion of my [increasingly atomic folders] workflow writeup about why I do it β€œmy way” instead of using the β€œproper” atomic note method. Now you can have the best of both worlds! +- [[obsidian-tasks-plugin|Obsidian Tasks]] [1.1.2](https://github.com/schemar/obsidian-tasks/releases/tag/1.1.2) had some bugfixes and a documentation update. It should be easier to use now. +- v0.1.0 of the [[obsidian-languagetool-plugin|LanguageTool plugin]] has been released. It adds automatic checking, a new suggestions popup, and a handy status bar menu. +- [[obsidian-smart-typography|Smart Typography]] [1.0.3](https://github.com/mgmeyers/obsidian-smart-typography/releases/tag/1.0.3) adds better dash rules so that YAML and arrows don’t get screwed up anymore. + +### Under the Radar + +- [[mrj-text-expand|Text expand]] can generate indexes across notes if you specify a `\folder, #tag or [[Link]]` to generate an output of links that are readable by obsidian. + +### For Developers + +- When putting together [[quickadd]], `@Christian` figured out how to enable the Obsidian autocomplete for page names in the modal window. Check out the repo (or ping him, he’s very nice) if this would be useful for something you’re working on. +- There is now a `editor-menu` event on Workspace, which can be used to add more options to the context menu inside the editor. + +## Workflow Stuff + +- `@tallguyjenks` shared [best some practices for YAML](http://discordapp.com/channels/686053708261228577/694233507500916796/856218976946618399) +- `@cotemaxime` shared that you can type `app.garbleText()` into the console to blur text before sharing a screenshot. +- Another neat [template for Zotero](http://discordapp.com/channels/686053708261228577/710585052769157141/856977587976011787) was shared. This time with buttons! +- `@thecookiemomma` shared [a plugin list](http://discordapp.com/channels/686053708261228577/694233507500916796/858023992743821373) they think would be useful for writers. +- `@death_au` shared a tip: Playing videos in Obsidian supports Picture-in-Picture! +- `@Patrick` shared a [showcase video](https://youtu.be/vfGDnIa34ag) showing how he uses Obsidian for creating tabletop adventures. +- Federico at the AppStories podcast [shared](https://appstories.net/episodes/228/) his research and note-taking setup. + +## Appearance + +- This [css snippet](https://forum.obsidian.md/t/css-snippet-for-multiple-blockquote-styles-with-syntax-formatting/19839/8) lets you have multiple blockquote styles depending on what you tag the quote. +- This small css snippet allows for information to be [displayed in multiple columns](http://discordapp.com/channels/686053708261228577/707816848615407697/856860634884341830) without the interactivity of kanban, if you prefer to avoid plugins but are fine with custom css. +- `@gammons` created a [base16 theme](https://github.com/gammons/base16-obsidian) that enables basically 131 new "themes" for Obsidian. +- This css snippet will let you [hide certain folders](https://discord.com/channels/686053708261228577/694233507500916796/845664939292229642), i.e. attachments. +- This css trick is useful for when you’re trying to set rules for [printing a note to pdf](https://discord.com/channels/686053708261228577/722584061087842365/855105812463616040). + +## Knowledge Management + +- There was a [discussion](http://discordapp.com/channels/686053708261228577/722584061087842365/857982337814888508) about what good habits, methods, etc exist for learning, processing, and applying information. A really nice list came from the discussion; I recommend checking it out. +- There was a discussion about [how to take notes as a high school student](http://discordapp.com/channels/686053708261228577/694233507500916796/855792400278224907). +- We discussed [how Twitter threads are similar to zettelkasten card series](http://discordapp.com/channels/686053708261228577/710585052769157141/857716879393423371) and how to adapt that to Obsidian. +- There was a [discussion about how to combine different pkm/life-os systems](https://discord.com/channels/686053708261228577/710585052769157141/856366772130807829). +- There was an insightful discussion over on reddit about [zettelkasten vs evergreen systems](https://www.reddit.com/r/ObsidianMD/comments/o589cd/is_it_me_or_is_the_zettelkasten_being/). +- `@sivwuk` shared a [showcase video](https://www.youtube.com/watch?v=_81oIoHMQrQ) showing how they use Obsidian to study. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- I put together a bit of a stream-of-consciousness review / list of recommended guides for [setting up Ghost](https://eleanorkonik.com/ghost-my-experiences-running-a-self-hosted-newsletter/). It’s what I use to run this Roundup. A couple of people asked how I liked it because they were thinking about maybe checking it out, so I thought I’d share. +- This [guide for using Dropbox with Obsidian](https://theproductiveengineer.net/ultimate-guide-to-using-dropbox-for-obsidian-notes/) was shared. It seems very comprehensive. +- [Rentry](https://rentry.org/) is a minimalistic tool that is basically β€œpastebin for markdown” if you want to just share an Obsidian note with someone really quick without losing the formatting. +- [Nebo](https://www.nebo.app/features/) is a paid app for handwriting on tablets, apparently the OCR is really good and it can handle mixing handwriting and typed statements within a single document. A bunch of people really like it. +- `@hstagner` shared a [Twitter thread](https://twitter.com/hstagner/status/1408388869549137921?s=21) discussing the differences between a digital garden and a blog. It’s another nudge for me personally; I’ve been considering opening up my notes as a digital garden to supplement my blog in a way similar to what’s described in the thread. diff --git a/01 - Community/Obsidian Roundup/2021.07.03.md b/01 - Community/Obsidian Roundup/2021.07.03.md new file mode 100755 index 000000000..6f2d264d2 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.07.03.md @@ -0,0 +1,69 @@ +## In The Community + +- The recording of the last Community Talk, [What your Vault Knows](https://youtu.be/58-Ue2mDy0k), which involves three short presentations and a discussion about using computational methods to extract knowledge from our vaults, is now online on YouTube. + +## Obsidian Updates + +- The Insider Build ([12.9](https://forum.obsidian.md/t/obsidian-release-v0-12-8-insider-build/20214)) lets Obsidian Sync be used to synchronize your settings, appearance tweaks, custom CSS, and installed plugins. It can now sync any file type using the β€œSync all other types” option. + +## Plugin News + +### New + +Note: Some of these are pending code review and are not yet available in the community store. They may require manual install. + +- the [Obsidian & reMarkable plugin](https://github.com/cobalamin/obsidian-remarkable) is looking for Windows testers. +- the [[initiative-tracker|Initiative Tracker]] plugin should make things easier for people who are using Obsidian to run tabletop RPGs. +- `@death_au` created a new [command URI plugin](https://github.com/deathau/command-uri-obsidian) that should allow for the creation of a system-wide hotkey to create new notes from anywhere. It opens up uri schemes to plugins that haven't necessarily defined them. I think it’s intended for things like this method to use [ULauncher](https://ulauncher.io/), an alternative to Alfred for Linux, to help with [quick capture of thoughts into a daily note](https://forum.obsidian.md/t/linux-alfred-alternative-for-quick-caputure/20203). +- [[obsidian-pocket|Pocket integration]] allows you to sync your Pocket reading list into Obsidian, so that you can easily create Obsidian notes directly from your Pocket reading list. +- [[obsidian-map-view|Map View]] looks incredible for trip planning & taking notes about places you’ve been. +- You can now query the [[obsidian-amazingmarvin-plugin|Amazing Marvin]] API for a list of tasks. + +### Updates + +- You can now [schedule tweets](https://github.com/chhoumann/notetweet_obsidian/blob/master/GuideToSettingUpScheduler.md) with [[notetweet]]. For what it’s worth, NoteTweet is the absolute best (& cheapest) way to write Twitter threads that I’ve found anywhere. We also recently discussed how [tweets can be used as a type of atomic note conversation](https://discord.com/channels/686053708261228577/710585052769157141/857716879393423371). +- [[quickadd]] can now detect the end of sections, and the format syntax suggester will now help you write formats easier. There were also some updates to the documentation and some bugfixes. Date offset functionality was added, and there’s a new API feature for variables. It’s up to 3.0 now. +- obsidian [[obsidian-smart-typography|Smart Typography]] has been updated to support [customizing the open/closing quote characters](https://github.com/mgmeyers/obsidian-smart-typography/issues/5). +- The [[obsidian-dictionary-plugin|Obsidian Dictionary plugin]] (which has been way more useful for me personally than I thought it would be) now supports caching, which helps with offline / slow internet usage. + +### Under The Radar + +- The [[obsidian-dice-roller|Dice Roller]] plugin lets you randomly select entries from a table, as in [this example](https://discord.com/channels/686053708261228577/805952223124520961/860471875678896159). This can be used for, say, [generating writing prompts](https://discord.com/channels/686053708261228577/805952223124520961/860534603521196062). +- [[better-fn|Better footnotes]] is really nice. If you use footnotes and aren’t using it, it might help: it lets you preview on hover with footnote links. +- There’s a plugin that assigns [[obsidian-shortcuts-for-starred-files|hotkeys to starred files]]. It will, for example, let you jump quickly to an index note. + +### For Developers + +- This [shell script](https://github.com/kometenstaub/shell) via `@koala` will make it easier to beta test plugins; it facilitates updating plugins which are not in the Obsidian community plugin store. This [discord post](http://discordapp.com/channels/686053708261228577/840286238928797736/858448800737001522) has more details. +- Obsidian’s config file has been split up into 4 different files. +- `registerMarkdownPostProcessor` and `registerMarkdownCodeBlockProcessor` will now return the `MarkdownPostProcessor` callback function to facilitate manual un-registration. + +## Workflow Stuff + +- Moderator `@cotemaxime` shared the full breakdown of their [productivity system]([Maxime Cote | Personal Site](https://www.maximecote.me/blog/my-productivity-system-planning/)) over on their blog. It pulls from David Allen’s β€œGetting Things Done,” [Tiago Forte](https://twitter.com/fortelabs/status/1397572271548502020), Cal Newport and more. It’s a great example of mashing together best practices from various sources to land on what works for you, which Maxime also wrote [a guide for](https://www.maximecote.me/blog/how-to-architect-your-productivity-system-yourself/). +- `@joshduffney` [recorded & shared their smart notes workflow in Obsidian](https://www.youtube.com/watch?v=o_pq43WzeEo&t). +- `@mutton44` shared a somewhat hacky way to get [obsidian to work on two monitors with the same vault on Windows 10](http://discordapp.com/channels/686053708261228577/694233507500916796/860128416724025364). I don’t know if I’d be brave enough to try it, but I’d be remiss to not share. + +## Feature Requests + +- `@edith` posted a feature request for [keeping the focus in the current panel/tab](https://forum.obsidian.md/t/keep-focus-in-current-pane-tab/20317). +- There’s a [feature request](https://forum.obsidian.md/t/selected-note-shown-highlighted-on-the-local-graph/9643/18) to highlight the active note on graph view that got resurfaced. + +## Appearance + +- `@bobheadxi` created a script to [sync global graph settings to the local graphs](https://gist.github.com/bobheadxi/ad4bc77a7b8c80d26f7668dac8a47576). +- There’s a new dark theme in town; check out [Rmaki](https://github.com/luke-rmaki/rmaki-obsidian). + +## Knowledge Management + +- `@anthonyamar` shared this [curated list of public Zettelkastens / Second Brains / Digital Gardens](https://github.com/KasperZutterman/Second-Brain). +- `@Animalistic` shared a very popular [method for choosing when to skim, when to focus, and when to highlight](https://discord.com/channels/686053708261228577/694233507500916796/858514569978445854) when processing a text. +- There was a nice reddit thread about how to use [[dataview|Dataview]] to [track books](https://www.reddit.com/r/ObsidianMD/comments/oa8q80/how_would_you_use_dataview_to_make_a_book_tracker/). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Scholarcy](https://www.scholarcy.com/), an online summarizing tool & flashcard generator, added Markdown export to our Chrome Extension, so it's easier to get full text research papers, including key findings and references, into Obsidian. +- After some discussion of tab organizers, [Session Buddy](https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko) was shared as a nice way to keep browser tabs organized by source in an outline format. +- [ActivityWatch](https://activitywatch.net/) is a free and open source device tracker that can be used to keep track of your productivity, time spent on different projects, bad screen habits, or just to understand how you spend your time. + +## Housekeeping diff --git a/01 - Community/Obsidian Roundup/2021.07.10.md b/01 - Community/Obsidian Roundup/2021.07.10.md new file mode 100755 index 000000000..08bbac218 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.07.10.md @@ -0,0 +1,65 @@ +## Obsidian Updates + +- The [Insider Build](https://forum.obsidian.md/t/obsidian-release-v0-12-10-insider-build/20523) is up to 12.10 now. It’s mostly sync fixes, but that means that since hotkeys are now stored in a separate file, if you’re using Obsidian on multiple devices you might notice that your hotkeys will disappear on non-upgraded Obsidian instances when using Obsidian Sync to sync your app config. To migrate, upgrade Obsidian and turn on the hotkeys sync flag to receive the hotkeys, then restart Obsidian. + +## Plugin News + +### New + +- My hero `@mrjackphil` is back creating [plugins by request](https://forum.obsidian.md/t/uuid-for-note-links-in-url-scheme/14617), this time tackling a plugin that will [create and open UID notes by UID](https://github.com/mrjackphil/obsidian-note-uid). Currently, it only opens notes by UID. Hopefully soon it’ll the ability to generate those UID for notes. +- [[obsidian-enhancing-mindmap|Enhancing Mindmap]] can do a lot of nifty stuff for, well, making better mindmaps. +- [[tq-obsidian|tq]] [v0.1.0](https://github.com/tgrosinger/tq-obsidian) is a task management plugin that uses a separate note to back each task and renders them in customizable code blocks. + +### Updates + +- [[breadcrumbs|Breadcrumbs]] now has support for [[juggl|Juggl]]-formatted links(https://github.com/SkepticMystic/breadcrumbs). It also supports multiple indexes. +- [[obsidian-tracker|Tracker]] [v1.8.0](https://github.com/pyrochlore/obsidian-tracker) has support for month view, displays color based on a particular value, and all around is starting to look really incredible for, well, tracking things based on metadata. +- [[better-word-count|Better Word Count]] [0.7.0](https://github.com/lukeleppan/better-word-count) has some speed improvements, customizable status bar counters, and stats for the day. I don’t think I’ve ever updated a plugin so fast! +- [[file-tree-alternative|File Tree Alternative]] now lets you search from within its file list view. + +### Magic + +- I’m going to mangle this explanation, but `@kaelri` [shared](https://discordapp.com/channels/686053708261228577/694233507500916796/854541472761905162) how they make [project cards](https://gist.github.com/kaelri/f7427fef75a375a453faa7e9c030e254) using [[templater-obsidian|Templater]] and [[dataview|Dataview]] and it got bookmarked 66 times, so check it out if you’re somebody who enjoys content cards. One way to think of it is that it’s like a prettier / less table-like [[dataview|Dataview]] view (thanks for walking me through it, `@anthonybaker`). + +### Under The Radar + +- There was a fun discussion of everybody’s [top 3 favorite plugins](http://discordapp.com/channels/686053708261228577/707816848615407697/861911446212444160) that I recommend checking out if you’re not sure where to start. Plus, it’s fun to see how different people have such varied use-cases. + +### For Developers + +- If you are trying to debug plugins for android, you need to have [Android Debug Bridge](https://developer.android.com/studio/command-line/adb) on your computer installed; on your android phone you have to enable ADB (it's under developer settings – tap the build number three times to get these settings); then connect the phone to your computer over USB; open chrome (or chromium based browser should also work) and type `chrome://inspect` in the browser. Open obsidian on your phone, then it should appear. + +## Workflow Stuff + +- Folks with Obsidian mobile on their android device might benefit from these tips about [how to keep an app permanently running in the background](https://www.androidcentral.com/how-keep-app-permanently-running-background-galaxy-s20). It makes the new sharing features a bit nicer. +- `@cotemaxime` shared the second part of their [productivity system explainer](https://www.maximecote.me/blog/my-productivity-system-executing/). It’s mostly task management and things on the weekly scale. +- `@tallguyjenks` shared their [kindle to Obsidian](https://youtu.be/GKj6y7nKlxY) workflow on YouTube. +- `@hamster` shared a quick and dirty way to get an obsidian markdown file into .docx format if you don’t want to mess with pandoc or have to deal with footnotes: click on the 3 dots of the note - export to pdf, hen drag the pdf into google docs and then open it as a google doc and then save it as a docx. +- There was a discussion of [daily note templates](http://discordapp.com/channels/686053708261228577/694233507500916796/861616486261850114) in Discord. +- `@sashinexists` shared a [script](http://discordapp.com/channels/686053708261228577/722584061087842365/860727328597999636) that takes in a better bibtex json file and from it generates markdown notes and organises them into folders based on type in your vault. +- `@joshduffney` merged Cal Newport's time-blocking system into Obsidian and created [a short video on it](https://www.youtube.com/watch?v=4j4hG_0AoWs). +- `@Thomas Curro` shared how to [automate filing notes into folders with templater](https://www.youtube.com/watch?v=VPAGohAwiow). +- Reddit had an interesting discussion about how people [use Obsidian to replace various other tools](https://www.reddit.com/r/ObsidianMD/comments/ofp9s2/how_many_tools_has_obsidian_replaced_for_you/), with an additional thread about [what plugins are useful when migrating from Notion](https://www.reddit.com/r/ObsidianMD/comments/ofqxes/people_who_have_switched_from_notion_to_obsidian/). +- Keep Productive hosted Santi Younger for a sort of updated [2021 Obsidian Intro](https://www.youtube.com/watch?v=oaDkQl2zclY). + +## Feature Requests + +- A feature request to make it possible for [opening certain files to default to a particular mode](https://forum.obsidian.md/t/opening-certain-files-defaults-to-certain-modes/20600) was made. +- This feature request to create a β€œheatmap” to [color-code the graph view based on how recently a file & its linked associations was edited](https://forum.obsidian.md/t/graph-colourisation-according-to-brain-entropy/20402) is a really neat idea. + +## Appearance + +- The [[Yin and Yang]] got an update. Among other things, `@chetachi` added base hue and saturation customization! You can now easily and uniformly change the base colors to the theme. Yin and Yang is an excellent theme all around but is also one of the few I’m aware of that is optimized for mobile. +- This reddit thread is a really nice collection of different ways to [color code text](https://www.reddit.com/r/ObsidianMD/comments/oeq7ae/i_have_a_question_about_text_colors/). + +## Knowledge Management + +- There was a nice [reddit thread](https://www.reddit.com/r/ObsidianMD/comments/ocgmsh/recipes/) discussing how to use Obsidian for managing recipes. +- Here’s an [interesting read about history of notetaking](https://boffosocko.com/2021/07/03/differentiating-online-variations-of-the-commonplace-book-digital-gardens-wikis-zettlekasten-waste-books-florilegia-and-second-brains/) shared by `@danieltomasz`) +- This [YouTube video](https://www.youtube.com/watch?v=7ik0JNnoXBc) about personal knowledge graphs in various personal knowledge management software was shared. It was part of a conference and is pretty thought-provoking. +- Here’s a reddit discussion about resources for [how to take book notes in Obsidian and share them on a blog](https://www.reddit.com/r/ObsidianMD/comments/ogmgnn/book_notes_in_obsidian/). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- If anyone is looking for a [[Working Copy]] alternative (aka iOS only), [Polygit](https://www.polygitapp.com/) is $2/mo or $10/year and lets you clone a repo directly into the Obsidian folder. (via `@Krafty`) +- Anecdotally, [[MGit]] is the favored git-for-mobile option for Android, but I don’t think anybody has figured out a way to auto-sync a git repo on android (although the latest mobile update might have changed that, so if you get autosync of a git repo working on mobile please reach out). diff --git a/01 - Community/Obsidian Roundup/2021.07.17.md b/01 - Community/Obsidian Roundup/2021.07.17.md new file mode 100755 index 000000000..aae995e58 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.07.17.md @@ -0,0 +1,94 @@ +# 2021.07.17 +## In The Community + +- I’ll be joining Nick Milo for the inaugural [[LYT House]] feature, with a grand reveal of my (sanitized) vault for people to see. We’ll probably talk about managing writing projects and tasking, but the thing I’m most excited about is the 30-minute β€œAsk Me Anything” portion. It’ll be held on [Zoom](https://www.linkingyourthinking.com/lyt-house) at [10AM PT (UTC-7) on Sunday, July 18th](https://everytimezone.com/s/5f50ccb7). +- If you have ideas to improve the Obsidian documentation, **pull requests are welcome**. You can contribute to the process of [documenting Obsidian on GitHub](https://github.com/obsidianmd/obsidian-docs) +- `@nickmilo` shared this really heartwarming [Love Letter to Obsidian](https://www.youtube.com/watch?v=ho1EfhXQ8iE&feature=youtu.be) that some Discord users recorded made them tear up a bit. +- Paul Bricman is organizing a one-day online β€œunconference” about building tools for thought where participants host their own sessions (a bit like the community talks). It’s free on July 25th. Learn more [here](https://opencollective.com/psionica/events/augment-minds-7d13842a) +- `@Silverica` is looking for community members to contribute T-shirt designs for Obsidian merch πŸ‘€ Details on [Discord](http://discordapp.com/channels/686053708261228577/700466324840775831/865612406323281940). +- there's a [Japanese subreddit](https://www.reddit.com/r/ObsidianMD_Japanese/) now. + +## Obsidian Updates + +The big news this week is that **obsidian for mobile has released!** This brought a whole host of questions about best practices and methods for syncing files between different devices. I’ve put together a meta list of all the [resources for sync](https://forum.obsidian.md/t/meta-post-syncing-between-devices/20983) and advice I was able to find. + +Other tips include: if startup time feels like it’s taking too long, try: + +- lock the app so that it doesn’t get killed. +- let the app run in the background +- check to see if your plugins are causing long load times. +- Make sure you don’t have any β€œmarkdown” files that are actually long files of another type, like xml. This can sometimes cause the parser to choke. +- Make sure you don’t have any illegal characters in your filenames. Different operating systems have different requirements, but `?` and `%` have been common culprits. + +Insiders will continue to get access to early beta builds and features. + +## Plugin News + +### New + +- The new [[obsidian-timeline|Timeline]] plugin looks incredible for having a timeline of stuff in one file. It uses codeblocks. +- This plugin [makes Obsidian’s preview of LogSeq-flavored markdown more pleasant](https://github.com/ruivieira/obsidian-plugin-logseq). +- The new [[obsidian-map-view|Map View]] plugin is in the community plugins list. It’s a great way to work with notes on vacation notes, reflections on places you’ve visited, etc. Although by default it works with coordinates, `@Christian` put together a [QuickAdd macro](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_AddLocationLongLatFromAddress.md) (seriously, [[quickadd]] is amazing) to find the longitude and latitude for the given address and creates a YAML property called location in the active file. +- You can now easily [open your vault in Visual Studio Code](https://forum.obsidian.md/t/open-vault-in-vscode-plugin/20963) from a ribbon icon, which should make stuff like mass find&replace easier. +- Here’s a nifty way to [paste a multi-line code block or blockquote to the level of indent you’re at](https://github.com/publicus/obsidian-paste-to-current-indentation). + +### Updates + +- [[Linux Tools|Linux]]-only: The [Ulauncher plugin for obsidian](https://github.com/mikebarkmin/ulauncher-obsidian) now supports direct access to Daily Note and Quick Capturing. +- The [[obsidian-excalidraw-plugin|Excalidraw]] plugin has a nice [video walkthrough](https://www.youtube.com/watch?v=sY4FoflGaiM) of the big 1.2.1 update: This is a major release moving Excalidraw to [[Markdown]] and implementing linking, transclusion, aliases, tagging, backlinking, etc. feature set into Excalidraw. +- [[file-tree-alternative|File Tree Alternative Plugin]] [version v.1.2.7](https://github.com/ozntel/file-tree-alternative/releases/tag/1.2.7)allows users to use keyword `all:` which helps with searching all files under the vault rather than the currently active folder. +- [[obsidian-imgur-plugin|Imgur Plugin]] [2.0](https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/2.0.0) now allowed users to authenticate and upload images tied to their account. +- [[quickadd]] [0.3.5](https://github.com/chhoumann/quickadd) adds support for inline JavaScript execution. It also supports syntax highlighting out of the box. +- [[breadcrumbs]] [0.8.15](https://github.com/SkepticMystic/breadcrumbs) now has a grid view and is in the community plugins list now after getting through code review. I am very excited to start using this to mimic folgezettels, personally. +- [[obsidian-advanced-uri|Advanced Obsidian URI]] now supports opening files by UUID. +- Version 0.3.0 of [[obsidian-amazingmarvin-plugin|Amazing Marvin]] plugin adds a ribbon, more support for bringing tasks into your daily notes in Obsidian, and more customizations. +- the [[initiative-tracker|Initiative Tracker]] plugin lets you add players, create homebrew creatures, and run a combat from within Obsidian, and includes the full 5e SRD creature list. + +### Under The Radar + +- For those who have gotten used to the handy way that the mobile toolbar can cycle between `-` and `- [ ]` and `- [x]` don’t forget that [[hotkeysplus-obsidian|Hotkeys++]] exists and lets you do something similar on desktop. + +### For Developers + +- Obsidian will be adding a native bypass for `navigator.clipboard.readText/writeText` on mobile to make it work; the bypass itself just replaces `readText/writeText` so no new API will be introduced. +- There’s a lengthy discussion over on the GitHub repo for [[obsidian-git|Obsidian Git]] about the [challenges of getting obsidian git working on mobile](https://github.com/denolehov/obsidian-git/issues/57). If anybody has any insight or wants to help out, I think it would be appreciated by a lot of people. +- The developer of the [[better-word-count|Better Word Count]] plugin is a bit swamped by the [issues facing their home country](https://discordapp.com/channels/686053708261228577/840286238928797736/865188193560559677) and requested that if anyone is able to submit a pull request to help with the issue where [wordcounts are unusually high](https://discordapp.com/channels/686053708261228577/840286238928797736/864548416093028352). +- [Obsimian](https://github.com/motif-software/obsimian) is an Obsidian simulation framework for integration testing Obsidian plugins without an actual Obsidian App instance. +- If you’re trying to [debug Obsidian using Android](https://forum.obsidian.md/t/debugging-obsidian-mobile-plugins/20913) you can use [Android Debug Bridge](https://developer.android.com/studio/command-line/adb). It’s a lot harder on iOS. + +## Workflow Stuff + +- Here’s an explanation for [how to add shortcuts to notes to your Android homescreen](https://forum.obsidian.md/t/how-to-add-a-note-shortcut-to-the-homescreen-on-android/20889) +- `@viticci` is sharing his Obsidian workflow today in his newsletter. He also discusses the release of the mobile app on [Connected](https://overcast.fm/+FXx6_WZ-Y) at 14:54. +- Here’s a great thread about how to [use Logseq as your outliner for Obsidian](https://discuss.logseq.com/t/making-obsidian-play-nice-with-logseq/1185). +- `@Christian` the developer of [[quickadd|QuickAdd]] and [[metaedit|MetaEdit]] shared how he semi-automatically imports literature notes to his Obsidian vault and his workflow for [processing them](https://bagerbach.com/blog/how-to-take-smart-book-notes-in-obsidian/) into atomic, evergreen notes. He also shared how he [captures what he wants to include in his newsletter](http://discordapp.com/channels/686053708261228577/805952223124520961/863758164297777183). +- `@Christian` also helpfully put together a [β€œhow-to” guide]((https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_Zettelizer.md) for my [Zettelizer workflow with QuickAdd](http://discordapp.com/channels/686053708261228577/722584061087842365/864533595212480512) which I use to automatically create atomic notes from source notes using descriptive headers. +- This [[quickadd]] script to [quickly capture a task and add it to a kanban](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_AddTaskToKanbanBoard.md) is also pretty nifty. +- [Effective Remote Work](https://www.youtube.com/watch?v=oETBOXhdGPs&feature=youtu.be) has a new video about how effective Obsidian is for productivity and task management. +- Folks using [[Obsidian and TTRPG|Obsidian for TTRPG]] games should check out this [detailed discussion post](https://github.com/valentine195/obsidian-leaflet-plugin/discussions/130) on the [[obsidian-leaflet-plugin|Obsidian Leaflet]] plugin GitHub repository. It image maps easier to work with. It also discusses parameters you can use to automatically place markers defined in your notes, and a discussion of how to use GeoJSON to create features on your map. +- If you're looking to organize a campaign, this video](https://www.youtube.com/watch?v=tdDFlSJtUIU is useful. For an example of campaign notes from a player perspective, check out the newest mod `@Leah`'s [vault](https://publish.obsidian.md/leah/60+Games/62+Two+and+a+Half+Strahds/62.00+Two+and+a+Half+Strahds) There’s also this excellent [D&D Reference for Obsidian](https://github.com/twisterghost/5e-obsidian) and a great discussion about [how to use collapsible admonitions for branching choices](https://discord.com/channels/686053708261228577/805952223124520961/865659802502823936). +- `@hstagner` shared their workflow for getting [emails into your vault](https://twitter.com/hstagner/status/1414578734703816706) using [[Zapier]]. +- `@alex_the_glad_stork` shared a [workflow for managing meeting notes and using anki flashcards in documents](https://discordapp.com/channels/686053708261228577/709712341066842113/865177908241498122) on Discord. + +## Feature Requests + +## Appearance + +- The new [[Illusion]] theme (optimized for light mode) is absolutely gorgeous. Its primary benefit is that things are a bit bigger with better contrast. +- [[California Coast]] theme got some major updates including better mobile support. +- A couple of people have asked for a β€œGetting Started” guide for making CSS themes for Obsidian. [Reggie has one](https://publish.obsidian.md/reggienotes/Quickstart+CSS+Guide/010+Obsidian+CSS+Themes) over on Publish. ^594d70 +- `@mgmeyers` shared a [method](https://discord.com/channels/686053708261228577/702656734631821413/865318907832172555) to define the shape of icons using css and `web-mask-image` that will work a bit better than `aria-label`s to replace svgs. This lets theme developers swap out icons without needing users to download the icon swapper plugin and download icon files, which should let theme developers do more with icons on mobile too. +- If you want a custom font on mobile, you can [Base64 encode the font](https://transfonter.org/) into your theme. You can't refer to other files from css snippets directly - relative links won't work there because the files are loaded as a blob instead. Once you’ve encoded the font, copy it into the theme file and change fonts wherever you want either in the theme file itself or through one of the plugins. +- the [[Everforest]] theme [has been updated](https://forum.obsidian.md/t/theme-everforest-dark-light-theme/20139) +- There’s a new theme called [[Darkyan]]. + +## Knowledge Management + +- I thought you guys might enjoy this piece from r/askHistorians about the [history of notetaking](https://www.reddit.com/r/AskHistorians/comments/oi3x16/how_did_university_students_take_notes_during/) How far we’ve come! +- `@Calhistorian` shared this Loom [prototyping a method for organizing a Zettelkasten in Obsidian that demonstrates the utility of the graph view](https://twitter.com/calhistorian/status/1415396711988535296?s=20) for more than just a "map" of your Vault. It impressed a lot of prominent thinkers. It’s meant as a [demonstration to show how a linear exploration might occur through a note sequence](https://www.loom.com/share/1143aa8d5153417387d751bbcfda027a): you might follow different branches of the note sequence by following tags and folgezettels, and related notes. ^9d3b2a +- `@Cat` (who put together the directions for the [[Zotero]]/[[Mdnotes]] workflow) shared a [snapshot of their indicies and metadata](http://discordapp.com/channels/686053708261228577/722584061087842365/864508091725512704). +- There was a nice [discussion of why atomic notes are helpful](https://discordapp.com/channels/686053708261228577/694233507500916796/865383608369545256) in the Discord. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- Several people asked about tools for sharing and collaboratively editing and commenting on markdown files. [HackMD is a Collaborative Markdown Knowledge Base](https://hackmd.io/) and [HedgeDoc](https://hedgedoc.org/) is an open-source alternative. diff --git a/01 - Community/Obsidian Roundup/2021.07.24.md b/01 - Community/Obsidian Roundup/2021.07.24.md new file mode 100755 index 000000000..a1d458394 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.07.24.md @@ -0,0 +1,73 @@ +## In The Community + +- There’ll be a community showcase for themes, plugins & snippets this Saturday 24th (today!) at 17:00 (CET) (about 4 hours after the roundup arrives in your inbox). It will kick off with `@SkepticMystic`’s [[breadcrumbs]] and `@SlRvb`’s snippets! To sign up for a timeslot, use [this form](https://forms.gle/GjCnroTx7roCdhuq6). + +## Obsidian Updates + +## Plugin News + +### New + +- There’s a new [[advanced-toolbar|Advanced Mobile Toolbar]] plugin. It lets the toolbar always be visible and show two rows at the same time. Probably handy for tablets! +- You can now get [[obsidian-rich-links|Rich Links]] / link cards in Obsidian! +- You can [[garble-text|Garble Text]] using the command palette now. +- You can [access the spellcheck menu from the keyboard](https://github.com/zapthedingbat/obsidian-keyboard-context-menu-fix-plugin) now. +- You can [[homepage|define a β€œHome” note for startup]]. + +### Updates + +- The lead developer of the Dictionary API is not a member of the Obsidian community, but if you are using the [[obsidian-dictionary-plugin|Dictionary]], you are using his workβ€”and he needs help! The API is not free to maintain and it’s costs a bunch of money in AWS bills, so if you’re a frequent user, please consider [donating](https://github.com/meetDeveloper/freeDictionaryAPI). +- [[quickadd]] updated 3 times and now has a nicer mobile interface, support for inline JavaScript execution, and a bunch of new macro commands. Most importantly, `@Christian` is working on a video guide so if you have questions about (or requests for) QuickAdd please [fill out this survey](https://forms.gle/6dAit3XKjVrcrxxS8). +- [[obsidian-dice-roller|Dice Roller]] [5.0.0](https://github.com/valentine195/obsidian-dice-roller) has support for rolling random blocks of notes. +- [[breadcrumbs]] can now generate an index for you. +- The [[obsidian-statusbar-pomo|status bar pomodoro plugin]] can now log completed pomos. +- [[obsidian-filename-heading-sync|Filename Heading Sync]] is back and better than ever! +- [[obsidian-leaflet-plugin|Obsidian Leaflet]] is now mobile compatible! Here’s an [example of how cool it looks](http://discordapp.com/channels/686053708261228577/805952223124520961/867574568574648352). + +### Under The Radar + +- Don’t forget, you can [use formulas in markdown tables](https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md#using-formulas-in-markdown-tables) with the[[table-editor-obsidian|Advanced Tables]] plugin! +- Tidy Footnotes renumbers your footnotes if you add on in after the fact. + +### For Developers + +- `@Roamhacker` put together [this diagram](https://discord.com/channels/686053708261228577/702656734631821413/866632447944163348) of the main css classes in Obsidian. + +## Workflow Stuff + +- [You can iframe a calibre ebook to read an ebook in one Obsidian pane while taking notes in the other](https://forum.obsidian.md/t/workflow-reading-ebook-epub-mobi-azw-etc-in-obsidian/17977/7) +- How I go from [research to notes to stories](https://www.youtube.com/watch?v=8sxyYbh5mio) video `@nickmilo` is live on YouTube, along with the AMA. If you were present and asked questions in the chat I missed, I answered them [on my blog](https://eleanorkonik.com/now-available-my-notes-stories-shortform-articles/). +- There was a nice conversation about the [pros and cons of different tools for highlighting browser articles](https://www.reddit.com/r/ObsidianMD/comments/oo96v0/trying_to_collect_my_browsing_highlights_through/) over on Reddit. +- Here’s a nice guide for [how to build a habit tracker in Obsidian](https://www.owenvachell.com/how-to-build-a-habit-tracker-in-obsidian/). + +### Showcases + +A bunch of people shared their vaults this week, including me! + +- [My working vault](https://forum.obsidian.md/t/iterative-rainbow-folder-colors-css/21066) isn’t so much a pruned digital garden as a raw dump of my working files. I published it to make it easier to point people to examples of things. The raw [.zip](https://newsletter.eleanorkonik.com/changelog-20210708/) is also available on my website behind a small paywall, since it also includes my actual WIP articles and fiction. +- [Mister Chad’s beautiful art resources](https://mister-chad.com/) were created for his students, but it’s an absolutely beautiful exemplar of an [[Obsidian Publish]] vault and has a lot of great visual design resources. Here’s the [git repo](github repo for the theme). +- [Singlanguages](https://publish.obsidian.md/singlanguages/500+Singlanguages/Welcome+Page) is a vault about the languages of Singapore and has resources for learning a second language. +- Also, `@tallguyjenks` has [4 hours of PKM content](https://youtu.be/wB89lJs5A3s) going live on Monday at 08:30 UTC-7. It’s a comprehensive look into personal knowledge management, with lots of definitions covered, an overview of his system, and a skeleton vault for people to play with. + +## Feature Requests + +- A bunch of folks are interested in having [Graph View presets to save and load filters & display settings](https://forum.obsidian.md/t/graph-view-presets-to-save-and-load-filters-display-settings/8131). In general there’s definitely a desire for a more robust β€œcore” graph experience for people who don’t need the fancy Juggl stuff… ;) +- There was a lengthy [discussion on the forum](https://forum.obsidian.md/t/concept-map-plugin-idea/21256) about how much folks would like a concept map plugin (as opposed to just a mind map). Think Scrapple & Miro. +- `@pseudometa` put together [code to merge embedded notes](http://discordapp.com/channels/686053708261228577/722584061087842365/867858741370421269) into one `.md` note and was hoping someone could help out by turning it into a plugin. + +## Appearance + +- [[Minimal]] theme has improved support for iOS. +- `@vainilie` shared their snippets and tricks for getting an absolutely beautiful daily note widget [over on GitHub](https://github.com/ohlinn/vainilla-style#daily-note). +- The [[Horizon]] theme was added to the community themes list. +- This [css snippet](https://forum.obsidian.md/t/iterative-rainbow-folder-colors-css/21066) will iteratively color folders. + +## Knowledge Management + +- `@hstanger` shared part three of their [digital smart notes series](https://harleystagner.com/digital-smart-notes-in-obsidian-part-3-how-to-create-permanent-notes/), about taking permanent notes in Obsidian. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Quartz](https://quartz.jzhao.xyz/) is another option for hosting your digital garden as a webpage for you, with no web experience required. The developer seems nice and its optimized for Obsidian. It even has a little graph and backlinks +- [[YiNote]] is a [[Chrome Extensions|chrome extension]] that lets you take timestamped notes while watching youtube videos. +- The book [Professional Git](https://www.amazon.com/Professional-Git-Brent-Laster/dp/111928497X) was edited by a community member and comes recommended for people who like textbooks for learning computer concepts. Git is a tool to help manage collaboration and version control that is pretty popular in this community, but can be overwhelming at first. If you want an easy start with git, check out [Github Desktop](https://desktop.github.com/). diff --git a/01 - Community/Obsidian Roundup/2021.07.31.md b/01 - Community/Obsidian Roundup/2021.07.31.md new file mode 100755 index 000000000..fb345bc99 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.07.31.md @@ -0,0 +1,64 @@ +## In The Community + +## Obsidian Updates + +[Insider 0.12.12](https://forum.obsidian.md/t/obsidian-release-v0-12-12-insider-build/21564) has arrived. Here are the highlights: + +- There is now a search bar to find core plugins better. +- You can now use the keyboard to navigate and select context menus. +- There is now a YAML frontmatter flag for `publish:`. This flag affects the UI when uploading files to your publish site. + +## Plugin News + +### New + +- [[plugin-changelogs|Plugin Changelogs]] allows you to view the plugin changelogs right in Obsidian with a little Button next to the Update Button. + +### Updates + +- [[advanced-toolbar|Advanced Mobile Toolbar]] now allows you to change all Toolbar Icons. +- [[obsidian-tracker|Tracker]] [v1.9.0](https://github.com/pyrochlore/obsidian-tracker) lets users create pie charts. There are also some [breaking changes](https://discord.com/channels/686053708261228577/855181471643861002/869592821001236480) involving `{{sum}}` +- [[initiative-tracker|Initiative Tracker]] [2.0.0](<(https://github.com/valentine195/obsidian-initiative-tracker#creating-encounters-in-notes)>) adds support for creating & encounters directly in your notes. +- [[media-extended|Media Extended]] [v2.9.0 Update](https://github.com/aidenlx/media-extended/releases/tag/2.9.0) adds timestamp template, option to blur on pause for Youtube videos, bilibili support, and embed size control and better options for player controls. +- [[obsidian-tasks-plugin|Tasks]] [version 1.2.0](https://github.com/schemar/obsidian-tasks/releases/tag/1.2.0) lets users filter by recurring, can hide more stuff, and more. + +### For Developers + +- `@Licat` strongly recommends using `Editor` when possible rather than directly using `cmEditor` because `Editor` is an abstraction that bridges the gap between Codemirror 5 & 6, and Codemirror 5 stuff won’t work on mobile. You can read the [full discussion on Discord](https://discord.com/channels/686053708261228577/840286264964022302/870514620450873464) +- `@Licat` also recommends avoiding using `basePath` directly, and [here’s more about why](https://discord.com/channels/686053708261228577/840286264964022302/851183938542108692). + +## Workflow Stuff + +- `@NickMilo` shared a great [live notetaking session](https://www.youtube.com/watch?v=68huyTJjBF0) that includes he uses the graph view to become a better thinker. +- `@Christian` shared a blog post on a couple of different [ways to use QuickAdd](https://bagerbach.com/blog/how-to-use-quick-add-for-obsidian-with-examples/), with examples! There’s also a really nice [video](https://www.youtube.com/watch?v=gYK3VDQsZJo). +- Did you know that [[YAML]] [supports multiline strings](http://discordapp.com/channels/686053708261228577/840286238928797736/868314054702297128)? +- `@ichmoimeyo` shared three showcase videos for the mobile app they found useful. [One](https://www.youtube.com/watch?v=66WnTCt77uU), [Two](https://www.youtube.com/watch?v=_ufMj-4cdIM), [Three](https://www.youtube.com/watch?v=Ke_m3y-6_DI) +- There was a discussion about how to [use Obsidian on a Chromebook](https://www.reddit.com/r/ObsidianMD/comments/ost772/best_way_to_use_obsidian_on_a_chromebook_perhaps/). +- You can [Update Obsidian by Voice with Dropbox, Google Assistant, & IFTTT](https://publish.obsidian.md/arun/Tech/Update+Obsidian+By+Voice+with+Dropbox+and+Google+Assistant+and+IFTTT) + +### Showcases + +- `@markmcelroy` is planning to write a novel using Obsidian, a chapter a day, in public. He’s going to share access to his notes as he goes; backstories, outlines, and commentary. [Find out more](https://markmcelroy.com/ive-decided-to-write-a-novel-in-public-using-obsidian-md/). +- `@trulymavical` has a [GitHub repository for Obsidian resources](https://github.com/ransurf/obsidian-resources/tree/main/templates) including their [daily note template](https://www.youtube.com/watch?v=OFFTIIUDNK4), which they shared in a video about how they use daily notes as their bullet journal. +- [obsidian.garden](https://obsidian.garden) is a open-source guide to creating your own [[Digital garden]] with Obsidian. It’s heavy on emojis but can be cloned via git or downloaded as a zip file to become a sort of starter vault. + +## Feature Requests + +- `@ontheexam` created a feature request for a [plugin that lets you assign (for example) hotkey defaults that match your muscle memory from various programs](https://forum.obsidian.md/t/muscle-memory/21391), for example Ulysses or [[Drafts App|Drafts]]. + +## Appearance + +- The community showcase for `@SlRvb`’s Image Adjustment CSS Snippet is live on the [Obsidian Community Talks](https://www.youtube.com/watch?v=VRoBNWvw8sU) channel. +- Did you know you can set the alt text of embed with a `|` pipe, i.e. `[image.jpg|alt text]` +- `@SlRvb` shared [CSS snippets to emulate admonitions](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/S%20-%20Admonitions.css) on [[Obsidian Publish]]. It’s not as fully featured as the plugin, but it’s a nice alternative for folks who don’t want to feel locked into the plugin and prefer pure CSS/HTML. +- `@chetachi` shared [how to set different icons based on file type](https://discord.com/channels/686053708261228577/702656734631821413/866399284437843978) using `[data-type$(file type here)]` + +## Knowledge Management + +- the [[LYT Kit]] has been translated into [Chinese](http://discordapp.com/channels/686053708261228577/694233507500916796/870493440885010473). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Prettier](https://prettier.io/) is a nifty code formatter that is opinionated and can clean up not only programming langauges like Typescript, it can also clean up markdown and YAML! It works with [[Emacs]], [[Vim]], [[Sublime Text]], and [[VSCode]]. +- Folks who use Zettlr on top of Obsidian files for stuff like the [[Pandoc]] integration: [Zettlr 2.0 is entering beta](https://twitter.com/zettlr/status/1420750610807222294). +- Here’s a nice [free resource for learning git](https://git-scm.com/book/en/v2/). diff --git a/01 - Community/Obsidian Roundup/2021.08.07.md b/01 - Community/Obsidian Roundup/2021.08.07.md new file mode 100755 index 000000000..098fd9dd4 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.08.07.md @@ -0,0 +1,88 @@ +## In The Community + +- There was a really great discussion about [how to evaluate the security risks that Obsidian plugins (and all apps) represent](https://www.reddit.com/r/ObsidianMD/comments/oxgazv/community_plugin_and_security_concerns/) over at Reddit. Recommended reading for everyone who uses software and isn’t rock-solid certain about how to evaluate risk. +- `@curtismcshale` shared a video of [6 Excellent Obsidian Resources](https://youtu.be/KwxxrSb2Uyc) on YouTube. + +## Obsidian Updates + +- Insider v0.12.13 has some nifty timelapse improvements. + +## Plugin News + +- There’s been some discussion about how to translate plugins into various languages. For example, if you want to translate the [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition), there’s a β€œ[how to](http://discordapp.com/channels/686053708261228577/707816848615407697/872541667616509962)” message in Discord. Conversely, here’s how the [excalidraw plugin handles it](http://discordapp.com/channels/686053708261228577/840286264964022302/872364516996968478). + +### New + +- [[cmenu-plugin|cMenu]] is a plugin that adds a minimal and user friendly text editor modal for a smoother writing/editing experience. This plugin makes text editing easier for those that don't wish to configure a multitude of hotkeys. +- [[longform|Longform]] is a plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects. You can finally reorder scenes using (an alternate) file explorer, and compile them into a single file. It even lets you customize the appearance of exported using css! This is the plugin authors have been hoping for for as long as I’ve been using Obsidian and I am HYPE to sit down and play with it. +- The [[markdown-attributes|Markdown Attributes]] plugin enables [[Pandoc]]-style markdown attributes, which allows you to add HTML attributes directly to an element, which means users can style two lists differently on the same page, or change the background color of a single highlight, or cause a paragraph to display in all caps. Here’s an explanation in the [discord](https://discord.com/channels/686053708261228577/855181471643861002/872925697612582912). +- You can now set Obsidian to [[obsidian-hide-sidebars-when-narrow|automatically hide sidebars when Obsidian is at a particular width]]. +- `@ownjoke` figured out a way to make Obsidian intelligently switch between edit and preview mode depending on whether you’re typing. The plugin is called [[obsidian-budget-wysiwyg|Budget WYSIWYG]]. +- You can text or email (among others) notes directly to your daily note using this [[phone-to-roam-to-obsidian|β€œphone to roam” client]] for Obsidian. + +### Updates + +- [[obsidian-tasks-plugin|Tasks]] [version 1.2.0](https://github.com/schemar/obsidian-tasks/releases/tag/1.2.0) had a bunch of updates, the main one seems to be that it lets you filter by recurring and hide elements from query results. +- [[obsidian-excalidraw-plugin|Excalidraw]] [1.2.13](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.13) now support links in View mode. +- [[obsidian-map-view|Map View]] works much better on mobile now, and there are some other quality of life improvements. +- It’s now easier to use [[obsidian-leaflet-plugin|Obsidian Leaflet]] to track travel paths (i.e. run routes) thanks to GPX support. +- [[obsidian-collapse-all-plugin|Collapse All]] is now available on mobile. +- [0.1.4](https://github.com/kzhovn/statusbar-pomo-obsidian/releases/tag/0.1.4) of the [[obsidian-statusbar-pomo|status bar pomodoro]] plugin has some bugfixes and allows users to add a link in your log to whichever note was active when you started your pomodoro. +- [0.2.0](https://github.com/alexandru-dinu/obsidian-sortable/releases/tag/0.2.0) of Obsidian Sortable now supports resetting the sorting order on the third click (like Wikipedia). +- [[obsidian-dice-roller|Dice Roller]] [5.2.0](https://github.com/valentine195/obsidian-dice-roller) can return a random link using `dice: #tag|link` (or a global setting to always return links from tags). +- [[media-extended|Media Extended]] [v2.10.0](https://github.com/aidenlx/media-extended/releases/tag/2.10.0) has mobile support and nifty timestamp stuff. +- [[obsidian-style-settings|Style Settings]] [v0.3.0](https://github.com/mgmeyers/obsidian-style-settings) lets users export and import global and scoped settings, and has some nifty toggles. +- [[breadcrumbs]] has a new Visualization View! This lets you see the structure of your vault using various different visualizations to get big picture views of your vault hierarchy. + +### Magic + +- Did you know that you can do [map layers with the leaflet plugin](https://discordapp.com/channels/686053708261228577/805952223124520961/873011203805417532)? Find out more neat tips and tricks from this [github discussion](https://github.com/valentine195/obsidian-leaflet-plugin/discussions/130). + +### For Developers + +- A request: where possible, it’s helpful to lean in to Obsidian’s local-first, no-internet-required ethos, and where possible avoid including things in themes and plugins that require internet, for example it’s helpful to base64 encode fonts instead of relying on Google font imports. +- There was [discussion](https://discordapp.com/channels/686053708261228577/840286264964022302/873305771625021500) about how the format for links in YAML in the future will be handled. + +## Workflow Stuff + +- There was a [great discussion](https://discord.com/channels/686053708261228577/722584061087842365/869942005210423397) in Discord about how to use citations and obsidian to best prepare for publication. +- Here’s a really nice guide for [how to use mermaid to make flow charts in Obsidian](https://www.mishacreatrix.com/knowledge-management-flow-diagram-in-obsidian). +- : There’s now a [Espanso (text expander) Snippet Showcase](https://forum.obsidian.md/t/espanso-text-expander-snippet-showcase/21852) in the forums, for those of us using Espanso, a cross-platform, system-wide text expander. (via `@Moonbase59`) +- via a couple of [folks in Discord](https://discord.com/channels/686053708261228577/744933215063638183/873033503976087622): You can use [[obsidian-focus-mode|Focus Mode]] & [[obsidian-hider|Hider]] & [WindowTop](https://windowtop.info/) (or [Autohotkey](https://discord.com/channels/686053708261228577/744933215063638183/873046760853999646), apparently) to turn Obsidian into a transparent (using [[obsidian-electron-window-tweaker|Electron Window Tweaker]]) scratchpad on top of other windows, i.e. a browser or PDF. + +### Mobile + +- [Quick Capture (mac/iOS) and Inbox Processing](https://forum.obsidian.md/t/quick-capture-mac-ios-and-inbox-processing/21808) keeps coming up, here are some tips! +- [[Android Apps|Android]] users can [use keyboard shortcuts on Android phone](http://discordapp.com/channels/686053708261228577/864046194195431425/872781020913598464) without a physical keyboard by installing the [Hacker's Keyboard](https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard) app. (via `@ichmoimeyo`) +- [Here’s how to use a .nomedia folder to get your phone’s gallery to stop including Obsidian images](https://www.reddit.com/r/ObsidianMD/comments/ovatlr/is_there_a_way_to_not_show_images_on_your_gallery/h7a1x2q/) +- There’s a new [fork of the todoist task management plugin](https://github.com/Finnvoor/obsidian-todoist-plugin) that works on mobile. + +## Tiny Tips + +- This keeps coming up, so, if you zoom in a bunch on your screen can’t get it β€œback to normal,” try using `ctrl+0` (`cmd+0` for Mac) to reset your font sizes. If that doesn’t work, try fiddling with the `Quick font size adjustment` setting in `settings > appearance`. +- You can continuously nest code blocks by adding more back ticks (via `@javalent`) + +## Feature Requests + +- [Clickable image link, using wikilinks](https://forum.obsidian.md/t/clickable-image-link-using-wikilinks-from-the-discord/21954) + +## Appearance + +- A bunch of people apparently didn’t know about the nifty [css options for the calendar plugin](https://github.com/liamcain/obsidian-calendar-plugin/wiki) which can, for example, let you make the calendar view a bit slimmer, or add emoji markers behind a day in the calendar view thanks to YAML. +- Here’s how to make a [linear gradient](http://discordapp.com/channels/686053708261228577/707816848615407697/872277959094984756) for a progress bar with CSS. +- Here’s how to make all numbers have the same width ([make them tabular](https://discord.com/channels/686053708261228577/702656734631821413/872192379485052950)) so they look nicer. + +## Knowledge Management + +- `@cotemaxime` refactored the [PARA starter kit](https://forum.obsidian.md/t/para-starter-kit/223) and also β€œforked” the PARA system into a β€œ[PAAN](https://forum.obsidian.md/t/paan-starter-kit/21782)” designed to work a little more intuitively with Obsidian’s strengths, like links and the graph. +- This is a periodic reminder to [back up your data](https://www.maximecote.me/blog/how-to-make-your-critical-data-last-decades/), and that means properly, one local, one remote, and one in the cloud. Sync is not a backup! +- I wrote a blog post about how [there's real value in "literature review" style notes](https://eleanorkonik.com/lit-review-value-gestalt-reflection/) and I don't see them discussed often. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Meta](https://metanote.netlify.app/) is a nifty (alpha) visual notecard / whiteboard organizer / mindmap thing for notes. +- `@kepano` (the [[Minimal]] theme developer) put together [a 90 second demo](https://www.youtube.com/watch?v=Vy1MdjickAI) of their new [Web Clipper bookmarklet](https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3). It allows you to grab entire pages or selections from the web into Obsidian in one click. + +## Housekeeping + +- I updated some of the β€œstatic pages” for the Roundup, notably the [Resources](https://obsidianroundup.org/resources/) page (which now segments out the Obsidian-related paid courses) and the [About](https://obsidianroundup.org/about/) page (which now has a better explanation of how things get β€œchosen” to be added to the Roundup), since I’ve been getting more questions about that lately. diff --git a/01 - Community/Obsidian Roundup/2021.08.08.md b/01 - Community/Obsidian Roundup/2021.08.08.md new file mode 100755 index 000000000..e33d51be4 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.08.08.md @@ -0,0 +1,98 @@ +## In The Community + +- Maggie Appleton's [list of digital gardens](https://github.com/MaggieAppleton/digital-gardeners) (& tips & tools) was shared, there are a bunch of nice examples there. +- `@shabegom` will be giving a community talk about their plugin, [[buttons|Buttons]], today at 18:00 (CET). + +## Obsidian Updates + +- [v0.12.14 for Insiders](https://forum.obsidian.md/t/obsidian-release-v0-12-14-insider-build/23046) comes with bugfixes and a nifty new utility to rename headings with the context menu, which will _update links_. This is very powerful, especially when coupled with the [block ref counter plugin](https://github.com/shabegom/obsidian-reference-count/releases/tag/0.1.0) that is currently in beta. + +## Plugin News + +Licat went through and approved a bunch of plugins, so if you were waiting for something to be in the community list, double-check and see if it's there now. + +### Updates + +- [[obsidian-admonition|Admonition]] 6.3.0 allows users to upload images to use as the admonition icon. +- The [[obsidian-toggl-integration|Toggl Track]] plugin needs to be updated to v0.2.5 to reduce load on the Toggl Track API. +- [[obsidian-excalidraw-plugin|Excalidraw]] [v1.2.15](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.15) supports CTRL+hover-preview of links in drawings. [v1.2.16](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.16) fixes a rare race condition and improves fullscreen mode. +- The [[obsidian-readwise|Readwise _Community_]] Plugin is now at [v0.0.9](https://github.com/renehernandez/obsidian-readwise/releases/tag/0.0.9) with some QOL improvements and bugfixes. + +### New + +- [[obsidian-annotator|Annotator]] is a plugin for reading and annotating PDFs and EPUBs in Obsidian. It's based on hypothes.is but stores annotations in a local markdown file. +- [[obsidian-card-view-mode|Card View Mode]] has some nifty sliding panes style views and the ability to grey out unfocused panes. +- [[open-with|Open with]] lets you open notes with other software (like Typora or Notepad) using the command palette. +- [[obsidian-image-toolkit|Image Toolkit]] lets you click on an image and rotate it in preview. +- [[hover-external-link|Hover External Link]] lets you get a tooltip with the website URL when you hover over an external link in preview mode. It's another one of those nice little quality of life things. + +**Task Management:** + +- The [[obsidian-task-archiver|Obsidian Task Archiver]] will automatically move completed tasks to an "Archived" heading. It's meant to be a (partial for now) implementation of the similar org-mode feature. +- There's a new [[obsidian-trello|Trello integration]] that can retrieve data from Trello and display and add comments. Note that this requires the MetaEdit plugin. +- The [[obsidian-reminder-plugin|Reminder]] plugin will notify you of tasks at a time you specify. + **Prettification:** +- [[obsidian-banners|Banners]] adds pretty banners to your notes. +- [[obsidian-icon-folder|Icon Folder]] lets you add icons to folders without having to mess with emojis or CSS. +- [[obsidian-codemirror-options|CodeMirror Options]] allows for some fancy appearance alterations and selector improvements, like changing the color of selected text, and better syntax highlight consistency. +- [[obsidian-code-block-enhancer|Code Block Enhancer]] adds a copy button, linenumber, and language name for code blocks when in preview mode. + +**Commands:** + +- [[obsidian-command-alias-plugin|Command Alias]] lets you add aliases to commands. +- [[editor-commands-remap|Editor Commands Remap]] lets you map hotkeys to editor commands like `goLeft` and `swapLineUp`. + +**Calendar stuff: ** + +- [[obsidian-jump-to-date-plugin|Obsidian42 - Jump-to-Date]] is a popup calendar for quickly navigating daily notes. +- [Weekly note](https://github.com/maloneya/ObsidianWeekly) semi-automates weekly note templates. +- [[obsidian-daily-named-folder|Daily Named Folder]] adds some improvements to the core daily note functionality, like better next/previous functionality. + +**Advanced: ** + +- [[obsidian-shellcommands|Shell commands]] lets you run terminal/shell commands from within Obsidian. Desktop only. +- [[customjs|CustomJS]] + +_Remember: You can manually install plugins that aren't in the community list by copying the main.js, manifest.jso and (optionally) the styles.css files into {vault}/.obsidian/plugins/{plugin-folder}. It can then be enabled like any other plugin (you may need to refresh the list first). Usually these files can be found at the GitHub repo under Releases. Note, though, that this is not as safe as waiting for them to go through code review._ + +### For Developers + +- `@shabegom` created a [hot reload for mobile](https://github.com/shabegom/obsidian-hot-reload-mobile/releases/tag/1.0.2) thing. You should update `pjeby`'s Hot Reload for desktop before using it, I think. There was a discussion about it [here](http://discordapp.com/channels/686053708261228577/840286264964022302/879405215235854386) but if we're being honest it's way over my head. + +## Workflow Stuff + +- `@d.w.frank` shared a [series of blog posts](https://dwf.bigpencil.net/series/obsidian/) about how they use Obsidian, along with how they're using it for a job search. +- `@pseudometa` shared all the [documentation](https://github.com/chrisgrieser/shimmering-obsidian) for their Alfred workflow for Obsidian (mac-only). It covers plugin search, OCRing screenshots and toggling CSS snippets. +- `Moonbase59` [updated the clipit script](https://forum.obsidian.md/t/clipboard-snippets-in-your-inbox-for-later-review-even-when-obsidian-closed/22850) for getting clipboard snippets into Obsidian to include YAML frontmatter with date and tags. It also has better Pandoc options, daily clipboards, and bugfixes. + +## Feature Requests + +- There was some discussion about [increasing contrast of icons](https://forum.obsidian.md/t/enhance-default-color-contrast-of-the-icons/23045/3) and how a theme that prioritizes accessibility would be valuable for the community. +- It would be neat if there was a plugin to add functionality for [choosing a folder whenever a new note is created from a link](https://forum.obsidian.md/t/choose-a-folder-whenever-a-new-note-is-created-from-a-link/23177). + +## Appearance + +- `@SkepticMystic` shared a way to make [images zoom on hover](https://discord.com/channels/686053708261228577/722584061087842365/878721627427323974) which is handy for slideshows. +- `@Moonbase59` shared some css to [improve the GarbleText functionality](https://forum.obsidian.md/t/garble-text-on-screen-to-hide-private-info-with-added-features/23143). He also updated the [clean embeds css](https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/394) (here's for [all](https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/411)). +- `@curtismcshale` shared a video about how they [use daily notes](https://youtu.be/14GSuqWh4oU). +- This set of [icons for iOS/Mac](https://www.reddit.com/r/ObsidianMD/comments/l6amlf/three_icons_for_a_better_mac_experience/) got resurfaced again. Here's [another new icon](https://twitter.com/Gavmn/status/1431286249814315010?s=20). + +## Knowledge Management + +- I wrote a [quick-reference guide for evaluating the reliability of stuff you read on the internet](https://eleanorkonik.com/evaluating-references/). +- [How to Take Smart Notes in Obsidian](https://knowledgework.substack.com/p/how-to-take-smart-notes-in-obsidian) by `@joshduffney` got resurfaced a couple of times as a nice primer. +- `@SlRvb` shared an incredibly comprehensive [explanation](https://forum.obsidian.md/t/slrvbs-mediadb-setup/23227) of how they use [[SlRvb's MediaDB Setup|Obsidian as a media database]]. +- There was a nice discussion on Reddit about the value of [using camelCase for tags](https://www.reddit.com/r/ObsidianMD/comments/pbzqia/tags_or_tags/). I'm actually really terrible about doing this even though I know it's better. Actually there were a bunch of discussions about tags on reddit, including the perennial [links versus tags](https://www.reddit.com/r/ObsidianMD/comments/pb0rrv/tags_what_is_the_difference_between_tagging_with/) discussion. Here's another one on [the Obsidian forum](https://forum.obsidian.md/t/how-do-you-use-tags/23172/5), which I contributed to. Also here's another one from Reddit about whether to place [tags at the top or the bottom](https://www.reddit.com/r/ObsidianMD/comments/pacv14/tags_on_top_of_note_or_bottom/) of a file. +- `@blizzingout` shared their for-medical-use variant of zettelkasten, called "[CSI](https://discord.com/channels/686053708261228577/710585052769157141/879686732675706911)," which is a nice modern practical update on the methodology that I quite like. It uses sources, inputs, summaries and "connectors" to link things together and it's a nifty new paradigm. +- `@otolith` shared their "[digital country estate](https://discord.com/channels/686053708261228577/710585052769157141/879520742063112273)," an expansion of the "[[Digital garden]]" that works a bit better for clinical neuroscience than a publication-focused "digital garden." `@PaperbackCook` also shared another [alternative](https://discord.com/channels/686053708261228577/710585052769157141/879140427607973898) to the "digital garden" metaphor, involving toilet paper emojis. +- Here's how Tara made a [dictionary using Obsidian](https://tamethestars.wordpress.com/2021/08/24/how-to-make-a-dictionary-with-obsidianmd/) + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Mathpix](https://mathpix.com/) will turn handwritten formulas into [[LaTeX]] formatting. [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR/) has better local-first privacy but apparently isn't quite as good, so, tradeoffs. + +## Housekeeping + +Awhile back, somebody requested a community talk about project management for fiction, with bonus points if the talk could cover managing marketing in Obsidian. I didn't pick it up at first because I didn't feel qualified, but now I've got [The Iceberg](http://newsletter.eleanorkonik.com/), my weekly newsletter where I share short fiction & the nerdy history & obscure biology research that supports the stories. It's doing pretty well, so I decided to go ahead and give the talk... which meant documenting things. That's how last week's article about the gardening metaphor for notetaking got started. + +Well, this week I set out to update my "How I use Obsidian for Writing" article to sort of consolidate all of different quirks of my personal knowledge management system. You can see the [saga of how the article metastasized on Twitter](https://twitter.com/EleanorKonik/status/1429850365747466248) but since apparently I'm writing a book (16,000 words and counting!) and I don't know a ton about nonfiction publishing, if you _do_ I would love recommendations / referrals for things like decent nonfiction copy editors, resources for typesetting, viable alternatives to Amazon, etc. Thanks! diff --git a/01 - Community/Obsidian Roundup/2021.08.14.md b/01 - Community/Obsidian Roundup/2021.08.14.md new file mode 100755 index 000000000..c2339761a --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.08.14.md @@ -0,0 +1,62 @@ +## Plugin News + +### New + +- [Readwise](https://readwise.io/i/ac9) shipped their [[readwise-official|official integration plugin]] this week and it’s generating a ton of buzz. Here's the [forum thread](https://forum.obsidian.md/t/the-official-readwise-obsidian-integration-has-launched/22311/5) but basically, Readwise lets you import highlights and annotations from pdfs, rss readers, twitter, ebooks and more. It also has the best OCR highlighter for dead tree books I’ve ever come across, and while checking it out again for the Roundup I discovered that they have education pricing. Their team is also super nice, too, and have been helping people out in the Obsidian Discord. You can get a month free using [this link](https://readwise.io/i/ac9) if you sync highlights to your account. Here's a pretty good overview of [what to expect from the plugin](https://medium.com/@benenewton/first-look-at-the-official-readwise-obsidian-plugin-5d553c0d0521). +- [[obsidian-pocket|Pocket integration]] plugin allows users to sync [[Pocket]] reading lists into Obsidian. +- It's now possible to use [[YAML]] to force the view-mode of a note, i.e. to set a note with a [[dataview|Dataview]] block to always open in preview mode by default. The plugin is very descriptively called [[obsidian-view-mode-by-frontmatter|Force note view mode]]. +- [[macro-plugin|Macros]] lets you combine commands from the command palette, with optional delays between commands. +- Obsidian now has an [[obsidian-toggl-integration|integration with Toggl]] timers. +- The [[customizable-sidebar|Customizable Sidebar]] plugin allows you to add any command, including those of plugins, to the sidebar and assign custom icons to them. Here's information for how [developers can add icons to their commands](http://discordapp.com/channels/686053708261228577/840286264964022302/875393424918999081). +- We now have support for [[emoji-shortcodes|Emoji Shortcodes]] in Obsidian, which makes `:heart:` turn into ❀️. +- You can now [[number-headings-obsidian|automatically number headings]]. +- [[alx-folder-note|AidenLx's Folder Note]] iis a bit of an update on the [[folder-note-plugin|OG]] version by `xpgo` that lets you have a folder function as a note. +- This customizable [[obsidian-linter|Linter]] plugin will let you "fix" markdown styling to be more consistent within a note. +- The new [[obsidian-wordnet-plugin|Obsidian42 - WordNet Dictionary]] is a dictionary plugin that works from the command palette instead of sidebar or right-click menu. + +### Updates + +- The absolutely gorgeous minimal text editor modal plugin [[cmenu-plugin|cMenu]] from the developer of [[Yin and Yang]] now has a setting for custom commands on the little ui bar. +- the original [[todoist-sync-plugin|Todoist Plugin]] released 1.8 with mobile support & a few other nice features. +- [[breadcrumbs]] has had a breaking change update that allows for multiple separate hierarchies. +- [[obsidian-git|Obsidian Git]] [v1.10.0](https://github.com/denolehov/obsidian-git/releases/tag/1.10.0) now has submodules support. +- v1.0.3 of [[longform|Longform]] has some bugfixes. +- v1.6.0 of the [[obsidian-spaced-repetition|Obsidian Spaced Repetition]] plugin has single and multi line reversed cards function, the ability to ignore flashcards using HTML comments, and some caching improvements. + +### For Developers + +- [Obsidian Tools](https://github.com/obsidian-tools/obsidian-tools) is an unofficial package designed to help devs build plugins that has some nifty CLI stuff. +- Here's a tutorial about how to do stuff with [custom events](https://shbgm.ca/obsidian/docs/plugin-development/custom-events). +- `@TfTHacker` put together this [object model diagram](https://twitter.com/TfTHacker/status/1424051711220625409) to help visualize the Obsidian API. + +## Workflow Stuff + +- Here's how you can [view your latest readwise highlights in your daily note using the Templater plugin](https://medium.com/@benenewton/how-i-view-my-latest-readwise-highlights-in-my-obsidian-daily-note-3d321dd6ed07) +- Danny Hatcher put together a beginner's guide for [building a second brain from scratch](https://www.youtube.com/watch?v=njibNuFQwjw) using Obsidian. +- Here's a guide for how to [Generate Custom PDFs with Pandoc, Panrun, and The Eisvogel LaTex Template](https://forum.obsidian.md/t/generate-custom-pdfs-with-pandoc-panrun-and-the-eisvogel-latex-template/22237/). +- Here is a [quick guide](https://gist.github.com/chrisgrieser/4f64b0fc656480ea707d2b45a03acdc0) from `@pseudometa` explaining how to deal with the problem that Pandoc does not understand Obsidian's Wiki-Style image links(`![[ ]]`). +- Here's a tutorial on [using Templater, Buttons & Dataview together](https://shbgm.ca/obsidian/docs/insert-dataview-table). +- `@ryanjamurphy` put together this nifty Obsidian environment for [qualitative data analysis](https://axle.design/an-integrated-qualitative-analysis-environment-with-obsidian) +- Here's a nifty guide to how [semantic line breaks](https://sembr.org/) can work with the Markdown spec to help make long text easier to parse. +- Here's a [[MacOS Tools|MacOS]] [guide](https://forum.obsidian.md/t/make-obsidian-a-default-app-for-markdown-files-on-macos/22260) for how to make Obsidian your default markdown editor for files in your vaults + simultaneously make other app of your choice (for example, [[VSCode]]) default markdown editor for files outside of your Obsidian vaults. +- Here's how you can [symlink your Markdownload files into your vault](https://forum.obsidian.md/t/markdownload-markdown-web-clipper/173/121) β€” without needing fancy plugins. +- `@SlRvb` shared how they use [Obsidian for jouranling](https://forum.obsidian.md/t/slrvbs-journaling-setup/22346) + +## Feature Requests + +- `@arminta7` requested a plugin that can allow for better automations like what [[Hazel]] and [[Dropbox]] can do automate stuff in vaults via [[Zapier]], etc. Here's an [example](https://twitter.com/hstagner/status/1401175949987753986) of how some folks are _currently_ using [[Zapier]] with Obsidian. +- The request for [Smart Folders](https://forum.obsidian.md/t/smart-folders-notes-can-sort-automatically-to-chosen-folders-based-on-tags/4342/14) is still getting traction! + +## Appearance + +- the [[Yin and Yang]] now has better mobile optimization, more customizable feature settings in Style SEttings, & some other nice stuff. +- The delightful [[Obsidian Windows 98 Edition]] theme makes Obsidian look like a Win98 program. + +## Knowledge Management + +- `@joshduffney` has a nice video about [how to categorize and manage fleeting notes](https://www.youtube.com/watch?v=cvYitBS1yOY. +- `@ryanjamurphy` shared a new [framework for understanding Integrated Thinking Environments](https://axle.design/obsidian-roam-and-the-rise-of-integrated-thinking-environments%E2%80%94what-they-are-what-they-do-and-what-s) like Obsidian. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [Manubot](https://manubot.org/) lets you take a manuscript written in markdown track it with git, automatically convert it to .html, .pdf, or .docx, and deploy it to your destination of choice. Hopefully this helps all the folks trying to figure out how to collaborate using Obsidian. diff --git a/01 - Community/Obsidian Roundup/2021.08.21.md b/01 - Community/Obsidian Roundup/2021.08.21.md new file mode 100755 index 000000000..c5807c32e --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.08.21.md @@ -0,0 +1,67 @@ +## In The Community + +- There was a Reddit thread about [why Obsidian sync is great](https://www.reddit.com/r/ObsidianMD/comments/p7f6gc/obsidian_sync_is_great/h9kizzf/), and during the discussion `@ruanviljoen` helpfully shared this super useful from `@curtismcshale` that addresses [how to evaluate which sync method you should use](https://www.youtube.com/watch?v=JHAhE8QNokw). +- `@Chetachi` will be giving the [customizable workspaces](https://discordapp.com/channels/686053708261228577/876257648624939008/877223790256468008) talk today, Aug 21, 2021 at 12:30 PM Central Time. The talk will be a showcase of the newest updates to [[cmenu-plugin|cMenu]] and [[Yin and Yang]], namely, the setting for custom commands with cMenu and the color changing settings with Yin & Yang. She'll explain how a user can customize their menu bar and theme for their own needs. +- `@shabegom` is going to be giving a talk on the Buttons plugin on August 28. If you would like to get involved in community talks, you can find more information on [this forum post](https://forum.obsidian.md/t/meta-community-talks/16686). You can request talks, vote on which one should be next, and also offer to give a talk. +- `@Nick_At_day` is trying to put together some folks for [mutual critique of Obsidian workflows](https://www.reddit.com/r/ObsidianMD/comments/p62hpw/mutual_critique_of_obsidian_workflows_writing/) as a sort of informal workshop environment. + +## Plugin News + +### New + +_Remember, you can manually install any plugin by copying the `main.js`, `manifest.jso` and (optionally) the `styles.css` files into `{vault}/.obsidian/plugins/{plugin-folder}`. it can then be enabled like any other plugin (you may need to refresh the list first). usually these files can be found at the github repo under Releases_ + +- [[tag-page-preview|Tag Page Preview]] isn't published yet, but it was shared on [Reddit](https://www.reddit.com/r/ObsidianMD/comments/p4hrzw/how_to_create_a_popup_window_like_this_when_you/) and it's pretty cool. If you click on a tag, it'll open a little dialog box with pages that use that tag. +- This [[window-collapse|plugin]] lets you use commands to toggle the sidebars of obsidian. +- [[ObsidianAnkiSync|Obsidian Anki Sync]] uses a different and more powerful markup based syntax for making flash cards. +- [[luhman|Luhmann]] adds support for using 1a2b3c style folgezettels by letting users automatically create a new filename immediately "below" the current file, i.e. if you're on `1a2b3c` it will create `1a2b3c1` or the next available sibling name. Incidentally, `@Nick_At_Day` put together a [[templater-obsidian|templater]] script to [turn folgezettels into an easy-to-read outline format](https://discord.com/channels/686053708261228577/840286238928797736/878331775556939826). + +### Updates + +- [[obsidian-tracker|Tracker]] [v1.10](https://github.com/pyrochlore/obsidian-tracker) has a fancy new annotation mode for month view, different date format upgrades, and more. +- [[quickadd|QuickAdd]] [v0.4](https://discord.com/channels/686053708261228577/855181471643861002/877788312679624734) has a bunch of API improvements, advanced settings, and more. +- Unfortunately, FreeDictionaryAPI will be ending support for non-English languages soon. If you know any free APIs for non-English languages, please reach out to `Philbr0`, the developer of the [[obsidian-dictionary-plugin|Dictionary]] plugin. More details [on github](https://github.com/phibr0/obsidian-dictionary/issues/43). +- The [[emoji-shortcodes|Emoji Shortcodes]] has a dynamic Suggester now. + +### Under The Radar + +- The plugin that [[obsidian-auto-link-title||automatically fetches a page title when you link to it]] got resurfaced this week. +- The [[extract-highlights-plugin|Extract Highlights]] plugin lets you create and extract highlights from a current markdown note in Obsidian onto your clipboard. + +### For Developers + +- `@arvn` is interested in hiring (this is a paid gig!) experienced Obsidian plugin developers to [create some plugins](https://publish.obsidian.md/arun/Tech/Obsidian/New+Features+that+Would+Make+Obsidian+More+Voice+Accessible) to _make Obsidian more voice accessible_. You can find [more details in Discord](https://discord.com/channels/686053708261228577/840286264964022302/877647079466471444). + +## Workflow Stuff + +- `@bianca_oli_per` has a holistic [academic workflow](https://www.youtube.com/watch?v=fGJv6hiXPmk up over on [[Linking Your Thinking]]. It covers MOCs, [[LaTeX]] equations, [[Obsidian queries]], PDF extraction and more. +- `@ASRenner1` shared how she uses Obsidian to provide a [minimalist but organized workspace](https://www.youtube.com/watch?v=OX_UKIzRALs) for her fiction and nonfiction writing process. +- Remember, you can search for any heading or paragraph in your vault without knowing the file: `[[##` for headings, `[[^^` for blocks. +- This [guide](https://publish.obsidian.md/arun/Tech/Obsidian/Using+Obsidian+with+Dragon+Dictation+-+Edit+Your+Notes+With+Full+Voice+Control) serves as a quick how-to for switching between editing notes in Obsidian and [[Dragon speech recognition|Dragon]]-friendly word processors with full text control and without reaching for the mouse or keyboard. + +### Advanced + +- `@Chetachi` shared how she uses tags to [highlight her Readwise highlights](http://discordapp.com/channels/686053708261228577/707816848615407697/877196058764144691) in [different colors as appropriate](https://discord.com/channels/686053708261228577/707816848615407697/877375585456898048). +- `@Christian` put together a writeup for how he uses [QuickAdd and Zotero to process pdfs with hotkeys](https://bagerbach.com/blog/how-i-read-research-papers-with-obsidian-and-zotero/). It's a little technical but it's a nice complement to the [zotfile -> mdnotes](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536) workflow from Cat. Incidentally, the [[Zutilo]] plugin for Zotero which allows you to assign hotkeys to [[Zotfile]] & [[Mdnotes]] commands. +- `@Christian` also shared a [Toggl Track macro](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_TogglManager.md) that uses the new [[obsidian-toggl-integration|Toggl Track]] plugin. More details [in Discord](http://discordapp.com/channels/686053708261228577/707816848615407697/876069796553293835). `@Maximo` shared their usecase for how [Toggl](https://discord.com/channels/686053708261228577/700466324840775831/877639056828276746) helps them track how much time they spend on different projects. Note: the Toggl API got hinky so if you're using this plugin update to version 0.2.4 or it won't work. +- `@Christian` _also_ shared a [QuickAdd script](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_MoveNotesWithATagToAFolder.md) to automatically move files with a certain tag into a particular folder. More details [in Discord](http://discordapp.com/channels/686053708261228577/716028884885307432/876494826122657852). +- This [bash script](https://forum.obsidian.md/t/clipboard-snippets-in-your-inbox-for-later-review-even-when-obsidian-closed/22850) from `@Moonbase` lets users use a hotkey to quick-copy text, HTML and images from the clipboard into a "Clipboard" note within your vault, without the need of opening Obsidian each time. + +## Feature Requests + +- `@Bibi53` is hoping somebody can help out with integrating the [Antidote spellchecker API](https://forum.obsidian.md/t/plugins-antidote/22653) into an Obsidian plugin. + +## Appearance + +- `@Chetachi` shared a snippet you can use to make the headers in [[Yin and Yang]] be a [long background highlight](http://discordapp.com/channels/686053708261228577/702656734631821413/877508873207050281) and like everything she does, it's beautiful. +- `@Mara` updated her github repository of [WYSIWYG snippets](https://github.com/Mara-Li/Obsidian-Snippet-collection). +- For those who prefer a more retro appearance for their vault, here's the [Win98 edition](https://github.com/SMUsamaShah/Obsidian-Win98-Edition) theme. + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- this [guide](https://www.simonlindgren.com/notes/2019/11/15/setup-for-writing-in-markdown-citing-with-zotero-and-publishing-with-pandoc) explains the use of [[Pandoc]] for markdown with [[Zotero]] pretty well. +- `@Koechiliniana` shared a [ready-made Obsidian vault](https://github.com/Bartlebooth1424/obsidian-nomic) for the government-mimicing metagame [[Nomic]], + +## Housekeeping + +- I sat down to update and consolidate my various writeups about all the different pieces of my workflow and put them all in one place and instead wound up waxing philosophical about how notetaking really is like gardening for two thousand words instead, so oops but also if you're interested here's [my philosophy of gardening, digital and otherwise](https://eleanorkonik.com/the-konik-philosophy-of-gardening-digital-otherwise/). diff --git a/01 - Community/Obsidian Roundup/2021.09.04.md b/01 - Community/Obsidian Roundup/2021.09.04.md new file mode 100755 index 000000000..821cdf80d --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.09.04.md @@ -0,0 +1,83 @@ +## Obsidian Updates + +- There are now over 300 plugins and 40k members of the community Discord! +- The early bird discount pricing for Sync and [[Obsidian Publish|Publish]] is ending at the end of this month (September 30, 2021). Please read the [FAQ](https://forum.obsidian.md/t/last-chance-to-get-early-bird-discount-for-sync-and-publish-before-september-30-2021/23541) and remember: Obsidian is created by a very small team of two and they only charge personal users for services that cost _them_ money (servers aren't cheap, especially if you don't have economy of scale advantages). + +[v0.12.15](https://forum.obsidian.md/t/obsidian-release-v0-12-15/23348) is now available for public access, featuring: + +- Improved [graph timelapse animation](https://forum.obsidian.md/t/obsidian-release-v0-12-13/21959) that's ordered by creation time. +- Right click on a [heading to rename](https://forum.obsidian.md/t/obsidian-release-v0-12-14/23046) and update all links to this heading. +- Right click on selected text to [search for it globally](https://forum.obsidian.md/t/obsidian-release-v0-12-15/23348). + +## Appearance + +- [[Shimmering Focus]] is a condensed minimalist theme aimed at working nicely with pandoc. It has a bunch of really nice features, like increased contrast. + +## Plugins + +### New + +- [Obsidian plaintext](https://github.com/dbarenholz/obsidian-plaintext) will let you edit `.bib` and presumably `.css` files etc directly in Obsidian instead of needing a text editor like Visual Studio Code (although there isn't any syntax highlighting, it's not meant as a replacement for [[VSCode]] or whatnot). +- You can now get a direct feed from the [[obsidian-hackernews|HackerNews]] top stories into an Obsidian pane. Presumably it wouldn't be too hard to add other RSS feeds to this by forking it or creating a pull request? +- [[obsidian-copy-block-link|Copy Block Link]] lets you right click a block and copy the link to the block. +- A new plugin lets you execute [[obsidian-jupyter|Jupyter notebooks]], which I'm told are super useful for the data science / machine learning folks. +- There's a new riff off of focus mode: [[ghost-fade-focus|Ghost Fade Focus]]. +- [[random-structural-diary-plugin|Random Structural Diary]] will give you a random list of questions to journal about. +- This plugin integrates [[drawio-obsidian|drawio]] diagramming. If anybody knows how this is different than [[obsidian-excalidraw-plugin|Excalidraw]] or [[Mermaid]] I'm interested. +- [[obsidian-file-link|Better File Link]] makes it easier for people to link to external files without having to drag and drop from the file explorer. + +### Updates + +- The [[oz-image-plugin|Image in Editor]] plugin has commands to convert Wikilinks to Markdown links and vice-versa in all files within the vault or only in the active file. This is amazing for switching _to_ wikilinks for **seeing transclusions in editor mode using this plugin**, or for people trying to convert to Markdown links for interoperability with other programs like static site generators. +- [[quick-explorer|Quick Explorer]] [0.0.7](https://github.com/pjeby/quick-explorer) has more hotkey support and a quick preview mode. It also has a really amazing Readme. +- The [[obsidian-spaced-repetition|Spaced Repetition]] plugin got some love; more stastics, you can review cards from a single note if you want, and some niftier post-review edit options. +- [[obsidian-tasks-plugin|Tasks]] v1.3.0 has new sorting options, better CSS support, and mobile toolbar icons. +- [[obsidian-excalidraw-plugin|Excalidraw]] 1.2.21 supports transclusion of sections in addition to blocks. 1.3.0 has an extended ExcalidrawAutomate API that lets users access elements of the active drawing and add elements on the fly. +- [[cmenu-plugin|cMenu]] now has a status bar menu and some QoL updates. + +### For Developers + +- Here's a nice [guide for new programmers](https://joschuasgarden.com/Five+lessons+from+a+new+programmer+for+a+new+programmer) who are starting out learning because of Obsidian, written by a programmer who started out programming because of Obsidian. +- Here's a discussion about [inter-plugin communication](https://forum.obsidian.md/t/inter-plugin-communication-expose-api-to-other-plugins/23618) that is probably important as a central discussion point for best practices for exposing plugin APIs from plugins. +- `@jgauthier` is working on a big update to the Citations plugin and is looking for CSS/design help and feedback (or contributions to development). Here's the [development branch](https://github.com/hans/obsidian-citation-plugin/tree/references-view). +- Theme developers should be on the lookout for breaking changes coming to the kanban plugin, which is currently [beta testing](https://github.com/mgmeyers/obsidian-kanban/releases/tag/1.0.0-beta.1) custom drag and drop and some other stuff like hotkeys and lists. +- This [script](https://github.com/luckman212/obsidian-plugin-downloader) will download all of the Obsidian plugin repositories to use as a reference for developing plugins + . + +## Requests + +- There was [discussion](https://discord.com/channels/686053708261228577/694233507500916796/883218999628927066) about the possibility of creating a docker instance of a webtop window manager and running obsidian on it. If someone could put together a guide for "how to run Obsidian on a server so that you can access it from the web" I feel confident that a great many people would appreciate it. +- Rendering citations in preview mode was requested. There's was a good discussion about ways to [get started](https://discord.com/channels/686053708261228577/722584061087842365/881108789774942258) in Discord. + +## Guides + +- Did you know that you can use a `\` backslash to escape characters, so that they aren't treated as markdown commands and will therefore render in preview without needing to be commented using a backtick ( \`)? +- This is a really nice video guide for how to [process source notes into permanent notes](https://www.youtube.com/watch?v=qQM1pjxu3WE) and what Obsidian features help. +- The video from the Buttons community talk from Buttons developer `@shabegom` is now live [on YouTube](https://www.youtube.com/watch?v=3LhtmBYy6Jc). +- `@Christian` shared a QuickAdd script and process for importing notes that emulates other automatic importers but allows a bit more control. +- `@productivity guru` shared a [guide for using Templater](https://www.youtube.com/watch?v=LjdJbknTjm4) to insert variables and functions into your notes. +- `@zsviczian` shared a video of how to implement the [Clothesline Method for Sequencing Ideas](https://www.youtube.com/watch?v=q8KF3flIyKs&feature=youtu.be) using [[templater-obsidian|Templater]] and Excalidraw. Here's [part two](https://www.youtube.com/watch?v=yhljjFPzpzI). +- Here's a [Reddit discussion and video](https://www.reddit.com/r/FoundryVTT/comments/ozxpte/obsidian_md_module_or_markdown_integration/) about how to get things from the virtual tabletop Foundry into Obsidian. +- Here's a [script using netlify](https://forum.obsidian.md/t/yet-another-free-publish-yafp/23608) as an alternative to [[Obsidian Publish]]. +- Here's how Mac/iOS users can use [keyboard maestro for quick capture and inbox processing](https://forum.obsidian.md/t/quick-capture-mac-ios-and-inbox-processing/21808). + +## Different Usecases + +- `@JeremyMcLellan` shared in Discord how he uses [Obsidian for standup comedy](https://discord.com/channels/686053708261228577/805952223124520961/883076332144168961). +- `@SlRvb` shared a [sample vault for journaling](https://forum.obsidian.md/t/slrvbs-journaling-setup/22346/14). +- On Discord, `@Vincer` shared a list of the plugins that help them have [a more visual experience](https://discord.com/channels/686053708261228577/707816848615407697/853289760578469948) with Obsidian. +- On Discord, `@pseudometa` had a [widely-bookmarked comment](https://discord.com/channels/686053708261228577/700466324840775831/881472955853459486) about why _and when_ highlighting and extracting notes can be more valuable than summarizing the main points of a text +- Here are some nice [starter templates](https://github.com/masonlr/obsidian-starter-templates). +- A user on Reddit shared their [workflow for task and project management in Obsidian](https://www.reddit.com/r/ObsidianMD/comments/pepced/hey_everyone_i_just_wanted_to_share_my_personal/). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- `@pseudometa` shared detailed documentation for how they use the (mac-only) tool [Alfred with Obsidian](https://github.com/chrisgrieser/shimmering-obsidian/releases/latest). Lots of gems there for Alfred users, I suspect. +- `@argentum` created an [issue on Github](https://github.com/argenos/zotero-mdnotes/issues/133) to track the migration of Mdnotes to the new Zotero beta. You can subscribe if you're looking for updates. +- `@Santi Younger` shared a video about [the Readwise integration](https://youtu.be/g_5Pk7XwDFg) with Obsidian. +- [Duplicati](https://github.com/duplicati/duplicati) is a free & open source backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works on OSX, Windows and Linux. `@peterOlson` says it was easy. Since [[Obsidian Sync]] is _not_ a backup service and as best practice you should separate backups from sync, it's been recommended as a nice companion. +- `@psuedometa` shared their note about [different PDF annotation extraction methods](http://discordapp.com/channels/686053708261228577/722584061087842365/882368061481570324), with some pros/cons of every tool, as `.md` file on Discord. + +## Housekeeping + +- If you're curious to see how my theory about [writing gestalt book reviews is helpful for processing knowledge](https://eleanorkonik.com/lit-review-value-gestalt-reflection/), I wrote a [twitter thread reflecting](https://twitter.com/EleanorKonik/status/1432855712934289408) on how the process of [reviewing Tamed by Alice Roberts](https://eleanorkonik.com/book-review-tamed/) helped me understand the book better. diff --git a/01 - Community/Obsidian Roundup/2021.09.11.md b/01 - Community/Obsidian Roundup/2021.09.11.md new file mode 100755 index 000000000..0c2c19bd2 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.09.11.md @@ -0,0 +1,76 @@ +# Collaboration Guide, + +## In The Community + +Upcoming community talks (save the date, links to follow later in the month!): + +- Sunday, October 3, 2021 4:00 PM EST: `@Eleanor Konik` (that's me!) will discuss a comprehensive project management workflow for fiction writing: using folders, [[dataview|Dataview]], and tags. From ideation to completion, submitting to markets, tracking market preferences, branding work, and ancillary avenues for outreach like newsletters and tweets. If there's anything in particular you want to see, reach out. For now I'm working off of [this request](https://forum.obsidian.md/t/obsidian-talks-voting-post-which-talks-do-you-want-to-hear/15705/15). +- Sunday, October 10, 2021 2:00 PM EST: In this showcase, presenters will share how they set up and use [[iOS Shortcuts]] in Obsidian Mobile. + +## Plugin News + +### New + +- We've got another proto-WYSIWYG plugin on the scene: [Autoview](https://github.com/mmhobi7/obsidian-autoview) will auto-switch the active window to edit mode when a keystroke is detected, and then switch back to preview mode a delay after the last keystroke is detected. +- `@luckman212` put together a small quality of life plugin that will let you assign a hotkey to [[obsidian-reset-font-size|reset your zoom level]] back to "normal" even on operating systems and keyboards that don't make it easy. +- [[podcast-note|Podcast Note]] lets you easily pull metadata for podcasts and take notes on them. +- I had to do a double-take because I wrote this last week about a different plugin: There's a new riff off of focus mode! This week we got [[obsidian-stille|Stille]]. +- [[obsidian-carry-forward|Carry-Forward]] lets users copy a link to the current block. + +### Updates + +- the [[file-tree-alternative|File Tree Alternative Plugin]] allows users to view the file and folder lists in a single view to have Evernote similar experience instead of switching between the views. Here's a [demo](https://www.youtube.com/watch?v=fbz8IZtXuUE) video. +- [[obsidian-excalidraw-plugin|Excalidraw]] 1.3.1 has drag & drop support to create links from files in the file manager and improved zoom to fit. Images will fit fullscreen, (almost) regardless of image size. Also, the full package is now in one file and chunks no longer get loaded from the web. +- The [[obsidian-dictionary-plugin|Dictionary]] plugin (which by the way has a fantastic thesaurus) just got a redesign to look more like the native Obsidian views, i.e. the search panel. +- The [[extract-url|Extract url content]] now has [mobile support](https://forum.obsidian.md/t/extract-url-plugin-mobile-support/23664). + +### For Developers + +- `@NothingIsLost` shared a plugin to help theme designers inspect the "Export to PDF" styling output interactively in Dev Tools which should make debugging print mode easier. + +## Workflow Stuff + +- A group of pentesters (which is to say, white hat hackers) shared a really nice and comprehensive article about how they use [Obsidian for collaboratively documenting group knowledge](https://www.trustedsec.com/blog/obsidian-taming-a-collective-consciousness/) in the cybersecurity field. If you wanted to use Obsidian collaboratively and are not terrified of git, this is a must-read in my opinion. Here's the [associated git repo](https://github.com/trustedsec/Obsidian-Vault-Structure). +- I wrote an article about how [the graph view isn't just a pretty gimmick](https://eleanorkonik.com/its-not-just-a-pretty-gimmick-in-defense-of-obsidians-graph-view/), and there were some great comments in the [reddit thread](https://www.reddit.com/r/ObsidianMD/comments/plc4ny/its_not_just_a_pretty_gimmick_in_defense_of/) about using the graph view for fiction writing and different kinds of knowledge graphs. +- Ben shared how they use [Obsidian for tracking tasks](https://medium.com/geekculture/how-i-track-my-tasks-in-obsidian-47fd7ad80364). Note though that other people prefer to [keep task management and knowledge management separate](https://publish.obsidian.md/leah/40+Digital+Garden/Simplicity%2C+strategic) +- Here's a nice [collection of daily notes templates](https://www.reddit.com/r/ObsidianMD/comments/pjp8d1/daily_note_templates_please_share/) on Reddit. +- This [collection of templates](https://filipedonadio.com/6-useful-templates-for-obsidian/) also got resurfaced if you're looking for inspiration about how to set up Cornell notes, meeting notes, book notes, blog posts or an Einsenhower Matrix. Also, Filipe has a bunch of Obsidian content on YouTube that I wasn't aware of, like this video from last month about how he used [only Obsidian for a week](https://www.youtube.com/watch?v=1UCAlCAvXhk). + +### Advanced + +- Here's a [powershell script](https://forum.obsidian.md/t/insert-title-into-front-matter-powershell-script/23966) to insert file titles into the front matter of all your notes. + +## Feature Requests + +- You can [add your support](https://forum.obsidian.md/t/obsidian-send/23899) to the feature request to send things to Obsidian via email and tweets and stuff, a la IFTTT but with Obsidian Sync. + +## Appearance + +- This absolutely incredible css snippet will make [your vault look like a Diablo game](http://discordapp.com/channels/686053708261228577/700466324840775831/885715893919825990). For a laugh, try it in light mode. +- The [[Firefly]] theme is pending review, but is one of the few examples I've personally seen of a repository using [[SCSS]], a Rubyprogram written in that assembles CSS style sheets for a browser, and for information, SASS adds lots of additional functionality to CSS like variables, nesting and more which can make writing CSS easier and faster. +- CSS for [rainbow relationship line colors](https://discord.com/channels/686053708261228577/702656734631821413/884586663064535141) was shared in the Discord by `@NothingIsLost`. +- Here's how you can [hide attachment subfolders](https://forum.obsidian.md/t/hiding-attachments-folders/23929). +- Here are some nice [tips for printing to PDF](https://www.reddit.com/r/ObsidianMD/comments/pl29cs/better_pdf_printing/). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- `pseudometa` shared a [detailed academic workflow](https://chris-grieser.de/Comprehensive-Academic-Workflow-from-Reading-to-Writing-in-Markdown) that offers alternatives to the [[Zotero]]/[[Mdnotes]] process and discusses when to do what and why and what else you can do. +- The creator of [[Gingko app]], a pane-based outliner-setup longform writing app is also an obsidian user and [swung by the forums](https://forum.obsidian.md/t/writing-in-tree-structure-the-solution-to-long-form-writing-gingko/20727/24?u=eleanorkonik) to share that Gingko now allows for importing from markdown and is looking for some discussion on how people would like to see the feature develop. + +### Research Rabbit + +- [Research Rabbit](https://www.researchrabbit.ai/) (yes it's free) put together [a playlist of Youtube videos](https://www.youtube.com/watch?v=wHBql2JncyU&list=PLLrc8QKmOs9btNMYi8zsNRKlGuIZgPTZK) with tutorials from users, starting with `@dannyhatcher` and his workflow (follow up with [this video](https://www.youtube.com/watch?v=AQdKBhCaCcI) to see how he processes things into Obsidian afterwards). +- `@brimwats` and Bryan Jenks and I also did a community talk on Thursday with some interested folks sharing our workflows with [[Research Rabbit]]: here's my writeup about [how I use Research Rabbit for Worldbuilding Research](https://eleanorkonik.com/using-research-rabbit-for-worldbuilding-research/). +- PS: I'm deliberately not giving you a referral code because I don't want to take their money, it's such a good tool and they're so nice, but if you have trouble signing up (they require some kind of 'institutional' email for the forum) you can reach out via email and let them know you found them though the PKM community and they'll set you up. + +### Readwise + +- The folks at [[Readwise]] (subscription-fee app but too many pkm people love it to not include it here) just announced a big update coming β€” [a read-later app with RSS, newsletter and pdf-reading capabilities](https://readwise.io/read). They're adding people to the waitlist now and while I'm not personally in the beta I'm pretty excited for it β€” I've heard it's great, and has nice hotkey support. +- They're also working on a web highlighter. Some Obsidian users are excited at the idea of replacing products like Highlights and Instapaper with their new Reader app. +- While I'm talking about Readwise, they also shipped [focused highlight review](https://twitter.com/hstagner/status/1435593578194120706?s=21). +- Here's [Dan Ollosso](https://www.youtube.com/watch?v=XnG9beuXmJw) on the Readwise Obsidian plugin. Here's [Curtis McShale](https://youtu.be/tUfTaEhqZU8)'s. (I told you it was popular with Obsidian folks). + +## Housekeeping + +- both `@liam`’s [[calendar|Calendar]] and `@tgrosinger`’s [[table-editor-obsidian|Advanced Tables]] community plugins have surpassed 100,000 downloads in the Obsidian plugin gallery. So exciting! +- When I logged in to work on this yesterday, my dashboard let me know that there are over 2,000 of you subscribed to this newsletter, which is orders of magnitude more than I thought would ever find value from it, so thanks for checking in with me every week! Ghost reports that about 70% of you read this pretty consistently (so I guess I'm not getting lost in the ether!), which is incredibly motivating. Thank you! diff --git a/01 - Community/Obsidian Roundup/2021.09.18.md b/01 - Community/Obsidian Roundup/2021.09.18.md new file mode 100755 index 000000000..eec1c7ba5 --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.09.18.md @@ -0,0 +1,92 @@ +## In The Community + +- `@SlRvb` and `@mikeschmitz` will be showcasing how they use Obsidian for journaling today at 3pm EST. There's more [information in Discord](https://discord.com/channels/686053708261228577/876257648624939008/888086347510865950). +- The [[obsidian-kanban|Kanban]] is looking for community help keeping the documentation up to date, so if you have any workflow tutorials (like [this German-language one](https://www.youtube.com/watch?v=6aU2lYGsRzw)) or such you'd like to add, you can [submit a pull request](https://github.com/mgmeyers/obsidian-kanban/tree/main/src/docs) to the GitHub repository. + +## Obsidian Updates + +[v0.12.16 is out for Insiders](https://forum.obsidian.md/t/obsidian-release-v0-12-16-insider-build/24166)! + +- You can now undo closing a pane. +- Core now supports copying a code block in preview mode. +- Empty panes will be removed on startup if the plugin that created it has been uninstalled or disabled. +- `{{date}}` and `{{time}}` will now work with the core daily notes and zettelkasten prefixer plugins. Previously you needed to add the format, for example `{{date:YYYY-MM-DD}}` +- Creating new files from in note composer will now show an error if it contains illegal characters. +- You can now use Ctrl/Cmd+click or middle-click the icon or the command palette item to open daily note/new zettelkasten in a new pane + +### Developers + +- There is now access to the following bundled libraries: PDF.js, Mermaid, Prism, MathJax. Each library does things a bit differently but Obsidian now exposes functions to load them if they weren’t loaded already: `loadPdfJs`, `loadMermaid`, `loadPrism`, `loadMathJax`. +- `request` can now set HTTP headers. + +## Plugin News + +### New + +- [Blue Pill](https://github.com/dyldog/blue-pill) is a plugin designed to rename files from numerical UUIDs to a new file name based on the first header. +- [[Simple Embeds](https://github.com/samwarnick/obsidian-simple-embeds/tree/main) will allow twitter cards and youtube links to render in preview. +- [[workspaces-plus|Workspaces Plus]] comes with some nice features for making workspaces easier to work with, and includes handy features like auto-saving workspaces on switching, status bar indicators to let you visually see which workspace you're working in, etc. Here's how [Josh Duffney uses Workspaces](https://www.youtube.com/watch?v=EiI1ekkiB2k) if you're looking for a use-case example. +- This plugin lets you [add commands to the right click menu](https://github.com/kzhovn/obsidian-customizable-menu) +- The [copy command](https://github.com/kzhovn/copy-command-obsidian) makes the "make a copy" command available to the command palette and file menu. Shoutout to the dev for reading my mind because I was just lamenting the lack of this on Wednesday. + +### Updates + +- [[obsidian-kanban|Kanban]] is now out of beta with v1.0.0. Lanes are scrollable, cards can contain newlines, the input fields supports markdown editing, block embeds are supported, and there are some more action buttons functionality. Note: may contain breaking changes for some themes (but I haven't heard much chatter about this so you'll probably be fine). +- [[pane-relief|Pane Relief]] has a hotfix to support the new Insider build (0.12.16); please be sure to close any orphan panes! +- [[obsidian-dice-roller|Dice Roller]] had a major backend update that should speed things up, and you can modify and condition dicerolls, i.e. create formulas and variables. More details in the Readme! +- [[oz-image-plugin|Image in Editor]] can render mermaid diagrams in transclusions in the editor. Which should give you an idea of the complexities WYSIWYG mode faces β€” and by the way, **WYSIWYG mode has been moved to the "In Progress" section of the Obsidian Roadmap.** +- The [[obsidian-linter|Linter]] plugin allows for footnotes to be moved and reindexed, which is useful for concatenation i.e. with the longform plugin, and also will reformat tags with hashtags in YAML frontmatter to be correct, i.e. removes the hashtag. +- [v1.11.0](https://github.com/denolehov/obsidian-git/releases/tag/1.11.0) of [[obsidian-git|Obsidian Git]] comes to us from the incredibly tenacious `@Vinadon` (who has faced some truly demoralizing struggles developing this plugin) and features support for initializing new repos and selecting upstream branches for pushing and pulling from. +- Users of the Folder Note plugin should be aware that most of the features have been migrated to the [Folder Note Core](https://github.com/aidenlx/folder-note-core): check out the [migration guide](https://github.com/aidenlx/alx-folder-note/wiki/migrate-from-v0.10.0-and-lower). +- [[obsidian-dictionary-plugin|Dictionary]] [2.18.0](https://github.com/phibr0/obsidian-dictionary) lets you override the language for an individual note by noting the preferred language in the YAML. + +### Betas + +- [Text Transporter](https://github.com/TfTHacker/obsidian42-text-transporter/releases) is currently rapidly iterating through beta testing (aka will require manual install) and `@TFTHacker` is looking for testers to help put it through its paces before code review. It's an Obsidian riff off of his Roam workflow, and offers a bunch of features, including replace a link with its original text, slinging text around, bookmarks, quick capture, and more. + +## Feature Requests + +- People used to IDEs like [[VSCode|Visual Studio Code]] would love it if it were possible to ["tab out" of markup](https://forum.obsidian.md/t/pressing-tab-when-inserting-a-link-should-move-the-cursor-to-the-next-brackets/11953) instead of needing to use the arrow key. +- Is it possible to [assign a hotkey to readable line width](https://forum.obsidian.md/t/is-there-a-way-to-set-readable-line-length-option-to-a-hotkey/24255)? I know there have been times when I really wanted this, too, especially when dealing with tables. + +## Appearance + +- The [LaTeX insipired CSS Snippet for PDFs](https://www.buymeacoffee.com/phibr0/e/42263) is designed to help with page breaks, automatically number headings, and more. +- The [[ITS Theme]] had an update that [reduces the filesize by moving icons to an external snippet and some new Style Settings toggles](https://forum.obsidian.md/t/theme-its-dark-light-theme/12838/132). +- [[Yin and Yang]] theme got an update to change the darkness value of the base color that should help with reflective screens. + +## Ancilliary Code + +- the [Web Clipper bookmarklet](https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3) from `@kepano` has some more features, like removal of illegal characters and variables for tagging things more easily. +- `@Ckain` figured out how to get [Obsidian as a dockerfile to use Obsidian in a browser](https://discord.com/channels/686053708261228577/694233507500916796/888512777336021044). I understand about half of the instructions but I feel like this is an incredible thing for developers who want to access their Obsidian notes from a locked down computer at work, so if you know what "[[Docker]] file" and "container" and "reverse proxies" mean, check this out! If you don't, this is an advanced option, please don't try. + +## Guides + +- Here's why you [probably should not store plain text passwords in Obsidian](https://www.reddit.com/r/ObsidianMD/comments/pmscaz/is_obsidian_safe_for_storing_your_passwords_there/). +- Here's a guide of _why_ to use [Obsidian for RPGs](https://www.youtube.com/watch?v=cLMcRiacY3g). Even if you don't care about TTRPGS, though, it has some really nifty looks at how people can use timelines, kanban boards, and statblocks. +- `@_Nick` shared a nice overview of [different notetaking methods they iterated through](https://www.nickseitz.com/writing/take-less-stupid-notes) looking for the one that worked for them. +- `@nvanderhoevan` shared how she uses [Obsidian for work](https://nicolevanderhoeven.com/blog/20210518-how-i-use-obsidian-at-work/); her notes are available to coworkers via git. +- Here's a neat video guide on how to [do mindmapping in Obsidian](https://www.youtube.com/watch?v=pWcHBmJLvLc&feature=youtu.be) +- Here's a writeup about how to use [Obsidian for cultivating a writing habit with morning pages](https://www.cultivatingmentalsilence.com/blog/using-the-obsidian-app-to-do-morning-pages). +- Here's a video guide about [how to take concept notes](https://www.youtube.com/watch?v=MYJsGksojms) that leverages the linking your thinking philosophy. +- Here's how `dannyhatcher` takes [notes from a bunch of different sources](https://www.youtube.com/watch?v=tLa2tNuXau0&feature=youtu.be) in a consistent way. + +## Knowledge Management + +- Here's a nice discussion in Discord about [how to deal with information overload](http://discordapp.com/channels/686053708261228577/722584061087842365/888244420728741938). +- Here's a discussion on Reddit about how to use [Obsidian as a lab notebook](https://www.reddit.com/r/ObsidianMD/comments/pojd73/does_anyone_use_obsidian_as_a_lab_notebook/). +- Here's a discussion about [how to leverage Obsidian for a Master's thesis](https://forum.obsidian.md/t/start-using-obsidian-for-masters-thesis-when-you-already-have-a-rough-outline-in-mind/24228/3). + +## In The Wild + +Every now and then someone shares a link to a popular outlet "discovering" Obsidian and writing about it and I'm never sure about adding it to the Roundup because I'm never sure if it's teaching _us_ anything β€” we already know about Obsidian β€” but ultimately, I think it's fun to see what "new users" are saying about Obsidian and it's kind of neat to see my niche notetaking tool mentioned "in the wild" so maybe you feel the same way. + +- Here's Andrew Myrick of Android Central on why [Obsidian is the best notetaking app most people have never heard of](https://www.androidcentral.com/obsidian-best-note-taking-app-youve-never-heard). + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- [[Drafts App|Drafts]] [v28](https://forums.getdrafts.com/t/drafts-28-released-ready-for-new-ios-macos-folder-bookmarks-and-more/11201) for iOS makes it possible to grant permissions to additional folders outside the [[Drafts App]] Sandboxl their release notes specifically mention that it should now be easier to integrate it with Obsidian. + +## Housekeeping + +- I think I sorted the database problems. I haven't had time to sit down and write a postmortem but suffice it to say that without the support of this community (especially moderator `@Leah` and her incredible excel skills) I would probably still be deep in database hell. For those curious about the topline result, I managed to salvage most of the Roundup database but had to wipe the Iceberg back to nothing, and I'm not totally convinced that some of the weirder problems we ran into won't recur, but I'm hopeful that things should be alright going forward. Thanks for all your kind words during a dark time πŸ’š. diff --git a/01 - Community/Obsidian Roundup/2021.09.25.md b/01 - Community/Obsidian Roundup/2021.09.25.md new file mode 100755 index 000000000..f9c26213d --- /dev/null +++ b/01 - Community/Obsidian Roundup/2021.09.25.md @@ -0,0 +1,93 @@ +## In The Community + +- The Obsidian developers are doing an [[Obsidian October 2021]] initiative / contest to encourage people to polish off their WIP plugins and themes, or even try their hand at developing one for the first time. **Winners will get hundreds of dollars in credit to spend on Obsidian services; the top winner, as determined by a panel of community judges, will get a custom trophy. Even if you don't win, they're picking 3 random people to earn rewards too.** Learn more on the new [Obsidian publish hub](https://publish.obsidian.md/hub/Events/Obsidian+October+2021). Here's the forum thread for [sharing your progress](https://forum.obsidian.md/t/obsidian-october-2021-daily-progress-and-learnings/24472). +- Anne-Laure Le Cunff [interviewed](https://nesslabs.com/obsidian-featured-tool) `@Silver` (Erica Xu) about why she developed Obsidian and the process of developing the community. +- Nick Milo featured content creator [Mike Schmitz](https://www.youtube.com/watch?v=aiTV9MOBYPs) as part of the LYT House series awhile back β€” the recording is now on YouTube. Ditto [David Sparks](https://www.youtube.com/watch?v=JLk5jIHpvxE) talking about how he uses Obsidian. + +## Obsidian Updates + +- [[Obsidian Sync]] increased the size limit of each remote vault from 4 GB to 10 GB. + +## Plugin News + +### New + +- There's a new plugin to add more [shortcuts for LaTeX](https://github.com/joeyuping/quick_latex_obsidian). +- It looks like the folks over at [[ClubMacStories]] are trying out a business model for [[Paid plugins]]: if you subscribe to the ClubMacStories newsletter you can get access to their Todoist Tasks, Markdown links, and Markdown embeds plugins. Here's their [Twitter announcement](https://twitter.com/viticci/status/1440841977994432522). +- [Metadataframe](https://github.com/SkepticMystic/metadataframe) lets users extract all the metadata in a vault into a CSV file. +- [Prominent Sarred Notes](https://github.com/valentine195/obsidian-prominent-starred-files) adds stars to starred notes in the file explorer. +- [Local images](https://github.com/aleksey-rezvov/obsidian-local-images) finds hotlinked images in your notes, downloads and saves them locally and finally adjusts the link in your note to point to the local file. +- [MarginNote Companion](https://github.com/aidenlx/marginnote-companion) lets users use [[MarginNote]] 3 to read and create text/area excerpt on PDF files and easily import notes to obsidian with backlinks to MarginNote. It synergizes with Media Extended to support importing video notes. +- If you play music and want to use Obsidian to keep track of scores, check out [[scales-chords|Scales and Chords]] . +- Here's a [hotkey for superscript](https://github.com/oliviodare/obsidian-superscript). +- Here's a plugin designed to help users use Obsidian as a [Read It Later](https://github.com/DominikPieper/obsidian-ReadItLater) app. +- Here's a plugin to let you [change the playback speed](https://github.com/kaizau/obsidian-audio-speed-plugin) of audio files in Obsidian. + +### Updates + +- [[obsidian-kanban|Kanban]] [1.0.17](https://github.com/mgmeyers/obsidian-kanban/releases/tag/1.0.17) lets users search for notes by aliases, headings and blocks. +- Recursive folder copying has been added to [0.2.0](https://github.com/kzhovn/copy-command-obsidian) of [[copy-note|Enhance Copy Note]]. +- [[obsidian-jump-to-date-plugin|Obsidian42 - Jump-to-Date]] plugin got some nice navigation features for 1.0.9 +- [[obsidian-dice-roller|Dice Roller]] now lets users save results of dicerolls and has a prettier dice view. +- [v1.7](https://github.com/chhoumann/MetaEdit) of [[metaedit]] fixes the KanbanHelper setting not being able to expand. +- [[obsidian-leaflet-plugin|Obsidian Leaflet]] updated to version 4.0.0. It's now faster, integrated with Initiate Tracker, allowes for layers on real-world maps, and lets you draw and edit shapes directly on maps. +- [[obsidian-toggl-integration|Toggl Track]]Integration for Obsidian [v 0.3.0](https://github.com/mcndt/obsidian-toggl-integration/releases/tag/0.3.0) comes with better support for tags. +- [[obsidian-git|Obsidian Git]] [v1.13.0](https://github.com/denolehov/obsidian-git/releases/tag/1.13.0) supports custom git binary paths and cloning remote repos. +- [v1.3.0](https://github.com/OfficerHalf/obsidian-trello/releases/tag/1.3.0) of [[obsidian-trello|Obsidian Trello]] lets users customize which part of a Trello card render in Obsidian. + +### Betas + +- [Cross Reference Navigation](https://github.com/alexobenauer/Cross-reference-Navigation-for-Obsidian) lets you navigate through notes using their tags. I don't have a great short explanation for it but it's kind of like a kanban board for your tags, and it's got a gorgeous interface. It's still in beta, but the author has an [incredible website](https://alexanderobenauer.com/labnotes/000/) and vision. Highly recommend clicking through. Here's a [youtube demo](https://www.youtube.com/watch?v=sm5HXFNN8jE) if you prefer those. + +### For Developers + +- Here's an incredible new guide for [how to develop plugins for Obsidian](https://marcus.se.net/obsidian-plugin-docs/). +- Here's a [pdf cheatsheet on Discord](https://discord.com/channels/686053708261228577/889616783458304001/890406344509784126) for base theme colors. +- Here's a [community theme dev vault](https://github.com/obsidian-community/theme-dev-vault) that contains a bunch of text files and fiddly plugin examples with all the special classes you might need to worry about during theme development. +- Here's a [guide to styling Obsidian](https://publish.obsidian.md/hub/Guides/Themes/How+to+Style+Obsidian) endorsed by the Obsidian devs. + +## Feature Requests + +- Here's a request for a [teleprompter plugin](https://forum.obsidian.md/t/teleprompter-window/14178). +- If two-factor authentication is something you'd like to see added to Obsidian accounts, you can add your support to the [feature request](https://forum.obsidian.md/t/two-factor-authentication/21888/14) +- `@brimwats` provided a proof of concept for [assigning library subject headings to a note](https://discord.com/channels/686053708261228577/889616783458304001/890038532570234940) which would be neat for bringing controlled knowledge management vocabularies to Obsidian. If you're looking for a project for Obsidian October, this is a neat one! + +## Appearance + +- Here's a neat css snippet to [hide fold arrows unless the line is active](https://gist.github.com/uphy/924b84f4c238b9d513d1851a6d788cf6). +- the [Alternate Checkboxes](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/S%20-%20Checkboxes.css) snippet adds a bunch of nice checkbox stylings to Obsidian and should work with most themes. It also shipped with the new ITS theme update. +- Here's `@dannyhatcher` looking at [every single Obsidian theme on YouTube](https://www.youtube.com/watch?v=W7OUgdvXh0o). πŸ™ˆ I need to find time to update Palatinate. + +## Ancillary Code + +- This [dataviewjs snippet](https://gist.github.com/chrisgrieser/ac16a80cdd9e8e0e84606cc24e35ad99) provides a dashboard for getting the wordcount from a folder, which is handy for longform writing. +- `@Murf` shared [four templater scripts](https://discord.com/channels/686053708261228577/875720842443649045/890699674552524821) to quickly open up DNP type needs in the Search bar quickly and without losing current context: [one](https://gist.github.com/GitMurf/8a915a9050930feb58123cd0c0832957) [two](https://gist.github.com/GitMurf/09e78ba81508d1f02de7fb315a06e536), [three](https://gist.github.com/GitMurf/c48231d090fe5db85ecafe1ed990bac4), [four](https://gist.github.com/GitMurf/0aa0d121eb052ff1d8ff40fab9517cb2). +- Here's how to [use dataviewjs and obsidian-charts to generate a chart based on dataview inline fields](https://discord.com/channels/686053708261228577/840286238928797736/890609645201264710). + +## Guides + +- Nick Milo, creator of the [[Linking Your Thinking]] methodology, is working on an Obsidian course called "[[Obsidian Flight School]]." You can sign up for the waitlist [here](https://lyt.ck.page/ace689c709). +- Dan Allosso put together a video about how he gets [information from PDFs into Obsidian](https://www.youtube.com/watch?v=HCACgiFzfdw) using [Hypothesis](https://web.hypothes.is/) and [[Readwise]]. +- Here's a [video guide](https://www.youtube.com/watch?v=G-4l0sAQwt0) for getting handwritten notes on the iPad into Obsidian. +- Here's a StackExchange discussion about [how to get Markdown to place nice with Google docs](https://webapps.stackexchange.com/questions/44047/how-can-google-docs-and-markdown-play-nice). + +### Tips + +- You can use .txt files and the [text as md plugin](https://github.com/deathau/txt-as-md-obsidian) to [omit certain files from the quick switcher](https://discord.com/channels/686053708261228577/694233507500916796/890397234737344512 and Obsidian's core search without having to worry about filtering. +- If you are not already familiar with what the insert key on some keyboards does, please copy and paste this paragraph into a text file, find the "Insert" or "Ins" key on your keyboard, put your cursor into the middle of the paragraph, and start typing... because I'm pretty sure this is the most common recurring bug report we get. A surprising number of people aren't familiar with this incredibly obnoxious key on their keyboard. +- This is your periodic reminder to [back up your files](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) responsibly and regularly. + +## Discussions + +- `pseudometa` shared the [list of plugins they use for longform writing](https://discord.com/channels/686053708261228577/744933215063638183/890711042085244978). +- Here's a nice Reddit thread about [how to set up Obsidian to be maximally future-proofed and cross-compatible](https://www.reddit.com/r/ObsidianMD/comments/ptcm8x/what_settings_to_use_to_make_notes_created_in/). + +## In The Wild + +- Here's a digital garden from a creator who describes himself as a researcher, musician, designer, photographer and filmmaker. + +## Knowledge Management + +## [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] + +- The developer of [[Drafts App|Drafts]] for iOS published a step-by-step guide for [integrating Obsidian with Drafts](https://forums.getdrafts.com/t/using-drafts-with-obsidian/11221). diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.10.02.md b/01 - Community/Obsidian Roundup/2021.10.02.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.03 - Obsidian roundup/2021.10.02.md rename to 01 - Community/Obsidian Roundup/2021.10.02.md diff --git "a/01 - Community/Obsidian Roundup/\360\237\227\202\357\270\217 Obsidian Roundup.md" "b/01 - Community/Obsidian Roundup/\360\237\227\202\357\270\217 Obsidian Roundup.md" new file mode 100755 index 000000000..7dca3bdbe --- /dev/null +++ "b/01 - Community/Obsidian Roundup/\360\237\227\202\357\270\217 Obsidian Roundup.md" @@ -0,0 +1,41 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ Obsidian Roundup + +Archive of the "weekly newspaper" of the Obsidian Community, by written by [[Eleanor Konik]]. + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[01 - Community/Obsidian Roundup/2021.04.17|2021.04.17]] +- [[01 - Community/Obsidian Roundup/2021.04.24|2021.04.24]] +- [[01 - Community/Obsidian Roundup/2021.05.01|2021.05.01]] +- [[01 - Community/Obsidian Roundup/2021.05.08|2021.05.08]] +- [[01 - Community/Obsidian Roundup/2021.05.15|2021.05.15]] +- [[01 - Community/Obsidian Roundup/2021.05.22|2021.05.22]] +- [[01 - Community/Obsidian Roundup/2021.05.29|2021.05.29]] +- [[01 - Community/Obsidian Roundup/2021.06.05|2021.06.05]] +- [[01 - Community/Obsidian Roundup/2021.06.12|2021.06.12]] +- [[01 - Community/Obsidian Roundup/2021.06.19|2021.06.19]] +- [[01 - Community/Obsidian Roundup/2021.06.26|2021.06.26]] +- [[01 - Community/Obsidian Roundup/2021.07.03|2021.07.03]] +- [[01 - Community/Obsidian Roundup/2021.07.10|2021.07.10]] +- [[01 - Community/Obsidian Roundup/2021.07.17|2021.07.17]] +- [[01 - Community/Obsidian Roundup/2021.07.24|2021.07.24]] +- [[01 - Community/Obsidian Roundup/2021.07.31|2021.07.31]] +- [[01 - Community/Obsidian Roundup/2021.08.07|2021.08.07]] +- [[01 - Community/Obsidian Roundup/2021.08.08|2021.08.08]] +- [[01 - Community/Obsidian Roundup/2021.08.14|2021.08.14]] +- [[01 - Community/Obsidian Roundup/2021.08.21|2021.08.21]] +- [[01 - Community/Obsidian Roundup/2021.09.04|2021.09.04]] +- [[01 - Community/Obsidian Roundup/2021.09.11|2021.09.11]] +- [[01 - Community/Obsidian Roundup/2021.09.18|2021.09.18]] +- [[01 - Community/Obsidian Roundup/2021.09.25|2021.09.25]] +- [[01 - Community/Obsidian Roundup/2021.10.02|2021.10.02]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/01 - Community/Video Channels/Community Talks.md b/01 - Community/Video Channels/Community Talks.md new file mode 100755 index 000000000..bd7760cad --- /dev/null +++ b/01 - Community/Video Channels/Community Talks.md @@ -0,0 +1,34 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Community Talks + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Breadcrumbs Showcase|Breadcrumbs Showcase]] +- [[CSS 101 - Community Talk|CSS 101 - Community Talk]] +- [[Customizable workspaces|Customizable workspaces]] +- [[Deep Learning on Networks|Deep Learning on Networks]] +- [[How to create your own Obsidian plugin|How to create your own Obsidian plugin]] +- [[Image Adjustment Snippets - ITS Theme|Image Adjustment Snippets - ITS Theme]] +- [[Introduction to Buttons|Introduction to Buttons]] +- [[Journaling Showcase|Journaling Showcase]] +- [[Knowledge Organization, Cataloguing and Classification in Obsidian|Knowledge Organization, Cataloguing and Classification in Obsidian]] +- [[Metadata Group Discussion|Metadata Group Discussion]] +- [[Obsidian 101|Obsidian 101]] +- [[Obsidian and TTRPG|Obsidian and TTRPG]] +- [[Project management for fiction writing|Project management for fiction writing]] +- [[Spaced repetition - An Introduction|Spaced repetition - An Introduction]] +- [[What your vault knows|What your vault knows]] +- [[YT - An Introduction to Dataview|YT - An Introduction to Dataview]] +- [[YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents|YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents]] +- [[Zotero 101|Zotero 101]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/10 - Resources/Videos/Obsidian Office Hours.md b/01 - Community/Video Channels/Obsidian Office Hours.md old mode 100644 new mode 100755 similarity index 85% rename from 10 - Resources/Videos/Obsidian Office Hours.md rename to 01 - Community/Video Channels/Obsidian Office Hours.md index ec298e6e0..169cc01ea --- a/10 - Resources/Videos/Obsidian Office Hours.md +++ b/01 - Community/Video Channels/Obsidian Office Hours.md @@ -8,7 +8,7 @@ tags: # Obsidian Office Hours Link: [YouTube](https://www.youtube.com/channel/UCJKoNPnBdCSloJ2wlKnV2Fw/featured) -Hosted by [[Anthony Gold]]. +A [[YouTube|YouTube Channel]] hosted by [[Anthony Gold]]. %% Add a few sentences of what sort of videos they produce, feel free to link to other notes (e.g. after creating a note for a YouTube video you liked) %% #placeholder/description diff --git a/01 - Community/Video Channels/YouTube.md b/01 - Community/Video Channels/YouTube.md new file mode 100755 index 000000000..1bc9c6956 --- /dev/null +++ b/01 - Community/Video Channels/YouTube.md @@ -0,0 +1,24 @@ +--- +aliases: +- YouTube Video +- YouTube Channel +- YouTube Playlist +- YouTube Videos, Channels and Playlists +tags: +- seedling +publish: true +--- + +# YouTube + +## Channels + +- [[Obsidian Office Hours]]: [YouTube Channel](https://www.youtube.com/channel/UCJKoNPnBdCSloJ2wlKnV2Fw) +- [[Obsidian Community Talks]]: [YouTube Channel](https://www.youtube.com/channel/UCxNSTq2kmupdR6LD400FpvA) + +## Playlists +- [[Effective Remote Work]]: [Obsidian - Take Notes for the Long-Term](https://youtube.com/playlist?list=PLrI2d6gSaO9BCd8HjgkSY1yd50nyfxYpN) +- [[Santi Younger]]: [Obsidian](https://www.youtube.com/playlist?list=PL_7j1BHf-xmj3Jr2h3lI6SXlvIaIjcmmo) +- [[Productivity Guru]]: [Obsidian](https://www.youtube.com/playlist?list=PLvmlaxyxtsWz428CtIo_Ia8Bhbo8Uvq2f) +- [[Bryan Jenks]]: [Personal Knowledge Management & Zettelkasten](https://www.youtube.com/playlist?list=PL5fd4SsfvECy0zzf8Cyo20ZoipEt6YeL3) +- [[Linking Your Thinking]]: [Obsidian for Beginners](https://www.youtube.com/playlist?list=PL3NaIVgSlAVLHty1-NuvPa9V0b0UwbzBd) \ No newline at end of file diff --git a/09 - Digital Garden/09.02 - How To/Plugin Tips and Tricks/Plugin Tips and Tricks.md "b/01 - Community/Video Channels/\360\237\227\202\357\270\217 Video Channels.md" old mode 100644 new mode 100755 similarity index 60% rename from 09 - Digital Garden/09.02 - How To/Plugin Tips and Tricks/Plugin Tips and Tricks.md rename to "01 - Community/Video Channels/\360\237\227\202\357\270\217 Video Channels.md" index b522c862b..5ae73bcbf --- a/09 - Digital Garden/09.02 - How To/Plugin Tips and Tricks/Plugin Tips and Tricks.md +++ "b/01 - Community/Video Channels/\360\237\227\202\357\270\217 Video Channels.md" @@ -3,16 +3,16 @@ aliases: - tags: - MOC +publish: true --- -# Plugin Tips and Tricks +# πŸ—‚οΈ Video Channels #placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% - +- [[Community Talks|Community Talks]] +- [[Obsidian Office Hours|Obsidian Office Hours]] %% Zoottelkeeper: End of the autogenerated index file list %% - -![[09.02 - How To#Contributing]] \ No newline at end of file diff --git "a/01 - Community/\360\237\227\202\357\270\217 01 - Community.md" "b/01 - Community/\360\237\227\202\357\270\217 01 - Community.md" new file mode 100755 index 000000000..5abc2d7c1 --- /dev/null +++ "b/01 - Community/\360\237\227\202\357\270\217 01 - Community.md" @@ -0,0 +1,19 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 01 - Community + +All things related to the Obsidian Community can be found here. +- Overviews of all the work from notable People like Plugins Developers, Theme Designers or Moderators can be found under [[πŸ—‚οΈ Authors - Persons]] +- In [[πŸ—‚οΈ Video Channels]] you can find a collection of all types of videos from the Community. (Looking for specific guides instead? Head over to [[πŸ—‚οΈ 04 - Guides, Workflows, & Courses]]!) +- The folder [[πŸ—‚οΈ Events]] is for the various events taking place in the Obsidian Community. +- And lastly, [[πŸ—‚οΈ Obsidian Roundup]] is an archive of our "weekly newspaper" by written by [[Eleanor Konik]]. + +Want to get in touch yourself? Check out the [Obsidian Forum](https://forum.obsidian.md/) or join the [Obsidian Discord Server](https://discord.gg/veuWUTm). + + diff --git a/02 - Community plugins/02.02 - Categories/Automation.md b/02 - Community Expansions/02.01 Plugins by Category/Automation.md old mode 100644 new mode 100755 similarity index 94% rename from 02 - Community plugins/02.02 - Categories/Automation.md rename to 02 - Community Expansions/02.01 Plugins by Category/Automation.md index fd066e528..7b2a0b31a --- a/02 - Community plugins/02.02 - Categories/Automation.md +++ b/02 - Community Expansions/02.01 Plugins by Category/Automation.md @@ -37,4 +37,4 @@ Automate create, update, delete of notes #placeholder/notes ## Related Topics -- [[Controlling Obsidian via a Third-Party App]] +- [[Controlling Obsidian via a Third-party App]] diff --git a/02 - Community plugins/02.02 - Categories/Backup.md b/02 - Community Expansions/02.01 Plugins by Category/Backup.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Backup.md rename to 02 - Community Expansions/02.01 Plugins by Category/Backup.md diff --git a/02 - Community plugins/02.02 - Categories/Chart.md b/02 - Community Expansions/02.01 Plugins by Category/Chart.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Chart.md rename to 02 - Community Expansions/02.01 Plugins by Category/Chart.md diff --git a/02 - Community plugins/02.02 - Categories/Chinese.md b/02 - Community Expansions/02.01 Plugins by Category/Chinese.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Chinese.md rename to 02 - Community Expansions/02.01 Plugins by Category/Chinese.md diff --git a/02 - Community plugins/02.02 - Categories/Convert.md b/02 - Community Expansions/02.01 Plugins by Category/Convert.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Convert.md rename to 02 - Community Expansions/02.01 Plugins by Category/Convert.md diff --git a/02 - Community plugins/02.02 - Categories/Date.md b/02 - Community Expansions/02.01 Plugins by Category/Date.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Date.md rename to 02 - Community Expansions/02.01 Plugins by Category/Date.md diff --git a/02 - Community plugins/02.02 - Categories/Desktop-only plugins.md b/02 - Community Expansions/02.01 Plugins by Category/Desktop-only plugins.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Desktop-only plugins.md rename to 02 - Community Expansions/02.01 Plugins by Category/Desktop-only plugins.md diff --git a/02 - Community plugins/02.02 - Categories/Edit.md b/02 - Community Expansions/02.01 Plugins by Category/Edit.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Edit.md rename to 02 - Community Expansions/02.01 Plugins by Category/Edit.md diff --git a/02 - Community plugins/02.02 - Categories/Editor.md b/02 - Community Expansions/02.01 Plugins by Category/Editor.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Editor.md rename to 02 - Community Expansions/02.01 Plugins by Category/Editor.md diff --git a/02 - Community plugins/02.02 - Categories/File.md b/02 - Community Expansions/02.01 Plugins by Category/File.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/File.md rename to 02 - Community Expansions/02.01 Plugins by Category/File.md diff --git a/02 - Community plugins/02.02 - Categories/Financial.md b/02 - Community Expansions/02.01 Plugins by Category/Financial.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Financial.md rename to 02 - Community Expansions/02.01 Plugins by Category/Financial.md diff --git a/02 - Community plugins/02.02 - Categories/Game.md b/02 - Community Expansions/02.01 Plugins by Category/Game.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Game.md rename to 02 - Community Expansions/02.01 Plugins by Category/Game.md diff --git a/02 - Community plugins/02.02 - Categories/History.md b/02 - Community Expansions/02.01 Plugins by Category/History.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/History.md rename to 02 - Community Expansions/02.01 Plugins by Category/History.md diff --git a/02 - Community plugins/02.02 - Categories/Image.md b/02 - Community Expansions/02.01 Plugins by Category/Image.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Image.md rename to 02 - Community Expansions/02.01 Plugins by Category/Image.md diff --git a/02 - Community plugins/02.02 - Categories/Integration.md b/02 - Community Expansions/02.01 Plugins by Category/Integration.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Integration.md rename to 02 - Community Expansions/02.01 Plugins by Category/Integration.md diff --git a/02 - Community plugins/02.02 - Categories/Japanese.md b/02 - Community Expansions/02.01 Plugins by Category/Japanese.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Japanese.md rename to 02 - Community Expansions/02.01 Plugins by Category/Japanese.md diff --git a/02 - Community plugins/02.02 - Categories/Journal.md b/02 - Community Expansions/02.01 Plugins by Category/Journal.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Journal.md rename to 02 - Community Expansions/02.01 Plugins by Category/Journal.md diff --git a/02 - Community plugins/02.02 - Categories/Link.md b/02 - Community Expansions/02.01 Plugins by Category/Link.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Link.md rename to 02 - Community Expansions/02.01 Plugins by Category/Link.md diff --git a/02 - Community plugins/02.02 - Categories/Math.md b/02 - Community Expansions/02.01 Plugins by Category/Math.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Math.md rename to 02 - Community Expansions/02.01 Plugins by Category/Math.md diff --git a/02 - Community plugins/02.02 - Categories/Mindmap.md b/02 - Community Expansions/02.01 Plugins by Category/Mindmap.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Mindmap.md rename to 02 - Community Expansions/02.01 Plugins by Category/Mindmap.md diff --git a/02 - Community plugins/02.02 - Categories/Miscellaneous.md b/02 - Community Expansions/02.01 Plugins by Category/Miscellaneous.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Miscellaneous.md rename to 02 - Community Expansions/02.01 Plugins by Category/Miscellaneous.md diff --git a/02 - Community plugins/02.02 - Categories/Mobile-compatible plugins.md b/02 - Community Expansions/02.01 Plugins by Category/Mobile-compatible plugins.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Mobile-compatible plugins.md rename to 02 - Community Expansions/02.01 Plugins by Category/Mobile-compatible plugins.md diff --git a/02 - Community plugins/02.02 - Categories/Mobile.md b/02 - Community Expansions/02.01 Plugins by Category/Mobile.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Mobile.md rename to 02 - Community Expansions/02.01 Plugins by Category/Mobile.md diff --git a/02 - Community plugins/02.02 - Categories/Navigation.md b/02 - Community Expansions/02.01 Plugins by Category/Navigation.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Navigation.md rename to 02 - Community Expansions/02.01 Plugins by Category/Navigation.md diff --git a/02 - Community plugins/02.02 - Categories/PDF.md b/02 - Community Expansions/02.01 Plugins by Category/PDF.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/PDF.md rename to 02 - Community Expansions/02.01 Plugins by Category/PDF.md diff --git a/02 - Community Expansions/02.01 Plugins by Category/Paid plugins.md b/02 - Community Expansions/02.01 Plugins by Category/Paid plugins.md new file mode 100755 index 000000000..619e28d42 --- /dev/null +++ b/02 - Community Expansions/02.01 Plugins by Category/Paid plugins.md @@ -0,0 +1,23 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + + +# Paid plugins + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% +#placeholder/description + +## Plugins in this category + +%% Add a bullet here and link to the plugins you'd like to categorize! %% + +## Related categories + +%% Add links to other 02.02 - Category notes %% + +#placeholder/notes diff --git a/02 - Community plugins/02.02 - Categories/Refactor.md b/02 - Community Expansions/02.01 Plugins by Category/Refactor.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Refactor.md rename to 02 - Community Expansions/02.01 Plugins by Category/Refactor.md diff --git a/02 - Community plugins/02.02 - Categories/Render.md b/02 - Community Expansions/02.01 Plugins by Category/Render.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Render.md rename to 02 - Community Expansions/02.01 Plugins by Category/Render.md diff --git a/02 - Community plugins/02.02 - Categories/Search.md b/02 - Community Expansions/02.01 Plugins by Category/Search.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Search.md rename to 02 - Community Expansions/02.01 Plugins by Category/Search.md diff --git a/02 - Community plugins/02.02 - Categories/Security.md b/02 - Community Expansions/02.01 Plugins by Category/Security.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Security.md rename to 02 - Community Expansions/02.01 Plugins by Category/Security.md diff --git a/02 - Community plugins/02.02 - Categories/Shortcut.md b/02 - Community Expansions/02.01 Plugins by Category/Shortcut.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Shortcut.md rename to 02 - Community Expansions/02.01 Plugins by Category/Shortcut.md diff --git a/02 - Community plugins/02.02 - Categories/Statistic.md b/02 - Community Expansions/02.01 Plugins by Category/Statistic.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Statistic.md rename to 02 - Community Expansions/02.01 Plugins by Category/Statistic.md diff --git a/02 - Community plugins/02.02 - Categories/Status bar.md b/02 - Community Expansions/02.01 Plugins by Category/Status bar.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Status bar.md rename to 02 - Community Expansions/02.01 Plugins by Category/Status bar.md diff --git a/02 - Community plugins/02.02 - Categories/Style.md b/02 - Community Expansions/02.01 Plugins by Category/Style.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Style.md rename to 02 - Community Expansions/02.01 Plugins by Category/Style.md diff --git a/02 - Community plugins/02.02 - Categories/Task.md b/02 - Community Expansions/02.01 Plugins by Category/Task management.md old mode 100644 new mode 100755 similarity index 96% rename from 02 - Community plugins/02.02 - Categories/Task.md rename to 02 - Community Expansions/02.01 Plugins by Category/Task management.md index 5c2556eae..91d207de5 --- a/02 - Community plugins/02.02 - Categories/Task.md +++ b/02 - Community Expansions/02.01 Plugins by Category/Task management.md @@ -7,9 +7,9 @@ publish: true --- -# Task +# Task management -Task management +#placeholder/description ## Plugins in this category diff --git a/02 - Community plugins/02.02 - Categories/Template.md b/02 - Community Expansions/02.01 Plugins by Category/Template.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Template.md rename to 02 - Community Expansions/02.01 Plugins by Category/Template.md diff --git a/02 - Community plugins/02.02 - Categories/Uncategorized plugins.md b/02 - Community Expansions/02.01 Plugins by Category/Uncategorized plugins.md old mode 100644 new mode 100755 similarity index 59% rename from 02 - Community plugins/02.02 - Categories/Uncategorized plugins.md rename to 02 - Community Expansions/02.01 Plugins by Category/Uncategorized plugins.md index edea833c3..1d5a6a654 --- a/02 - Community plugins/02.02 - Categories/Uncategorized plugins.md +++ b/02 - Community Expansions/02.01 Plugins by Category/Uncategorized plugins.md @@ -32,4 +32,20 @@ Plugins which have not yet been categorized by the community. - [[update-time-on-edit|Update frontmatter time on edit]] - [[obsidian-nomnoml-diagram|Nomnoml Diagram]] - [[map-of-content|Map of Content]] +- [[obsidian-local-images|Local images]] +- [[obsidian-vocabulary-view|Vocabulary View]] +- [[obsidian42-brat|Obsidian42 - BRAT]] +- [[snippet-commands-obsidian|Snippet Commands]] +- [[obsidian-javascript-init|JavaScript Init]] +- [[key-promoter|Key Promoter]] +- [[obsidian-livesync|Obsidian Live sync]] +- [[obsidian-plotly|Plotly]] +- [[obsidian-wikipedia|Wikipedia]] +- [[obsidian-vale|Vale]] +- [[lumberjack-obsidian|Lumberjack πŸͺ“πŸͺ΅]] +- [[obsidian-link-converter|Obsidian Link Converter]] +- [[mysnippets-plugin|MySnippets]] +- [[obsidian-hypothesis-plugin|Hypothesis Highlights]] +- [[obsidian-another-quick-switcher|Another Quick Switcher]] +- [[link-headers-directly|Link Headers Directly]] diff --git a/02 - Community plugins/02.02 - Categories/Video and Audio.md b/02 - Community Expansions/02.01 Plugins by Category/Video and Audio.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Video and Audio.md rename to 02 - Community Expansions/02.01 Plugins by Category/Video and Audio.md diff --git a/02 - Community plugins/02.02 - Categories/View.md b/02 - Community Expansions/02.01 Plugins by Category/View.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/View.md rename to 02 - Community Expansions/02.01 Plugins by Category/View.md diff --git a/02 - Community plugins/02.02 - Categories/Vim.md b/02 - Community Expansions/02.01 Plugins by Category/Vim-related Plugins.md old mode 100644 new mode 100755 similarity index 91% rename from 02 - Community plugins/02.02 - Categories/Vim.md rename to 02 - Community Expansions/02.01 Plugins by Category/Vim-related Plugins.md index 2b719ac7c..6b769e794 --- a/02 - Community plugins/02.02 - Categories/Vim.md +++ b/02 - Community Expansions/02.01 Plugins by Category/Vim-related Plugins.md @@ -9,7 +9,7 @@ publish: true # Vim -Plugins related to Vim mode +Plugins related to [[Vim]] mode ## Plugins in this category diff --git a/02 - Community plugins/02.02 - Categories/Workspace.md b/02 - Community Expansions/02.01 Plugins by Category/Workspace.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.02 - Categories/Workspace.md rename to 02 - Community Expansions/02.01 Plugins by Category/Workspace.md diff --git "a/02 - Community Expansions/02.01 Plugins by Category/\360\237\227\202\357\270\217 02.01 Plugins by Category.md" "b/02 - Community Expansions/02.01 Plugins by Category/\360\237\227\202\357\270\217 02.01 Plugins by Category.md" new file mode 100755 index 000000000..40683c930 --- /dev/null +++ "b/02 - Community Expansions/02.01 Plugins by Category/\360\237\227\202\357\270\217 02.01 Plugins by Category.md" @@ -0,0 +1,76 @@ +--- +aliases: +- Plugin categories +tags: +- MOC +--- + +# πŸ—‚οΈ 02.01 Plugins by Category + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Automation|Automation]] +- [[Backup|Backup]] +- [[Chart|Chart]] +- [[Chinese|Chinese]] +- [[Convert|Convert]] +- [[Date|Date]] +- [[Desktop-only plugins|Desktop-only plugins]] +- [[Edit|Edit]] +- [[Editor|Editor]] +- [[File|File]] +- [[Financial|Financial]] +- [[Game|Game]] +- [[History|History]] +- [[Image|Image]] +- [[Integration|Integration]] +- [[Japanese|Japanese]] +- [[Journal|Journal]] +- [[Link|Link]] +- [[Math|Math]] +- [[Mindmap|Mindmap]] +- [[Miscellaneous|Miscellaneous]] +- [[Mobile-compatible plugins|Mobile-compatible plugins]] +- [[Mobile|Mobile]] +- [[Navigation|Navigation]] +- [[Paid plugins|Paid plugins]] +- [[PDF|PDF]] +- [[Refactor|Refactor]] +- [[Render|Render]] +- [[Search|Search]] +- [[Security|Security]] +- [[Shortcut|Shortcut]] +- [[Statistic|Statistic]] +- [[Status bar|Status bar]] +- [[Style|Style]] +- [[Task management|Task management]] +- [[Template|Template]] +- [[Uncategorized plugins|Uncategorized plugins]] +- [[Video and Audio|Video and Audio]] +- [[View|View]] +- [[Vim-related Plugins|Vim-related Plugins]] +- [[Workspace|Workspace]] +%% Zoottelkeeper: End of the autogenerated index file list %% + + +## Contributing + +### Categorizing a plugin + +1. Open the category note(s) that you want to add the plugin to from the list above. +2. Add a new bullet in alphabetical order for the new plugin +3. Add a link to the plugin in question using its alias, e.g. `[[obsidian-dataview|Dataview]]` +4. [[How to add content through GitHub|Submit your changes to GitHub]] + +### Adding a new category +1. If you want to add a new category, please open a [new issue]() first to discuss your proposal. +2. Once you have the green light, create a new file in the [[πŸ—‚οΈ 02.01 Plugins by Category]] folder. +3. Use the template [[T - Plugin Category]] and fill out any placeholders. +4. [[How to add content through GitHub|Submit your changes to GitHub]] + +## Acknowledgements + +- The initial categorization was based on the work of rami.sedhorn \ No newline at end of file diff --git a/02 - Community Expansions/02.02 Themes by Category/Classic themes.md b/02 - Community Expansions/02.02 Themes by Category/Classic themes.md new file mode 100644 index 000000000..fd5e3ae0d --- /dev/null +++ b/02 - Community Expansions/02.02 Themes by Category/Classic themes.md @@ -0,0 +1,23 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + + +# Classic themes + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% +#placeholder/description + +## Themes in this category + +%% Add a bullet here and link to the plugins you'd like to categorize! %% + +## Related categories + +%% Add links to other 02.02 - Category notes %% + +#placeholder/notes diff --git a/02 - Community Expansions/02.02 Themes by Category/Customizable Themes.md b/02 - Community Expansions/02.02 Themes by Category/Customizable Themes.md new file mode 100755 index 000000000..228cefda4 --- /dev/null +++ b/02 - Community Expansions/02.02 Themes by Category/Customizable Themes.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Customizable Themes + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +Check the backlinks for [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] that support dark mode. diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Dark-mode themes.md b/02 - Community Expansions/02.02 Themes by Category/Dark-mode themes.md old mode 100644 new mode 100755 similarity index 64% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Dark-mode themes.md rename to 02 - Community Expansions/02.02 Themes by Category/Dark-mode themes.md index 4715111eb..aa7a7cd3e --- a/09 - Digital Garden/09.01 - Topics/Obsidian/Dark-mode themes.md +++ b/02 - Community Expansions/02.02 Themes by Category/Dark-mode themes.md @@ -10,4 +10,4 @@ publish: true %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% -Check the backlinks for [[04 - Community themes|community themes]] that support dark mode. +Check the backlinks for [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] that support dark mode. diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Light-mode themes.md b/02 - Community Expansions/02.02 Themes by Category/Light-mode themes.md old mode 100644 new mode 100755 similarity index 64% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Light-mode themes.md rename to 02 - Community Expansions/02.02 Themes by Category/Light-mode themes.md index 12ec76cdb..1eb450a2f --- a/09 - Digital Garden/09.01 - Topics/Obsidian/Light-mode themes.md +++ b/02 - Community Expansions/02.02 Themes by Category/Light-mode themes.md @@ -10,4 +10,4 @@ publish: true %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% -Check the backlinks for [[04 - Community themes|community themes]] that support light mode. \ No newline at end of file +Check the backlinks for [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] that support light mode. \ No newline at end of file diff --git a/02 - Community Expansions/02.02 Themes by Category/Minimalistic Themes.md b/02 - Community Expansions/02.02 Themes by Category/Minimalistic Themes.md new file mode 100755 index 000000000..cd93a1bdf --- /dev/null +++ b/02 - Community Expansions/02.02 Themes by Category/Minimalistic Themes.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Minimalistic Themes + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +Check the backlinks for [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] that support dark mode. diff --git a/02 - Community Expansions/02.02 Themes by Category/Monochrome Themes.md b/02 - Community Expansions/02.02 Themes by Category/Monochrome Themes.md new file mode 100755 index 000000000..ef8827dd1 --- /dev/null +++ b/02 - Community Expansions/02.02 Themes by Category/Monochrome Themes.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Monochrome Themes + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +Check the backlinks for [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] that support dark mode. diff --git "a/02 - Community Expansions/02.02 Themes by Category/\360\237\227\202\357\270\217 02.02 Themes by Category.md" "b/02 - Community Expansions/02.02 Themes by Category/\360\237\227\202\357\270\217 02.02 Themes by Category.md" new file mode 100755 index 000000000..1558af666 --- /dev/null +++ "b/02 - Community Expansions/02.02 Themes by Category/\360\237\227\202\357\270\217 02.02 Themes by Category.md" @@ -0,0 +1,18 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02.02 Themes by Category + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Dark-mode themes|Dark-mode themes]] +- [[Light-mode themes|Light-mode themes]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git "a/02 - Community Expansions/02.03 CSS Snippets by Category/\360\237\227\202\357\270\217 02.03 CSS Snippets by Category.md" "b/02 - Community Expansions/02.03 CSS Snippets by Category/\360\237\227\202\357\270\217 02.03 CSS Snippets by Category.md" new file mode 100755 index 000000000..1e0efdd8b --- /dev/null +++ "b/02 - Community Expansions/02.03 CSS Snippets by Category/\360\237\227\202\357\270\217 02.03 CSS Snippets by Category.md" @@ -0,0 +1,26 @@ +--- +aliases: +- Ancillary tools +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02.03 CSS Snippets by Category + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Android Apps|Android Apps]] +- [[Chrome Extensions|Chrome Extensions]] +- [[Firefox extensions|Firefox extensions]] +- [[iOS Apps|iOS Apps]] +- [[iOS Shortcuts|iOS Shortcuts]] +- [[iPadOS Apps|iPadOS Apps]] +- [[Linux Tools|Linux Tools]] +- [[MacOS Tools|MacOS Tools]] +- [[Static Site Generators|Static Site Generators]] +- [[Windows Tools|Windows Tools]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/09 - Digital Garden/09.01 - Topics/Android Apps.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Android Apps.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Android Apps.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/Android Apps.md diff --git a/02 - Community Expansions/02.04 Auxiliary Tools by Category/Chrome Extensions.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Chrome Extensions.md new file mode 100755 index 000000000..6f638e608 --- /dev/null +++ b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Chrome Extensions.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Chrome Extensions + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.04 Auxiliary Tools by Category/Firefox extensions.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Firefox extensions.md new file mode 100755 index 000000000..0a7dff357 --- /dev/null +++ b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Firefox extensions.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Firefox extensions + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/Linux Tools.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Linux Tools.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Linux Tools.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/Linux Tools.md diff --git a/09 - Digital Garden/09.01 - Topics/MacOS Tools.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/MacOS Tools.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/MacOS Tools.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/MacOS Tools.md diff --git a/02 - Community Expansions/02.04 Auxiliary Tools by Category/Static Site Generators.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Static Site Generators.md new file mode 100755 index 000000000..bfa344589 --- /dev/null +++ b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Static Site Generators.md @@ -0,0 +1,13 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Static Site Generators + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/Windows Tools.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/Windows Tools.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Windows Tools.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/Windows Tools.md diff --git a/09 - Digital Garden/09.01 - Topics/iOS Apps.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/iOS Apps.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/iOS Apps.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/iOS Apps.md diff --git a/02 - Community Expansions/02.04 Auxiliary Tools by Category/iOS Shortcuts.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/iOS Shortcuts.md new file mode 100755 index 000000000..3d2251136 --- /dev/null +++ b/02 - Community Expansions/02.04 Auxiliary Tools by Category/iOS Shortcuts.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# iOS Shortcuts + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/iPadOS Apps.md b/02 - Community Expansions/02.04 Auxiliary Tools by Category/iPadOS Apps.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/iPadOS Apps.md rename to 02 - Community Expansions/02.04 Auxiliary Tools by Category/iPadOS Apps.md diff --git "a/02 - Community Expansions/02.04 Auxiliary Tools by Category/\360\237\227\202\357\270\217 02.04 Auxiliary Tools by Category.md" "b/02 - Community Expansions/02.04 Auxiliary Tools by Category/\360\237\227\202\357\270\217 02.04 Auxiliary Tools by Category.md" new file mode 100755 index 000000000..1ec031789 --- /dev/null +++ "b/02 - Community Expansions/02.04 Auxiliary Tools by Category/\360\237\227\202\357\270\217 02.04 Auxiliary Tools by Category.md" @@ -0,0 +1,26 @@ +--- +aliases: +- Ancillary tools +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02.04 Auxiliary Tools by Category + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Android Apps|Android Apps]] +- [[Chrome Extensions|Chrome Extensions]] +- [[Firefox extensions|Firefox extensions]] +- [[iOS Apps|iOS Apps]] +- [[iOS Shortcuts|iOS Shortcuts]] +- [[iPadOS Apps|iPadOS Apps]] +- [[Linux Tools|Linux Tools]] +- [[MacOS Tools|MacOS Tools]] +- [[Static Site Generators|Static Site Generators]] +- [[Windows Tools|Windows Tools]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Alfred.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Alfred.md new file mode 100755 index 000000000..f0f7a4f49 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Alfred.md @@ -0,0 +1,18 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Alfred + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: [[MacOS Tools|MacOS]] + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Calibre.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Calibre.md new file mode 100755 index 000000000..6c6a01c1b --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Calibre.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Calibre + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Docker.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Docker.md new file mode 100755 index 000000000..793c9ed63 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Docker.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Docker + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Drafts App.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Drafts App.md new file mode 100755 index 000000000..fdb952081 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Drafts App.md @@ -0,0 +1,18 @@ +--- +aliases: + - Drafts +tags: + - seedling +publish: true +--- + +# Drafts + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: [[MacOS Tools|MacOS]], [[iOS Apps|iOS]], [[iPadOS Apps]] + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dragon speech recognition.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dragon speech recognition.md new file mode 100755 index 000000000..067d0fa89 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dragon speech recognition.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Dragon speech recognition + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dropbox.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dropbox.md new file mode 100755 index 000000000..18dacb17e --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Dropbox.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Dropbox + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Emacs.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Emacs.md new file mode 100755 index 000000000..77c7e03f9 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Emacs.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Emacs + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Gingko app.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Gingko app.md new file mode 100755 index 000000000..2279b3d94 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Gingko app.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Gingko app + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/GitHub Pages.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/GitHub Pages.md new file mode 100755 index 000000000..dedd64920 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/GitHub Pages.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# GitHub Pages + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Hazel.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Hazel.md new file mode 100755 index 000000000..981a2d145 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Hazel.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Hazel + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Hugo.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Hugo.md new file mode 100755 index 000000000..e69de29bb diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Jekyll.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Jekyll.md new file mode 100755 index 000000000..70865c7ea --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Jekyll.md @@ -0,0 +1,16 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Jekyll + +Official website: #placeholder/link +Documentation: #placeholder/link + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MGit.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MGit.md new file mode 100755 index 000000000..0971f4a6b --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MGit.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# MGit + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MarginNote.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MarginNote.md new file mode 100755 index 000000000..a5479bec2 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/MarginNote.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# MarginNote + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Mdnotes.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Mdnotes.md new file mode 100755 index 000000000..3e08d34ab --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Mdnotes.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Mdnotes + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Notepad++.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Notepad++.md new file mode 100755 index 000000000..287c0b48c --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Notepad++.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Notepad++ + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/Graph view applications.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Onyx Boox.md old mode 100644 new mode 100755 similarity index 87% rename from 09 - Digital Garden/09.01 - Topics/Graph view applications.md rename to 02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Onyx Boox.md index 848b1a14f..b34ba41e9 --- a/09 - Digital Garden/09.01 - Topics/Graph view applications.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Onyx Boox.md @@ -3,9 +3,10 @@ aliases: - tags: - seedling +publish: true --- -# Graph view applications +# Onyx Boox %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pandoc.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pandoc.md new file mode 100755 index 000000000..3cf6a256f --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pandoc.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Pandoc + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pocket.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pocket.md new file mode 100755 index 000000000..e28b6de56 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Pocket.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Pocket + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/ProtonMail.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/ProtonMail.md new file mode 100755 index 000000000..1fa0362c3 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/ProtonMail.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# ProtonMail + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Readwise.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Readwise.md new file mode 100755 index 000000000..9ed5c1e6d --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Readwise.md @@ -0,0 +1,24 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Readwise + +Official website: [Readwise](https://readwise.io/i/ac9) +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description + +## Obsidian plugins + +- [[readwise-official|Readwise Official]] +- [[readwise-mirror|Readwise Mirror]] +- [[obsidian-readwise|Readwise Community]] diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Research Rabbit.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Research Rabbit.md new file mode 100755 index 000000000..e0ab70414 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Research Rabbit.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Research Rabbit + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Sublime Text.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Sublime Text.md new file mode 100755 index 000000000..e6056f671 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Sublime Text.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Sublime Text + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Syncthing.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Syncthing.md new file mode 100755 index 000000000..f10c6851a --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Syncthing.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Syncthing + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Tesseract.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Tesseract.md new file mode 100755 index 000000000..823e175e8 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Tesseract.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Tesseract + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/VSCode.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/VSCode.md new file mode 100755 index 000000000..3f240b4cc --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/VSCode.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# VSCode + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Vim.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Vim.md new file mode 100755 index 000000000..59580acb9 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Vim.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Vim + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Working Copy.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Working Copy.md new file mode 100755 index 000000000..6cf44d8e4 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Working Copy.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Working Copy + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YAML.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YAML.md new file mode 100755 index 000000000..37d45eed6 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YAML.md @@ -0,0 +1,16 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# YAML + +Official website: #placeholder/link +Documentation: #placeholder/link + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/00 - Meta/00.01 - Meta OCV templates/T - Ancilliary tools.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YiNote.md old mode 100644 new mode 100755 similarity index 76% rename from 00 - Meta/00.01 - Meta OCV templates/T - Ancilliary tools.md rename to 02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YiNote.md index 1562ac1f3..bd22af7b6 --- a/00 - Meta/00.01 - Meta OCV templates/T - Ancilliary tools.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/YiNote.md @@ -6,13 +6,13 @@ tags: publish: true --- -# #placeholder/title +# YiNote Official website: #placeholder/link Documentation: #placeholder/link Cost: #placeholder/tool Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% -%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[Ancilliary tools]] and any other relevat notes in this vault. %% +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% #placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zapier.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zapier.md new file mode 100755 index 000000000..37debda01 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zapier.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Zapier + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero Better BibTex.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero Better BibTex.md new file mode 100755 index 000000000..58616524f --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero Better BibTex.md @@ -0,0 +1,18 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Zotero Better BibTex + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero.md new file mode 100755 index 000000000..f451f4d24 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotero.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Zotero + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotfile.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotfile.md new file mode 100755 index 000000000..ee7ef97eb --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zotfile.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Zotfile + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zutilo.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zutilo.md new file mode 100755 index 000000000..520947a30 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/Zutilo.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Zutilo + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/icalBuddy.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/icalBuddy.md new file mode 100755 index 000000000..f48004bf4 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/icalBuddy.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# icalBuddy + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/mailbox.org.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/mailbox.org.md new file mode 100755 index 000000000..1f5ba8e1e --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/mailbox.org.md @@ -0,0 +1,18 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# mailbox.org + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/revealjs.md b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/revealjs.md new file mode 100755 index 000000000..2ac5a698c --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/revealjs.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# revealjs + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ Auxiliary Tools]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git "a/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/\360\237\227\202\357\270\217 Auxiliary Tools.md" "b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/\360\237\227\202\357\270\217 Auxiliary Tools.md" new file mode 100755 index 000000000..957ffd11c --- /dev/null +++ "b/02 - Community Expansions/02.05 All Community Expansions/Auxiliary Tools/\360\237\227\202\357\270\217 Auxiliary Tools.md" @@ -0,0 +1,66 @@ +--- +aliases: +- Third-party tools +- Ancilliary tools +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ Auxiliary Tools + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Alfred|Alfred]] +- [[Calibre|Calibre]] +- [[Docker|Docker]] +- [[Drafts App|Drafts App]] +- [[Dragon speech recognition|Dragon speech recognition]] +- [[Dropbox|Dropbox]] +- [[Emacs|Emacs]] +- [[Gingko app|Gingko app]] +- [[GitHub Pages|GitHub Pages]] +- [[Hazel|Hazel]] +- [[Hugo|Hugo]] +- [[icalBuddy|icalBuddy]] +- [[Jekyll|Jekyll]] +- [[mailbox.org|mailbox.org]] +- [[MarginNote|MarginNote]] +- [[Mdnotes|Mdnotes]] +- [[MGit|MGit]] +- [[Notepad++|Notepad++]] +- [[Onyx Boox|Onyx Boox]] +- [[Pandoc|Pandoc]] +- [[Pocket|Pocket]] +- [[ProtonMail|ProtonMail]] +- [[Readwise|Readwise]] +- [[Research Rabbit|Research Rabbit]] +- [[revealjs|revealjs]] +- [[Sublime Text|Sublime Text]] +- [[Syncthing|Syncthing]] +- [[Tesseract|Tesseract]] +- [[Vim|Vim]] +- [[VSCode|VSCode]] +- [[Working Copy|Working Copy]] +- [[YAML|YAML]] +- [[YiNote|YiNote]] +- [[Zapier|Zapier]] +- [[Zotero Better BibTex|Zotero Better BibTex]] +- [[Zotero|Zotero]] +- [[Zotfile|Zotfile]] +- [[Zutilo|Zutilo]] +%% Zoottelkeeper: End of the autogenerated index file list %% + +## Contributing + +Adding tools that are useful in combination with Obsidian is done in two parts. The basic information of the tool itself is listed here, for longer posts explaining describe how you use this tool check [[09.02 - How To]]. + +1. Create a new note under [[10 - Resources]] +2. Apply the [[T - Ancillary tools]] template +3. Fill out the placeholders +4. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/05 - CSS snippets/All Alternate Themes (ITS Theme).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/All Alternate Themes (ITS Theme).md old mode 100644 new mode 100755 similarity index 95% rename from 05 - CSS snippets/All Alternate Themes (ITS Theme).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/All Alternate Themes (ITS Theme).md index f111ad0a8..c371a96aa --- a/05 - CSS snippets/All Alternate Themes (ITS Theme).md +++ b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/All Alternate Themes (ITS Theme).md @@ -10,7 +10,7 @@ publish: true %% Add a description below and remove the tag. What do you use this css snippet for? Feel free to add links to other existing notes! %% -> Alternate color schemes for the [[ITS Theme]] (but it should be mostly compatible with other [[04 - Community themes|community themes]] as well). +> Alternate color schemes for the [[ITS Theme]] (but it should be mostly compatible with other [[πŸ—‚οΈ 02.02 Themes by Category|community themes]] as well). %% Paste your template below %% diff --git a/05 - CSS snippets/Alternate Admonitions (SlRvb).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Alternate Admonitions (SlRvb).md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Alternate Admonitions (SlRvb).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Alternate Admonitions (SlRvb).md diff --git a/05 - CSS snippets/Alternate Checkboxes (SlRvb).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Alternate Checkboxes (SlRvb).md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Alternate Checkboxes (SlRvb).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Alternate Checkboxes (SlRvb).md diff --git a/05 - CSS snippets/Asides (SlRvb).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Asides (SlRvb).md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Asides (SlRvb).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Asides (SlRvb).md diff --git a/05 - CSS snippets/Embed Adjustments.md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Embed Adjustments.md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Embed Adjustments.md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Embed Adjustments.md diff --git a/05 - CSS snippets/Folder Styles (SlRvb).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Folder Styles (SlRvb).md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Folder Styles (SlRvb).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Folder Styles (SlRvb).md diff --git a/05 - CSS snippets/Image Adjustments.md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Image Adjustments.md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Image Adjustments.md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Image Adjustments.md diff --git a/05 - CSS snippets/Kanban (SlRvb).md b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Kanban (SlRvb).md old mode 100644 new mode 100755 similarity index 100% rename from 05 - CSS snippets/Kanban (SlRvb).md rename to 02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/Kanban (SlRvb).md diff --git "a/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/\360\237\227\202\357\270\217 CSS Snippets.md" "b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/\360\237\227\202\357\270\217 CSS Snippets.md" new file mode 100755 index 000000000..8a5a5911f --- /dev/null +++ "b/02 - Community Expansions/02.05 All Community Expansions/CSS Snippets/\360\237\227\202\357\270\217 CSS Snippets.md" @@ -0,0 +1,24 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ CSS Snippets + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[All Alternate Themes (ITS Theme)|All Alternate Themes (ITS Theme)]] +- [[Alternate Admonitions (SlRvb)|Alternate Admonitions (SlRvb)]] +- [[Alternate Checkboxes (SlRvb)|Alternate Checkboxes (SlRvb)]] +- [[Asides (SlRvb)|Asides (SlRvb)]] +- [[Embed Adjustments|Embed Adjustments]] +- [[Folder Styles (SlRvb)|Folder Styles (SlRvb)]] +- [[Image Adjustments|Image Adjustments]] +- [[Kanban (SlRvb)|Kanban (SlRvb)]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/02 - Community plugins/02 - Community plugins.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/02 - Community plugins.md old mode 100644 new mode 100755 similarity index 64% rename from 02 - Community plugins/02 - Community plugins.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/02 - Community plugins.md index bf12fdd22..83fab7626 --- a/02 - Community plugins/02 - Community plugins.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/02 - Community plugins.md @@ -1,23 +1,23 @@ --- aliases: -- + - tags: -- MOC + - MOC --- # 02 - Community plugins -#placeholder/description +#placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[02 - Community plugins/02.01 - Plugins/02.01 - Plugins|02.01 - Plugins]] -- [[02 - Community plugins/02.02 - Categories/02.02 - Categories|02.02 - Categories]] +- [[02.01 - Plugins|02.01 - Plugins]] +- [[πŸ—‚οΈ 02.01 Plugins by Category|02.02 - Categories]] %% Zoottelkeeper: End of the autogenerated index file list %% ## Contributing - [[02.01 - Plugins|Community plugins]] - This folder is pre-populated with information from the [obsidian-releases]() repository. Notes in this folder might have missing information (marked with the #placeholder tag) - Click on [[09.02 - How To]] if you want to add how to do something with a plugin. -- [[02.02 - Categories|Plugin categories]] - Help us categorize community plugins! \ No newline at end of file +- [[πŸ—‚οΈ 02.01 Plugins by Category|Plugin categories]] - Help us categorize community plugins! diff --git a/02 - Community plugins/02.01 - Plugins/DEVONlink-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/DEVONlink-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/DEVONlink-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/DEVONlink-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/ObsidianAnkiSync.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/ObsidianAnkiSync.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/ObsidianAnkiSync.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/ObsidianAnkiSync.md diff --git a/02 - Community plugins/02.01 - Plugins/adjacency-matrix-maker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/adjacency-matrix-maker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/adjacency-matrix-maker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/adjacency-matrix-maker.md diff --git a/02 - Community plugins/02.01 - Plugins/advanced-toolbar.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/advanced-toolbar.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/advanced-toolbar.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/advanced-toolbar.md diff --git a/02 - Community plugins/02.01 - Plugins/alx-folder-note.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/alx-folder-note.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/alx-folder-note.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/alx-folder-note.md diff --git a/02 - Community plugins/02.01 - Plugins/beeminder-word-count-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/beeminder-word-count-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/beeminder-word-count-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/beeminder-word-count-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/better-fn.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/better-fn.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/better-fn.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/better-fn.md diff --git a/02 - Community plugins/02.01 - Plugins/better-pdf-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/better-pdf-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/better-pdf-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/better-pdf-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/better-word-count.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/better-word-count.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/better-word-count.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/better-word-count.md diff --git a/02 - Community plugins/02.01 - Plugins/block-reference-count.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/block-reference-count.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/block-reference-count.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/block-reference-count.md diff --git a/02 - Community plugins/02.01 - Plugins/breadcrumbs.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/breadcrumbs.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/breadcrumbs.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/breadcrumbs.md diff --git a/02 - Community plugins/02.01 - Plugins/buttons.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/buttons.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/buttons.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/buttons.md diff --git a/02 - Community plugins/02.01 - Plugins/calendar.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/calendar.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/calendar.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/calendar.md diff --git a/02 - Community plugins/02.01 - Plugins/chesser-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/chesser-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/chesser-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/chesser-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/cm-chs-patch.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-chs-patch.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cm-chs-patch.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-chs-patch.md diff --git a/02 - Community plugins/02.01 - Plugins/cm-editor-syntax-highlight-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-editor-syntax-highlight-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cm-editor-syntax-highlight-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-editor-syntax-highlight-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/cm-show-whitespace-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-show-whitespace-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cm-show-whitespace-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-show-whitespace-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/cm-typewriter-scroll-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-typewriter-scroll-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cm-typewriter-scroll-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cm-typewriter-scroll-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/cmenu-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cmenu-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cmenu-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cmenu-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/code-block-copy.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/code-block-copy.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/code-block-copy.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/code-block-copy.md diff --git a/02 - Community plugins/02.01 - Plugins/code-block-from-selection.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/code-block-from-selection.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/code-block-from-selection.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/code-block-from-selection.md diff --git a/02 - Community plugins/02.01 - Plugins/completed-area.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/completed-area.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/completed-area.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/completed-area.md diff --git a/02 - Community plugins/02.01 - Plugins/completed-task-display.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/completed-task-display.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/completed-task-display.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/completed-task-display.md diff --git a/02 - Community plugins/02.01 - Plugins/consistent-attachments-and-links.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/consistent-attachments-and-links.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/consistent-attachments-and-links.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/consistent-attachments-and-links.md diff --git a/02 - Community plugins/02.01 - Plugins/convert-url-to-iframe.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/convert-url-to-iframe.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/convert-url-to-iframe.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/convert-url-to-iframe.md diff --git a/02 - Community plugins/02.01 - Plugins/copy-note.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/copy-note.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/copy-note.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/copy-note.md diff --git a/02 - Community plugins/02.01 - Plugins/copy-url-in-preview.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/copy-url-in-preview.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/copy-url-in-preview.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/copy-url-in-preview.md diff --git a/02 - Community plugins/02.01 - Plugins/css-snippets.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/css-snippets.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/css-snippets.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/css-snippets.md diff --git a/02 - Community plugins/02.01 - Plugins/csv-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/csv-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/csv-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/csv-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/customizable-menu.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/customizable-menu.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/customizable-menu.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/customizable-menu.md diff --git a/02 - Community plugins/02.01 - Plugins/customizable-sidebar.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/customizable-sidebar.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/customizable-sidebar.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/customizable-sidebar.md diff --git a/02 - Community plugins/02.01 - Plugins/customjs.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/customjs.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/customjs.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/customjs.md diff --git a/02 - Community plugins/02.01 - Plugins/cycle-through-panes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/cycle-through-panes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/cycle-through-panes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/cycle-through-panes.md diff --git a/02 - Community plugins/02.01 - Plugins/daily-activity.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/daily-activity.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/daily-activity.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/daily-activity.md diff --git a/02 - Community plugins/02.01 - Plugins/dangerzone-writing-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/dangerzone-writing-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/dangerzone-writing-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/dangerzone-writing-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/darlal-switcher-plus.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/darlal-switcher-plus.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/darlal-switcher-plus.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/darlal-switcher-plus.md diff --git a/02 - Community plugins/02.01 - Plugins/dataview.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/dataview.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/dataview.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/dataview.md diff --git a/02 - Community plugins/02.01 - Plugins/discordian-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/discordian-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/discordian-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/discordian-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/drawio-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/drawio-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/drawio-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/drawio-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/easy-typing-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/easy-typing-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/easy-typing-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/easy-typing-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/editor-commands-remap.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/editor-commands-remap.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/editor-commands-remap.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/editor-commands-remap.md diff --git a/02 - Community plugins/02.01 - Plugins/emoji-shortcodes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/emoji-shortcodes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/emoji-shortcodes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/emoji-shortcodes.md diff --git a/02 - Community plugins/02.01 - Plugins/extract-highlights-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/extract-highlights-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/extract-highlights-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/extract-highlights-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/extract-url.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/extract-url.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/extract-url.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/extract-url.md diff --git a/02 - Community plugins/02.01 - Plugins/file-explorer-markdown-titles.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/file-explorer-markdown-titles.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/file-explorer-markdown-titles.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/file-explorer-markdown-titles.md diff --git a/02 - Community plugins/02.01 - Plugins/file-explorer-note-count.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/file-explorer-note-count.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/file-explorer-note-count.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/file-explorer-note-count.md diff --git a/02 - Community plugins/02.01 - Plugins/file-tree-alternative.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/file-tree-alternative.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/file-tree-alternative.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/file-tree-alternative.md diff --git a/02 - Community plugins/02.01 - Plugins/find-and-replace-in-selection.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/find-and-replace-in-selection.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/find-and-replace-in-selection.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/find-and-replace-in-selection.md diff --git a/02 - Community plugins/02.01 - Plugins/find-unlinked-files.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/find-unlinked-files.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/find-unlinked-files.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/find-unlinked-files.md diff --git a/02 - Community plugins/02.01 - Plugins/flashcards-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/flashcards-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/flashcards-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/flashcards-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/folder-note-core.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/folder-note-core.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/folder-note-core.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/folder-note-core.md diff --git a/02 - Community plugins/02.01 - Plugins/folder-note-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/folder-note-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/folder-note-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/folder-note-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/footlinks.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/footlinks.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/footlinks.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/footlinks.md diff --git a/02 - Community plugins/02.01 - Plugins/format-hotkeys-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/format-hotkeys-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/format-hotkeys-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/format-hotkeys-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/garble-text.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/garble-text.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/garble-text.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/garble-text.md diff --git a/02 - Community plugins/02.01 - Plugins/ghost-fade-focus.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/ghost-fade-focus.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/ghost-fade-focus.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/ghost-fade-focus.md diff --git a/02 - Community plugins/02.01 - Plugins/homepage.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/homepage.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/homepage.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/homepage.md diff --git a/02 - Community plugins/02.01 - Plugins/hotkey-helper.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/hotkey-helper.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/hotkey-helper.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/hotkey-helper.md diff --git a/02 - Community plugins/02.01 - Plugins/hotkeysplus-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/hotkeysplus-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/hotkeysplus-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/hotkeysplus-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/hover-external-link.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/hover-external-link.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/hover-external-link.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/hover-external-link.md diff --git a/02 - Community plugins/02.01 - Plugins/imdone-obsidian-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/imdone-obsidian-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/imdone-obsidian-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/imdone-obsidian-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/ini-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/ini-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/ini-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/ini-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/initiative-tracker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/initiative-tracker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/initiative-tracker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/initiative-tracker.md diff --git a/02 - Community plugins/02.01 - Plugins/juggl.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/juggl.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/juggl.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/juggl.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/key-promoter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/key-promoter.md new file mode 100755 index 000000000..d1f92a295 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/key-promoter.md @@ -0,0 +1,32 @@ +--- +plugin-id: key-promoter +aliases: +- Key Promoter +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/joethei/obsidian-key-promoter/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/joethei/obsidian-key-promoter?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/joethei/obsidian-key-promoter/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/joethei/obsidian-key-promoter?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Key Promoter + +Links: [GitHub repository](https://github.com/joethei/obsidian-key-promoter) or [](obsidian://goto-plugin?id=key-promoter) +Developed by: [[joethei]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Learn keyboard shortcuts by showing them when using the mouse + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/koncham-workspace.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/koncham-workspace.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/koncham-workspace.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/koncham-workspace.md diff --git a/02 - Community plugins/02.01 - Plugins/leader-hotkeys-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/leader-hotkeys-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/leader-hotkeys-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/leader-hotkeys-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/ledger-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/ledger-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/ledger-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/ledger-obsidian.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/link-headers-directly.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/link-headers-directly.md new file mode 100755 index 000000000..6286ed97d --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/link-headers-directly.md @@ -0,0 +1,32 @@ +--- +plugin-id: link-headers-directly +aliases: +- Link Headers Directly +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/Signynt/link-headers-directly/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/Signynt/link-headers-directly?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/Signynt/link-headers-directly/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/Signynt/link-headers-directly?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Link Headers Directly + +Links: [GitHub repository](https://github.com/Signynt/link-headers-directly) or [](obsidian://goto-plugin?id=link-headers-directly) +Developed by: [[Signynt]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +When a header is linked, preview mode will show only the header, and not the note name. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/liquid-templates.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/liquid-templates.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/liquid-templates.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/liquid-templates.md diff --git a/02 - Community plugins/02.01 - Plugins/longform.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/longform.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/longform.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/longform.md diff --git a/02 - Community plugins/02.01 - Plugins/luhman.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/luhman.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/luhman.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/luhman.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/lumberjack-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/lumberjack-obsidian.md new file mode 100755 index 000000000..1fb1ace58 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/lumberjack-obsidian.md @@ -0,0 +1,32 @@ +--- +plugin-id: lumberjack-obsidian +aliases: +- Lumberjack πŸͺ“ πŸͺ΅ +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/ryanjamurphy/lumberjack-obsidian/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/ryanjamurphy/lumberjack-obsidian?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/ryanjamurphy/lumberjack-obsidian/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/ryanjamurphy/lumberjack-obsidian?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Lumberjack πŸͺ“ πŸͺ΅ + +Links: [GitHub repository](https://github.com/ryanjamurphy/lumberjack-obsidian) or [](obsidian://goto-plugin?id=lumberjack-obsidian) +Developed by: [[ryanjamurphy]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Log your thoughts! Lumberjack adds URL commands to help you axe inefficiency and get right to writing. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/macOS-keyboard-nav-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/macOS-keyboard-nav-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/macOS-keyboard-nav-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/macOS-keyboard-nav-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/macro-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/macro-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/macro-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/macro-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/map-of-content.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/map-of-content.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/map-of-content.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/map-of-content.md diff --git a/02 - Community plugins/02.01 - Plugins/marginnote-companion.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/marginnote-companion.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/marginnote-companion.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/marginnote-companion.md diff --git a/02 - Community plugins/02.01 - Plugins/markdown-attributes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/markdown-attributes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/markdown-attributes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/markdown-attributes.md diff --git a/02 - Community plugins/02.01 - Plugins/markdown-prettifier.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/markdown-prettifier.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/markdown-prettifier.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/markdown-prettifier.md diff --git a/02 - Community plugins/02.01 - Plugins/maximise-active-pane-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/maximise-active-pane-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/maximise-active-pane-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/maximise-active-pane-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/mdx-as-md-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mdx-as-md-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mdx-as-md-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mdx-as-md-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/media-extended.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/media-extended.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/media-extended.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/media-extended.md diff --git a/02 - Community plugins/02.01 - Plugins/meld-encrypt.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/meld-encrypt.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/meld-encrypt.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/meld-encrypt.md diff --git a/02 - Community plugins/02.01 - Plugins/metadata-extractor.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/metadata-extractor.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/metadata-extractor.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/metadata-extractor.md diff --git a/02 - Community plugins/02.01 - Plugins/metaedit.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/metaedit.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/metaedit.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/metaedit.md diff --git a/02 - Community plugins/02.01 - Plugins/mochi-cards-exporter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mochi-cards-exporter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mochi-cards-exporter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mochi-cards-exporter.md diff --git a/02 - Community plugins/02.01 - Plugins/mrj-add-codemirror-matchbrackets.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-add-codemirror-matchbrackets.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mrj-add-codemirror-matchbrackets.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-add-codemirror-matchbrackets.md diff --git a/02 - Community plugins/02.01 - Plugins/mrj-crosslink-between-notes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-crosslink-between-notes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mrj-crosslink-between-notes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-crosslink-between-notes.md diff --git a/02 - Community plugins/02.01 - Plugins/mrj-jump-to-link.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-jump-to-link.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mrj-jump-to-link.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-jump-to-link.md diff --git a/02 - Community plugins/02.01 - Plugins/mrj-text-expand.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-text-expand.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mrj-text-expand.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mrj-text-expand.md diff --git a/02 - Community plugins/02.01 - Plugins/multi-line-formatting.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/multi-line-formatting.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/multi-line-formatting.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/multi-line-formatting.md diff --git a/02 - Community plugins/02.01 - Plugins/music-code-blocks.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/music-code-blocks.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/music-code-blocks.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/music-code-blocks.md diff --git a/02 - Community plugins/02.01 - Plugins/mx-bili-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mx-bili-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/mx-bili-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/mx-bili-plugin.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/mysnippets-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mysnippets-plugin.md new file mode 100755 index 000000000..61ad0d56f --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/mysnippets-plugin.md @@ -0,0 +1,32 @@ +--- +plugin-id: mysnippets-plugin +aliases: +- MySnippets +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/chetachiezikeuzor/MySnippets-Plugin/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/chetachiezikeuzor/MySnippets-Plugin?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/chetachiezikeuzor/MySnippets-Plugin/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/chetachiezikeuzor/MySnippets-Plugin?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# MySnippets + +Links: [GitHub repository](https://github.com/chetachiezikeuzor/MySnippets-Plugin) or [](obsidian://goto-plugin?id=mysnippets-plugin) +Developed by: [[chetachiezikeuzor]] +Mobile compatible: [[Desktop-only plugins|No]] + +MySnippets is a plugin that adds a status bar menu allowing the user to quickly toggle their snippets on and off πŸ–Œ. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/neo4j-graph-view.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/neo4j-graph-view.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/neo4j-graph-view.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/neo4j-graph-view.md diff --git a/02 - Community plugins/02.01 - Plugins/netwik.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/netwik.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/netwik.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/netwik.md diff --git a/02 - Community plugins/02.01 - Plugins/nldates-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/nldates-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/nldates-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/nldates-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/note-folder-autorename.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/note-folder-autorename.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/note-folder-autorename.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/note-folder-autorename.md diff --git a/02 - Community plugins/02.01 - Plugins/note-refactor-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/note-refactor-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/note-refactor-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/note-refactor-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/notetweet.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/notetweet.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/notetweet.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/notetweet.md diff --git a/02 - Community plugins/02.01 - Plugins/number-headings-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/number-headings-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/number-headings-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/number-headings-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-2hop-links-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-2hop-links-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-2hop-links-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-2hop-links-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-5e-statblocks.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-5e-statblocks.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-5e-statblocks.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-5e-statblocks.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-activity-history.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-activity-history.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-activity-history.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-activity-history.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-activity-logger.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-activity-logger.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-activity-logger.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-activity-logger.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-admonition.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-admonition.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-admonition.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-admonition.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-advanced-appearance.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-appearance.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-advanced-appearance.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-appearance.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-advanced-new-file.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-new-file.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-advanced-new-file.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-new-file.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-advanced-uri.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-uri.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-advanced-uri.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-advanced-uri.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-amazingmarvin-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-amazingmarvin-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-amazingmarvin-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-amazingmarvin-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-annotator.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-annotator.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-annotator.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-annotator.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-another-quick-switcher.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-another-quick-switcher.md new file mode 100755 index 000000000..90fc796c2 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-another-quick-switcher.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-another-quick-switcher +aliases: +- Another Quick Switcher +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/tadashi-aikawa/obsidian-another-quick-switcher/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/tadashi-aikawa/obsidian-another-quick-switcher?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/tadashi-aikawa/obsidian-another-quick-switcher/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/tadashi-aikawa/obsidian-another-quick-switcher?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Another Quick Switcher + +Links: [GitHub repository](https://github.com/tadashi-aikawa/obsidian-another-quick-switcher) or [](obsidian://goto-plugin?id=obsidian-another-quick-switcher) +Developed by: [[tadashi-aikawa]] +Mobile compatible: [[Desktop-only plugins|No]] + +This is an Obsidian plugin which is another choice of Quick switcher. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-apple-reminders-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-apple-reminders-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-apple-reminders-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-apple-reminders-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-apply-patterns.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-apply-patterns.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-apply-patterns.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-apply-patterns.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-argdown-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-argdown-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-argdown-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-argdown-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-auto-link-title.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-auto-link-title.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-auto-link-title.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-auto-link-title.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-auto-pair-chinese-symbol.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-auto-pair-chinese-symbol.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-auto-pair-chinese-symbol.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-auto-pair-chinese-symbol.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-autocomplete-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-autocomplete-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-autocomplete-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-autocomplete-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-banners.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-banners.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-banners.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-banners.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-budget-wysiwyg.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-budget-wysiwyg.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-budget-wysiwyg.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-budget-wysiwyg.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-card-view-mode.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-card-view-mode.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-card-view-mode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-card-view-mode.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-carry-forward.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-carry-forward.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-carry-forward.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-carry-forward.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-charts.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-charts.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-charts.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-charts.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-chartsview-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-chartsview-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-chartsview-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-chartsview-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-checklist-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-checklist-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-checklist-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-checklist-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-chessboard.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-chessboard.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-chessboard.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-chessboard.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-citation-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-citation-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-citation-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-citation-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-code-block-enhancer.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-code-block-enhancer.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-code-block-enhancer.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-code-block-enhancer.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-code-copy.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-code-copy.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-code-copy.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-code-copy.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-codemirror-options.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-codemirror-options.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-codemirror-options.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-codemirror-options.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-collapse-all-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-collapse-all-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-collapse-all-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-collapse-all-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-command-alias-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-command-alias-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-command-alias-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-command-alias-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-comments.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-comments.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-comments.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-comments.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-commits.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-commits.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-commits.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-commits.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-contextual-typography.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-contextual-typography.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-contextual-typography.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-contextual-typography.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-copy-block-link.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-copy-block-link.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-copy-block-link.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-copy-block-link.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-csv-table.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-csv-table.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-csv-table.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-csv-table.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-cursor-location-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-cursor-location-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-cursor-location-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-cursor-location-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-daf-yomi.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daf-yomi.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-daf-yomi.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daf-yomi.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-daily-named-folder.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daily-named-folder.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-daily-named-folder.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daily-named-folder.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-daily-stats.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daily-stats.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-daily-stats.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-daily-stats.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-dangling-links.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dangling-links.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-dangling-links.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dangling-links.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-day-planner.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-day-planner.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-day-planner.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-day-planner.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-dice-roller.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dice-roller.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-dice-roller.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dice-roller.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-dictionary-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dictionary-plugin.md old mode 100644 new mode 100755 similarity index 97% rename from 02 - Community plugins/02.01 - Plugins/obsidian-dictionary-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dictionary-plugin.md index 8141ec978..d11710f3f --- a/02 - Community plugins/02.01 - Plugins/obsidian-dictionary-plugin.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dictionary-plugin.md @@ -2,6 +2,7 @@ plugin-id: obsidian-dictionary-plugin aliases: - Dictionary +- Obsidian Dictionary plugin tags: - publish: true diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-discordrpc.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-discordrpc.md old mode 100644 new mode 100755 similarity index 98% rename from 02 - Community plugins/02.01 - Plugins/obsidian-discordrpc.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-discordrpc.md index ca7d5c0dc..5a82de3ee --- a/02 - Community plugins/02.01 - Plugins/obsidian-discordrpc.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-discordrpc.md @@ -21,7 +21,7 @@ publish: true %% ----- Do not edit this section ----- %% -# Discord Rich Presence +# obsidian-discordrpc Links: [GitHub repository](https://github.com/lukeleppan/obsidian-discordrpc) or [](obsidian://goto-plugin?id=obsidian-discordrpc) Developed by: [[lukeleppan]] diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-dropbox-backups.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dropbox-backups.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-dropbox-backups.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dropbox-backups.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-dynamic-toc.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dynamic-toc.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-dynamic-toc.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-dynamic-toc.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-editor-shortcuts.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-editor-shortcuts.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-editor-shortcuts.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-editor-shortcuts.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-electron-window-tweaker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-electron-window-tweaker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-electron-window-tweaker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-electron-window-tweaker.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-embedded-code-title.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-embedded-code-title.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-embedded-code-title.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-embedded-code-title.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-embedded-note-titles.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-embedded-note-titles.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-embedded-note-titles.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-embedded-note-titles.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-emoji-toolbar.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-emoji-toolbar.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-emoji-toolbar.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-emoji-toolbar.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-enhancing-mindmap.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-enhancing-mindmap.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-enhancing-mindmap.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-enhancing-mindmap.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-excalidraw-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-excalidraw-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-excalidraw-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-excalidraw-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-export-to-tex.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-export-to-tex.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-export-to-tex.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-export-to-tex.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-extract-pdf-highlights.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-extract-pdf-highlights.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-extract-pdf-highlights.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-extract-pdf-highlights.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-file-link.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-file-link.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-file-link.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-file-link.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-file-path-to-uri.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-file-path-to-uri.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-file-path-to-uri.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-file-path-to-uri.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-filename-heading-sync.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-filename-heading-sync.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-filename-heading-sync.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-filename-heading-sync.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-find-and-replace-in-selection.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-find-and-replace-in-selection.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-find-and-replace-in-selection.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-find-and-replace-in-selection.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-focus-mode.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-focus-mode.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-focus-mode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-focus-mode.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-footnotes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-footnotes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-footnotes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-footnotes.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-fountain.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-fountain.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-fountain.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-fountain.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-fullscreen-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-fullscreen-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-fullscreen-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-fullscreen-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-furigana.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-furigana.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-furigana.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-furigana.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-gallery.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-gallery.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-gallery.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-gallery.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-gist.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-gist.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-gist.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-gist.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-git.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-git.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-git.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-git.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-go-to-line.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-go-to-line.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-go-to-line.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-go-to-line.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-grandfather.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-grandfather.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-grandfather.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-grandfather.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-habit-tracker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-habit-tracker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-habit-tracker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-habit-tracker.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-hackernews.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hackernews.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-hackernews.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hackernews.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-hide-sidebars-when-narrow.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hide-sidebars-when-narrow.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-hide-sidebars-when-narrow.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hide-sidebars-when-narrow.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-hider.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hider.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-hider.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hider.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-highlightpublicnotes-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-highlightpublicnotes-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-highlightpublicnotes-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-highlightpublicnotes-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-specific-files.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hotkeys-for-specific-files.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-specific-files.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hotkeys-for-specific-files.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-templates.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hotkeys-for-templates.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-templates.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hotkeys-for-templates.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hypothesis-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hypothesis-plugin.md new file mode 100755 index 000000000..5e4e2102c --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-hypothesis-plugin.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-hypothesis-plugin +aliases: +- Hypothes.is +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/weichenw/obsidian-hypothesis-plugin/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/weichenw/obsidian-hypothesis-plugin?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/weichenw/obsidian-hypothesis-plugin/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/weichenw/obsidian-hypothesis-plugin?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Hypothes.is + +Links: [GitHub repository](https://github.com/weichenw/obsidian-hypothesis-plugin) or [](obsidian://goto-plugin?id=obsidian-hypothesis-plugin) +Developed by: [[weichenw]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Sync your Hypothesis highlights + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-icon-folder.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icon-folder.md old mode 100644 new mode 100755 similarity index 95% rename from 02 - Community plugins/02.01 - Plugins/obsidian-icon-folder.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icon-folder.md index ef5a8d42d..26e5d5059 --- a/02 - Community plugins/02.01 - Plugins/obsidian-icon-folder.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icon-folder.md @@ -27,6 +27,6 @@ Links: [GitHub repository](https://github.com/FlorianWoelki/obsidian-icon-folder Developed by: [[FlorianWoelki]] Mobile compatible: [[Mobile-compatible plugins|Yes]] -This plugin allows to add an emoji in front of a folder. +This plugin allows to add an emoji in front of a folder or icon. %% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-icon-swapper.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icon-swapper.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-icon-swapper.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icon-swapper.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-icons-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icons-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-icons-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-icons-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-image-auto-upload-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-auto-upload-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-image-auto-upload-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-auto-upload-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-image-toolkit.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-toolkit.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-image-toolkit.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-toolkit.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-image-uploader.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-uploader.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-image-uploader.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-image-uploader.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-imgur-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-imgur-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-imgur-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-imgur-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-incremental-writing.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-incremental-writing.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-incremental-writing.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-incremental-writing.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-indent-lines.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-indent-lines.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-indent-lines.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-indent-lines.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-itinerary.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-itinerary.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-itinerary.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-itinerary.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-javascript-init.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-javascript-init.md new file mode 100755 index 000000000..f7fc2e617 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-javascript-init.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-javascript-init +aliases: +- JavaScript Init +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/ryanpcmcquen/obsidian-javascript-init/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/ryanpcmcquen/obsidian-javascript-init?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/ryanpcmcquen/obsidian-javascript-init/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/ryanpcmcquen/obsidian-javascript-init?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# JavaScript Init + +Links: [GitHub repository](https://github.com/ryanpcmcquen/obsidian-javascript-init) or [](obsidian://goto-plugin?id=obsidian-javascript-init) +Developed by: [[ryanpcmcquen]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Run JavaScript when Obsidian loads, or any other time. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-journey-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-journey-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-journey-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-journey-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-jsonifier.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jsonifier.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-jsonifier.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jsonifier.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-juliandate.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-juliandate.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-juliandate.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-juliandate.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-jump-to-date-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jump-to-date-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-jump-to-date-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jump-to-date-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-jupyter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jupyter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-jupyter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-jupyter.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-kanban.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kanban.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-kanban.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kanban.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-kindle-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kindle-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-kindle-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kindle-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-kroki.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kroki.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-kroki.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-kroki.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-languagetool-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-languagetool-plugin.md old mode 100644 new mode 100755 similarity index 98% rename from 02 - Community plugins/02.01 - Plugins/obsidian-languagetool-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-languagetool-plugin.md index edc8cb48e..ecfb2ec12 --- a/02 - Community plugins/02.01 - Plugins/obsidian-languagetool-plugin.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-languagetool-plugin.md @@ -2,6 +2,7 @@ plugin-id: obsidian-languagetool-plugin aliases: - LanguageTool Integration +- LanguageTool plugin tags: - publish: true diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-latex-environments.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-latex-environments.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-latex-environments.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-latex-environments.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-latex.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-latex.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-latex.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-latex.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-leaflet-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-leaflet-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-leaflet-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-leaflet-plugin.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-link-converter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-link-converter.md new file mode 100755 index 000000000..6568b8bda --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-link-converter.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-link-converter +aliases: +- Obsidian Link Converter +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/ozntel/obsidian-link-converter/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/ozntel/obsidian-link-converter?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/ozntel/obsidian-link-converter/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/ozntel/obsidian-link-converter?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Obsidian Link Converter + +Links: [GitHub repository](https://github.com/ozntel/obsidian-link-converter) or [](obsidian://goto-plugin?id=obsidian-link-converter) +Developed by: [[ozntel]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Scan all your links in the vault and convert them to your desired format. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-link-indexer.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-link-indexer.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-link-indexer.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-link-indexer.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-linter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-linter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-linter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-linter.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-livesync.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-livesync.md new file mode 100755 index 000000000..7baadab77 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-livesync.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-livesync +aliases: +- Obsidian Live sync +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/vrtmrz/obsidian-livesync/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/vrtmrz/obsidian-livesync?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/vrtmrz/obsidian-livesync/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/vrtmrz/obsidian-livesync?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Obsidian Live sync + +Links: [GitHub repository](https://github.com/vrtmrz/obsidian-livesync) or [](obsidian://goto-plugin?id=obsidian-livesync) +Developed by: [[vrtmrz]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-local-images.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-local-images.md new file mode 100755 index 000000000..36da891e0 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-local-images.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-local-images +aliases: +- Local images +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/aleksey-rezvov/obsidian-local-images/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/aleksey-rezvov/obsidian-local-images?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/aleksey-rezvov/obsidian-local-images/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/aleksey-rezvov/obsidian-local-images?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Local images + +Links: [GitHub repository](https://github.com/aleksey-rezvov/obsidian-local-images) or [](obsidian://goto-plugin?id=obsidian-local-images) +Developed by: [[aleksey-rezvov]] +Mobile compatible: [[Desktop-only plugins|No]] + +Local Images plugin finds all links to external images in your notes, then downloads and saves images locally, and finally adjusts the image links in your notes to point to the saved image files. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-map-view.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-map-view.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-map-view.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-map-view.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-markdown-formatting-assistant-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markdown-formatting-assistant-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-markdown-formatting-assistant-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markdown-formatting-assistant-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-markdown-furigana.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markdown-furigana.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-markdown-furigana.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markdown-furigana.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-markmind.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markmind.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-markmind.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-markmind.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-metatable.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-metatable.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-metatable.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-metatable.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-metatemplates.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-metatemplates.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-metatemplates.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-metatemplates.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-min3ditorhotkeys-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-min3ditorhotkeys-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-min3ditorhotkeys-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-min3ditorhotkeys-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-mind-map.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mind-map.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-mind-map.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mind-map.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-minimal-settings.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-minimal-settings.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-minimal-settings.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-minimal-settings.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-nomnoml-diagram.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-nomnoml-diagram.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-nomnoml-diagram.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-nomnoml-diagram.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-open-link-with.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-open-link-with.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-open-link-with.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-open-link-with.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-org-mode.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-org-mode.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-org-mode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-org-mode.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-orthography.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-orthography.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-orthography.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-orthography.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-outliner.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-outliner.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-outliner.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-outliner.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-pandoc.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pandoc.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-pandoc.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pandoc.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-pangu.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pangu.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-pangu.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pangu.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-paper-cut.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-paper-cut.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-paper-cut.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-paper-cut.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-paste-to-current-indentation.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-paste-to-current-indentation.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-paste-to-current-indentation.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-paste-to-current-indentation.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-plantuml.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plantuml.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-plantuml.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plantuml.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plotly.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plotly.md new file mode 100755 index 000000000..805bc419a --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plotly.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-plotly +aliases: +- Plotly +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/Dmitriy-Shulha/obsidian-plotly/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/Dmitriy-Shulha/obsidian-plotly?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/Dmitriy-Shulha/obsidian-plotly/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/Dmitriy-Shulha/obsidian-plotly?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Plotly + +Links: [GitHub repository](https://github.com/Dmitriy-Shulha/obsidian-plotly) or [](obsidian://goto-plugin?id=obsidian-plotly) +Developed by: [[Dmitriy-Shulha]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Obsidian plugin, which allow user to embed Plotly charts into markdown notes. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-pluck.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pluck.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-pluck.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pluck.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-plugin-prettier.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-prettier.md old mode 100644 new mode 100755 similarity index 97% rename from 02 - Community plugins/02.01 - Plugins/obsidian-plugin-prettier.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-prettier.md index e2763e2c1..df0a7b90c --- a/02 - Community plugins/02.01 - Plugins/obsidian-plugin-prettier.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-prettier.md @@ -24,7 +24,7 @@ publish: true # Prettier Format Links: [GitHub repository](https://github.com/hipstersmoothie/obsidian-plugin-prettier) or [](obsidian://goto-plugin?id=obsidian-plugin-prettier) -Developed by: [[hipstersmoothie]] +Developed by: [[Hipstersmoothie]] Mobile compatible: [[Mobile-compatible plugins|Yes]] Opinionated formatting for your notes. diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-plugin-toc.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-toc.md old mode 100644 new mode 100755 similarity index 97% rename from 02 - Community plugins/02.01 - Plugins/obsidian-plugin-toc.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-toc.md index 1d14136a2..e8ce842d6 --- a/02 - Community plugins/02.01 - Plugins/obsidian-plugin-toc.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-toc.md @@ -24,7 +24,7 @@ publish: true # Table of Contents Links: [GitHub repository](https://github.com/hipstersmoothie/obsidian-plugin-toc) or [](obsidian://goto-plugin?id=obsidian-plugin-toc) -Developed by: [[hipstersmoothie]] +Developed by: [[Hipstersmoothie]] Mobile compatible: [[Mobile-compatible plugins|Yes]] Create a table of contents for a note. diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-plugin-todo.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-todo.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-plugin-todo.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-plugin-todo.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-pocket.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pocket.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-pocket.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pocket.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-pomodoro-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pomodoro-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-pomodoro-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-pomodoro-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-prominent-starred-files.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-prominent-starred-files.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-prominent-starred-files.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-prominent-starred-files.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-qrcode-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-qrcode-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-qrcode-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-qrcode-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-query-language.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-query-language.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-query-language.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-query-language.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-query2table.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-query2table.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-query2table.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-query2table.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-random-todo.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-random-todo.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-random-todo.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-random-todo.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-react-components.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-react-components.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-react-components.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-react-components.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-read-it-later.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-read-it-later.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-read-it-later.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-read-it-later.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-reading-time.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reading-time.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-reading-time.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reading-time.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-readwise.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-readwise.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-readwise.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-readwise.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-recall.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-recall.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-recall.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-recall.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-regex-pipeline.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-regex-pipeline.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-regex-pipeline.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-regex-pipeline.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-related-notes-finder.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-related-notes-finder.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-related-notes-finder.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-related-notes-finder.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-relative-find.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-relative-find.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-relative-find.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-relative-find.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-relative-line-numbers.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-relative-line-numbers.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-relative-line-numbers.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-relative-line-numbers.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-reminder-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reminder-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-reminder-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reminder-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-reset-font-size.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reset-font-size.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-reset-font-size.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reset-font-size.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-reveal-active-file.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reveal-active-file.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-reveal-active-file.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-reveal-active-file.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-rich-links.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rich-links.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-rich-links.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rich-links.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-rollover-daily-todos.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rollover-daily-todos.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-rollover-daily-todos.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rollover-daily-todos.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-rtl.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rtl.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-rtl.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-rtl.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-shellcommands.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-shellcommands.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-shellcommands.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-shellcommands.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-shortcuts-for-starred-files.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-shortcuts-for-starred-files.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-shortcuts-for-starred-files.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-shortcuts-for-starred-files.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-show-file-path.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-show-file-path.md old mode 100644 new mode 100755 similarity index 96% rename from 02 - Community plugins/02.01 - Plugins/obsidian-show-file-path.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-show-file-path.md index 5588c6abe..b95146c52 --- a/02 - Community plugins/02.01 - Plugins/obsidian-show-file-path.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-show-file-path.md @@ -25,7 +25,7 @@ publish: true Links: [GitHub repository](https://github.com/ravimashru/obsidian-show-file-path) or [](obsidian://goto-plugin?id=obsidian-show-file-path) Developed by: [[ravimashru]] -Mobile compatible: [[Desktop-only plugins|No]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] Show the full path of the currently open file in the status bar diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-sidebar-expand-on-hover.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-sidebar-expand-on-hover.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-sidebar-expand-on-hover.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-sidebar-expand-on-hover.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-smart-typography.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-smart-typography.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-smart-typography.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-smart-typography.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-sort-and-permute-lines.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-sort-and-permute-lines.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-sort-and-permute-lines.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-sort-and-permute-lines.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-spaced-repetition.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-spaced-repetition.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-spaced-repetition.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-spaced-repetition.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-spotlight.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-spotlight.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-spotlight.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-spotlight.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-static-file-server.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-static-file-server.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-static-file-server.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-static-file-server.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-statusbar-pomo.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-statusbar-pomo.md old mode 100644 new mode 100755 similarity index 98% rename from 02 - Community plugins/02.01 - Plugins/obsidian-statusbar-pomo.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-statusbar-pomo.md index 326dfda1b..6df79f229 --- a/02 - Community plugins/02.01 - Plugins/obsidian-statusbar-pomo.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-statusbar-pomo.md @@ -2,6 +2,7 @@ plugin-id: obsidian-statusbar-pomo aliases: - Status Bar Pomodoro Timer +- status bar pomodoro tags: - publish: true diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-stille.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-stille.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-stille.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-stille.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-stopwatch-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-stopwatch-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-stopwatch-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-stopwatch-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-style-settings.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-style-settings.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-style-settings.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-style-settings.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-system-dark-mode.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-system-dark-mode.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-system-dark-mode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-system-dark-mode.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-tabs.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tabs.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-tabs.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tabs.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-task-archiver.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-task-archiver.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-task-archiver.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-task-archiver.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-task-collector.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-task-collector.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-task-collector.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-task-collector.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-tasks-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tasks-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-tasks-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tasks-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-temple.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-temple.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-temple.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-temple.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-text-expander.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-text-expander.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-text-expander.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-text-expander.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-text-format.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-text-format.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-text-format.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-text-format.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-tidy-footnotes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tidy-footnotes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-tidy-footnotes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tidy-footnotes.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-timeline.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-timeline.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-timeline.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-timeline.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-timelines.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-timelines.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-timelines.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-timelines.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-title-index.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-title-index.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-title-index.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-title-index.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-to-anki-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-to-anki-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-to-anki-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-to-anki-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-toggl-integration.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-toggl-integration.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-toggl-integration.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-toggl-integration.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-tracker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tracker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-tracker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-tracker.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-trello.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-trello.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-trello.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-trello.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-underline.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-underline.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-underline.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-underline.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vale.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vale.md new file mode 100755 index 000000000..ef6acbba2 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vale.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-vale +aliases: +- Vale +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/marcusolsson/obsidian-vale/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/marcusolsson/obsidian-vale?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/marcusolsson/obsidian-vale/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/marcusolsson/obsidian-vale?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Vale + +Links: [GitHub repository](https://github.com/marcusolsson/obsidian-vale) or [](obsidian://goto-plugin?id=obsidian-vale) +Developed by: [[marcusolsson]] +Mobile compatible: [[Desktop-only plugins|No]] + +A Vale client for Obsidian. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-vault-changelog.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vault-changelog.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-vault-changelog.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vault-changelog.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-vault-statistics-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vault-statistics-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-vault-statistics-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vault-statistics-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-view-mode-by-frontmatter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-view-mode-by-frontmatter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-view-mode-by-frontmatter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-view-mode-by-frontmatter.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-vim-im-switch-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vim-im-switch-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-vim-im-switch-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vim-im-switch-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-vimrc-support.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vimrc-support.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-vimrc-support.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vimrc-support.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vocabulary-view.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vocabulary-view.md new file mode 100755 index 000000000..05baa85c5 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-vocabulary-view.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-vocabulary-view +aliases: +- Vocabulary View +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/nnshi-s/obsidian-vocabulary-view-plugin/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/nnshi-s/obsidian-vocabulary-view-plugin?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/nnshi-s/obsidian-vocabulary-view-plugin/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/nnshi-s/obsidian-vocabulary-view-plugin?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Vocabulary View + +Links: [GitHub repository](https://github.com/nnshi-s/obsidian-vocabulary-view-plugin) or [](obsidian://goto-plugin?id=obsidian-vocabulary-view) +Developed by: [[nnshi-s]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Write down some words and their explanations and preview them in a vocabulary test style + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-wavedrom.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wavedrom.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-wavedrom.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wavedrom.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wikipedia.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wikipedia.md new file mode 100755 index 000000000..95d913e51 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wikipedia.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian-wikipedia +aliases: +- Wikipedia +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/jmilldotdev/obsidian-wikipedia/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/jmilldotdev/obsidian-wikipedia?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/jmilldotdev/obsidian-wikipedia/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/jmilldotdev/obsidian-wikipedia?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Wikipedia + +Links: [GitHub repository](https://github.com/jmilldotdev/obsidian-wikipedia) or [](obsidian://goto-plugin?id=obsidian-wikipedia) +Developed by: [[jmilldotdev]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Grabs information from Wikipedia for a topic and brings it into Obsidian notes + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-wordnet-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wordnet-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-wordnet-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-wordnet-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-youglish-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-youglish-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-youglish-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-youglish-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/obsidian-zoom.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-zoom.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian-zoom.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-zoom.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian42-brat.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian42-brat.md new file mode 100755 index 000000000..1445fb16e --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian42-brat.md @@ -0,0 +1,32 @@ +--- +plugin-id: obsidian42-brat +aliases: +- Obsidian42 - BRAT +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/TfTHacker/obsidian42-brat/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/TfTHacker/obsidian42-brat?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/TfTHacker/obsidian42-brat/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/TfTHacker/obsidian42-brat?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Obsidian42 - BRAT + +Links: [GitHub repository](https://github.com/TfTHacker/obsidian42-brat) or [](obsidian://goto-plugin?id=obsidian42-brat) +Developed by: [[TfTHacker]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Easily install a beta version of a plugin for testing. + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/obsidian42-text-transporter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian42-text-transporter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsidian42-text-transporter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian42-text-transporter.md diff --git a/02 - Community plugins/02.01 - Plugins/obsimian-exporter.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsimian-exporter.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/obsimian-exporter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/obsimian-exporter.md diff --git a/02 - Community plugins/02.01 - Plugins/open-note-to-window-title.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/open-note-to-window-title.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/open-note-to-window-title.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/open-note-to-window-title.md diff --git a/02 - Community plugins/02.01 - Plugins/open-vscode.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/open-vscode.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/open-vscode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/open-vscode.md diff --git a/02 - Community plugins/02.01 - Plugins/open-with.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/open-with.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/open-with.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/open-with.md diff --git a/02 - Community plugins/02.01 - Plugins/oz-clear-unused-images.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/oz-clear-unused-images.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/oz-clear-unused-images.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/oz-clear-unused-images.md diff --git a/02 - Community plugins/02.01 - Plugins/oz-image-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/oz-image-plugin.md old mode 100644 new mode 100755 similarity index 98% rename from 02 - Community plugins/02.01 - Plugins/oz-image-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/oz-image-plugin.md index f3696c909..fe3d94007 --- a/02 - Community plugins/02.01 - Plugins/oz-image-plugin.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/oz-image-plugin.md @@ -2,6 +2,7 @@ plugin-id: oz-image-plugin aliases: - Ozan's Image in Editor Plugin +- Image in Editor tags: - publish: true diff --git a/02 - Community plugins/02.01 - Plugins/ozanshare-publish.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/ozanshare-publish.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/ozanshare-publish.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/ozanshare-publish.md diff --git a/02 - Community plugins/02.01 - Plugins/page-heading-from-links.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/page-heading-from-links.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/page-heading-from-links.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/page-heading-from-links.md diff --git a/02 - Community plugins/02.01 - Plugins/pane-relief.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/pane-relief.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/pane-relief.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/pane-relief.md diff --git a/02 - Community plugins/02.01 - Plugins/pdf-to-markdown-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/pdf-to-markdown-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/pdf-to-markdown-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/pdf-to-markdown-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/periodic-notes.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/periodic-notes.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/periodic-notes.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/periodic-notes.md diff --git a/02 - Community plugins/02.01 - Plugins/phone-to-roam-to-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/phone-to-roam-to-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/phone-to-roam-to-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/phone-to-roam-to-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/plugin-changelogs.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/plugin-changelogs.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/plugin-changelogs.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/plugin-changelogs.md diff --git a/02 - Community plugins/02.01 - Plugins/podcast-note.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/podcast-note.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/podcast-note.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/podcast-note.md diff --git a/02 - Community plugins/02.01 - Plugins/privacy-glasses.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/privacy-glasses.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/privacy-glasses.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/privacy-glasses.md diff --git a/02 - Community plugins/02.01 - Plugins/python-lab-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/python-lab-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/python-lab-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/python-lab-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/quick-explorer.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/quick-explorer.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/quick-explorer.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/quick-explorer.md diff --git a/02 - Community plugins/02.01 - Plugins/quick-latex.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/quick-latex.md old mode 100644 new mode 100755 similarity index 93% rename from 02 - Community plugins/02.01 - Plugins/quick-latex.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/quick-latex.md index f71f26d06..b46109771 --- a/02 - Community plugins/02.01 - Plugins/quick-latex.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/quick-latex.md @@ -27,6 +27,6 @@ Links: [GitHub repository](https://github.com/joeyuping/quick_latex_obsidian) or Developed by: [[joeyuping]] Mobile compatible: [[Desktop-only plugins|No]] -A simple plugin to simplify and speedup latex math typing. +Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc %% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/quickadd.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/quickadd.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/quickadd.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/quickadd.md diff --git a/02 - Community plugins/02.01 - Plugins/random-structural-diary-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/random-structural-diary-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/random-structural-diary-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/random-structural-diary-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/readwise-mirror.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/readwise-mirror.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/readwise-mirror.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/readwise-mirror.md diff --git a/02 - Community plugins/02.01 - Plugins/readwise-official.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/readwise-official.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/readwise-official.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/readwise-official.md diff --git a/02 - Community plugins/02.01 - Plugins/recent-files-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/recent-files-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/recent-files-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/recent-files-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/remember-cursor-position.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/remember-cursor-position.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/remember-cursor-position.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/remember-cursor-position.md diff --git a/02 - Community plugins/02.01 - Plugins/review-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/review-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/review-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/review-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/scales-chords.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/scales-chords.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/scales-chords.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/scales-chords.md diff --git a/02 - Community plugins/02.01 - Plugins/search-on-internet.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/search-on-internet.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/search-on-internet.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/search-on-internet.md diff --git a/02 - Community plugins/02.01 - Plugins/searchpp.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/searchpp.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/searchpp.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/searchpp.md diff --git a/02 - Community plugins/02.01 - Plugins/shortcuts-extender.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/shortcuts-extender.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/shortcuts-extender.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/shortcuts-extender.md diff --git a/02 - Community plugins/02.01 - Plugins/simple-embeds.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/simple-embeds.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/simple-embeds.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/simple-embeds.md diff --git a/02 - Community plugins/02.01 - Plugins/slated-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/slated-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/slated-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/slated-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/sliding-panes-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/sliding-panes-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/sliding-panes-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/sliding-panes-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/smart-random-note.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/smart-random-note.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/smart-random-note.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/smart-random-note.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/snippet-commands-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/snippet-commands-obsidian.md new file mode 100755 index 000000000..5c9464823 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/snippet-commands-obsidian.md @@ -0,0 +1,32 @@ +--- +plugin-id: snippet-commands-obsidian +aliases: +- Snippet Commands +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub all releases](https://img.shields.io/github/downloads/deathau/snippet-commands-obsidian/total?color=573E7A&logo=github&style=for-the-badge) +![GitHub manifest version](https://img.shields.io/github/manifest-json/v/deathau/snippet-commands-obsidian?color=573E7A&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/deathau/snippet-commands-obsidian/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/deathau/snippet-commands-obsidian?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Snippet Commands + +Links: [GitHub repository](https://github.com/deathau/snippet-commands-obsidian) or [](obsidian://goto-plugin?id=snippet-commands-obsidian) +Developed by: [[deathau]] +Mobile compatible: [[Mobile-compatible plugins|Yes]] + +Registers custom css snippets as commands (which you can bind hotkeys to) + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community plugins/02.01 - Plugins/snippets.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/snippets.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/snippets.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/snippets.md diff --git a/02 - Community plugins/02.01 - Plugins/supercharged-links-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/supercharged-links-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/supercharged-links-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/supercharged-links-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/table-editor-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/table-editor-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/table-editor-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/table-editor-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/table-extended.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/table-extended.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/table-extended.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/table-extended.md diff --git a/02 - Community plugins/02.01 - Plugins/tag-page-preview.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/tag-page-preview.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/tag-page-preview.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/tag-page-preview.md diff --git a/02 - Community plugins/02.01 - Plugins/tag-wrangler.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/tag-wrangler.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/tag-wrangler.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/tag-wrangler.md diff --git a/02 - Community plugins/02.01 - Plugins/taskbone-ocr-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/taskbone-ocr-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/taskbone-ocr-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/taskbone-ocr-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/templater-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/templater-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/templater-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/templater-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/text-snippets-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/text-snippets-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/text-snippets-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/text-snippets-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/theme-picker.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/theme-picker.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/theme-picker.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/theme-picker.md diff --git a/02 - Community plugins/02.01 - Plugins/things-logbook.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/things-logbook.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/things-logbook.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/things-logbook.md diff --git a/02 - Community plugins/02.01 - Plugins/todo-txt.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/todo-txt.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/todo-txt.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/todo-txt.md diff --git a/02 - Community plugins/02.01 - Plugins/todoist-sync-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/todoist-sync-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/todoist-sync-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/todoist-sync-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/tq-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/tq-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/tq-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/tq-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/txt-as-md-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/txt-as-md-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/txt-as-md-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/txt-as-md-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/unique-attachments.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/unique-attachments.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/unique-attachments.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/unique-attachments.md diff --git a/02 - Community plugins/02.01 - Plugins/update-time-on-edit.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/update-time-on-edit.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/update-time-on-edit.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/update-time-on-edit.md diff --git a/02 - Community plugins/02.01 - Plugins/uri-commands.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/uri-commands.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/uri-commands.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/uri-commands.md diff --git a/02 - Community plugins/02.01 - Plugins/url-into-selection.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/url-into-selection.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/url-into-selection.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/url-into-selection.md diff --git a/02 - Community plugins/02.01 - Plugins/vantage-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/vantage-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/vantage-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/vantage-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/various-complements.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/various-complements.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/various-complements.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/various-complements.md diff --git a/02 - Community plugins/02.01 - Plugins/wikilinks-to-mdlinks-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/wikilinks-to-mdlinks-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/wikilinks-to-mdlinks-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/wikilinks-to-mdlinks-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/window-collapse.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/window-collapse.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/window-collapse.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/window-collapse.md diff --git a/02 - Community plugins/02.01 - Plugins/workbench-obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/workbench-obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/workbench-obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/workbench-obsidian.md diff --git a/02 - Community plugins/02.01 - Plugins/workspaces-plus.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/workspaces-plus.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/workspaces-plus.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/workspaces-plus.md diff --git a/02 - Community plugins/02.01 - Plugins/youhavebeenstaring-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/youhavebeenstaring-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/youhavebeenstaring-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/youhavebeenstaring-plugin.md diff --git a/02 - Community plugins/02.01 - Plugins/zoottelkeeper-obsidian-plugin.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/zoottelkeeper-obsidian-plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 02 - Community plugins/02.01 - Plugins/zoottelkeeper-obsidian-plugin.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/zoottelkeeper-obsidian-plugin.md diff --git "a/02 - Community Expansions/02.05 All Community Expansions/Plugins/\360\237\227\202\357\270\217 Plugins.md" "b/02 - Community Expansions/02.05 All Community Expansions/Plugins/\360\237\227\202\357\270\217 Plugins.md" new file mode 100755 index 000000000..1b5473d83 --- /dev/null +++ "b/02 - Community Expansions/02.05 All Community Expansions/Plugins/\360\237\227\202\357\270\217 Plugins.md" @@ -0,0 +1,379 @@ +--- +aliases: +- Community plugins +tags: +- MOC +--- + +# πŸ—‚οΈ Plugins + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[02 - Community plugins|02 - Community plugins]] +- [[adjacency-matrix-maker|adjacency-matrix-maker]] +- [[advanced-toolbar|advanced-toolbar]] +- [[alx-folder-note|alx-folder-note]] +- [[beeminder-word-count-plugin|beeminder-word-count-plugin]] +- [[better-fn|better-fn]] +- [[better-pdf-plugin|better-pdf-plugin]] +- [[better-word-count|better-word-count]] +- [[block-reference-count|block-reference-count]] +- [[breadcrumbs|breadcrumbs]] +- [[buttons|buttons]] +- [[calendar|calendar]] +- [[chesser-obsidian|chesser-obsidian]] +- [[cm-chs-patch|cm-chs-patch]] +- [[cm-editor-syntax-highlight-obsidian|cm-editor-syntax-highlight-obsidian]] +- [[cm-show-whitespace-obsidian|cm-show-whitespace-obsidian]] +- [[cm-typewriter-scroll-obsidian|cm-typewriter-scroll-obsidian]] +- [[cmenu-plugin|cmenu-plugin]] +- [[code-block-copy|code-block-copy]] +- [[code-block-from-selection|code-block-from-selection]] +- [[completed-area|completed-area]] +- [[completed-task-display|completed-task-display]] +- [[consistent-attachments-and-links|consistent-attachments-and-links]] +- [[convert-url-to-iframe|convert-url-to-iframe]] +- [[copy-note|copy-note]] +- [[copy-url-in-preview|copy-url-in-preview]] +- [[css-snippets|css-snippets]] +- [[csv-obsidian|csv-obsidian]] +- [[customizable-menu|customizable-menu]] +- [[customizable-sidebar|customizable-sidebar]] +- [[customjs|customjs]] +- [[cycle-through-panes|cycle-through-panes]] +- [[daily-activity|daily-activity]] +- [[dangerzone-writing-plugin|dangerzone-writing-plugin]] +- [[darlal-switcher-plus|darlal-switcher-plus]] +- [[dataview|dataview]] +- [[DEVONlink-obsidian|DEVONlink-obsidian]] +- [[discordian-plugin|discordian-plugin]] +- [[drawio-obsidian|drawio-obsidian]] +- [[easy-typing-obsidian|easy-typing-obsidian]] +- [[editor-commands-remap|editor-commands-remap]] +- [[emoji-shortcodes|emoji-shortcodes]] +- [[extract-highlights-plugin|extract-highlights-plugin]] +- [[extract-url|extract-url]] +- [[file-explorer-markdown-titles|file-explorer-markdown-titles]] +- [[file-explorer-note-count|file-explorer-note-count]] +- [[file-tree-alternative|file-tree-alternative]] +- [[find-and-replace-in-selection|find-and-replace-in-selection]] +- [[find-unlinked-files|find-unlinked-files]] +- [[flashcards-obsidian|flashcards-obsidian]] +- [[folder-note-core|folder-note-core]] +- [[folder-note-plugin|folder-note-plugin]] +- [[footlinks|footlinks]] +- [[format-hotkeys-obsidian|format-hotkeys-obsidian]] +- [[garble-text|garble-text]] +- [[ghost-fade-focus|ghost-fade-focus]] +- [[homepage|homepage]] +- [[hotkey-helper|hotkey-helper]] +- [[hotkeysplus-obsidian|hotkeysplus-obsidian]] +- [[hover-external-link|hover-external-link]] +- [[imdone-obsidian-plugin|imdone-obsidian-plugin]] +- [[ini-obsidian|ini-obsidian]] +- [[initiative-tracker|initiative-tracker]] +- [[juggl|juggl]] +- [[key-promoter|key-promoter]] +- [[koncham-workspace|koncham-workspace]] +- [[leader-hotkeys-obsidian|leader-hotkeys-obsidian]] +- [[ledger-obsidian|ledger-obsidian]] +- [[link-headers-directly|link-headers-directly]] +- [[liquid-templates|liquid-templates]] +- [[longform|longform]] +- [[luhman|luhman]] +- [[lumberjack-obsidian|lumberjack-obsidian]] +- [[macOS-keyboard-nav-obsidian|macOS-keyboard-nav-obsidian]] +- [[macro-plugin|macro-plugin]] +- [[map-of-content|map-of-content]] +- [[marginnote-companion|marginnote-companion]] +- [[markdown-attributes|markdown-attributes]] +- [[markdown-prettifier|markdown-prettifier]] +- [[maximise-active-pane-obsidian|maximise-active-pane-obsidian]] +- [[mdx-as-md-obsidian|mdx-as-md-obsidian]] +- [[media-extended|media-extended]] +- [[meld-encrypt|meld-encrypt]] +- [[metadata-extractor|metadata-extractor]] +- [[metaedit|metaedit]] +- [[mochi-cards-exporter|mochi-cards-exporter]] +- [[mrj-add-codemirror-matchbrackets|mrj-add-codemirror-matchbrackets]] +- [[mrj-crosslink-between-notes|mrj-crosslink-between-notes]] +- [[mrj-jump-to-link|mrj-jump-to-link]] +- [[mrj-text-expand|mrj-text-expand]] +- [[multi-line-formatting|multi-line-formatting]] +- [[music-code-blocks|music-code-blocks]] +- [[mx-bili-plugin|mx-bili-plugin]] +- [[mysnippets-plugin|mysnippets-plugin]] +- [[neo4j-graph-view|neo4j-graph-view]] +- [[netwik|netwik]] +- [[nldates-obsidian|nldates-obsidian]] +- [[note-folder-autorename|note-folder-autorename]] +- [[note-refactor-obsidian|note-refactor-obsidian]] +- [[notetweet|notetweet]] +- [[number-headings-obsidian|number-headings-obsidian]] +- [[obsidian-2hop-links-plugin|obsidian-2hop-links-plugin]] +- [[obsidian-5e-statblocks|obsidian-5e-statblocks]] +- [[obsidian-activity-history|obsidian-activity-history]] +- [[obsidian-activity-logger|obsidian-activity-logger]] +- [[obsidian-admonition|obsidian-admonition]] +- [[obsidian-advanced-appearance|obsidian-advanced-appearance]] +- [[obsidian-advanced-new-file|obsidian-advanced-new-file]] +- [[obsidian-advanced-uri|obsidian-advanced-uri]] +- [[obsidian-amazingmarvin-plugin|obsidian-amazingmarvin-plugin]] +- [[obsidian-annotator|obsidian-annotator]] +- [[obsidian-another-quick-switcher|obsidian-another-quick-switcher]] +- [[obsidian-apple-reminders-plugin|obsidian-apple-reminders-plugin]] +- [[obsidian-apply-patterns|obsidian-apply-patterns]] +- [[obsidian-argdown-plugin|obsidian-argdown-plugin]] +- [[obsidian-auto-link-title|obsidian-auto-link-title]] +- [[obsidian-auto-pair-chinese-symbol|obsidian-auto-pair-chinese-symbol]] +- [[obsidian-autocomplete-plugin|obsidian-autocomplete-plugin]] +- [[obsidian-banners|obsidian-banners]] +- [[obsidian-budget-wysiwyg|obsidian-budget-wysiwyg]] +- [[obsidian-card-view-mode|obsidian-card-view-mode]] +- [[obsidian-carry-forward|obsidian-carry-forward]] +- [[obsidian-charts|obsidian-charts]] +- [[obsidian-chartsview-plugin|obsidian-chartsview-plugin]] +- [[obsidian-checklist-plugin|obsidian-checklist-plugin]] +- [[obsidian-chessboard|obsidian-chessboard]] +- [[obsidian-citation-plugin|obsidian-citation-plugin]] +- [[obsidian-code-block-enhancer|obsidian-code-block-enhancer]] +- [[obsidian-code-copy|obsidian-code-copy]] +- [[obsidian-codemirror-options|obsidian-codemirror-options]] +- [[obsidian-collapse-all-plugin|obsidian-collapse-all-plugin]] +- [[obsidian-command-alias-plugin|obsidian-command-alias-plugin]] +- [[obsidian-comments|obsidian-comments]] +- [[obsidian-commits|obsidian-commits]] +- [[obsidian-contextual-typography|obsidian-contextual-typography]] +- [[obsidian-copy-block-link|obsidian-copy-block-link]] +- [[obsidian-csv-table|obsidian-csv-table]] +- [[obsidian-cursor-location-plugin|obsidian-cursor-location-plugin]] +- [[obsidian-daf-yomi|obsidian-daf-yomi]] +- [[obsidian-daily-named-folder|obsidian-daily-named-folder]] +- [[obsidian-daily-stats|obsidian-daily-stats]] +- [[obsidian-dangling-links|obsidian-dangling-links]] +- [[obsidian-day-planner|obsidian-day-planner]] +- [[obsidian-dice-roller|obsidian-dice-roller]] +- [[obsidian-dictionary-plugin|obsidian-dictionary-plugin]] +- [[obsidian-discordrpc|obsidian-discordrpc]] +- [[obsidian-dropbox-backups|obsidian-dropbox-backups]] +- [[obsidian-dynamic-toc|obsidian-dynamic-toc]] +- [[obsidian-editor-shortcuts|obsidian-editor-shortcuts]] +- [[obsidian-electron-window-tweaker|obsidian-electron-window-tweaker]] +- [[obsidian-embedded-code-title|obsidian-embedded-code-title]] +- [[obsidian-embedded-note-titles|obsidian-embedded-note-titles]] +- [[obsidian-emoji-toolbar|obsidian-emoji-toolbar]] +- [[obsidian-enhancing-mindmap|obsidian-enhancing-mindmap]] +- [[obsidian-excalidraw-plugin|obsidian-excalidraw-plugin]] +- [[obsidian-export-to-tex|obsidian-export-to-tex]] +- [[obsidian-extract-pdf-highlights|obsidian-extract-pdf-highlights]] +- [[obsidian-file-link|obsidian-file-link]] +- [[obsidian-file-path-to-uri|obsidian-file-path-to-uri]] +- [[obsidian-filename-heading-sync|obsidian-filename-heading-sync]] +- [[obsidian-find-and-replace-in-selection|obsidian-find-and-replace-in-selection]] +- [[obsidian-focus-mode|obsidian-focus-mode]] +- [[obsidian-footnotes|obsidian-footnotes]] +- [[obsidian-fountain|obsidian-fountain]] +- [[obsidian-fullscreen-plugin|obsidian-fullscreen-plugin]] +- [[obsidian-furigana|obsidian-furigana]] +- [[obsidian-gallery|obsidian-gallery]] +- [[obsidian-gist|obsidian-gist]] +- [[obsidian-git|obsidian-git]] +- [[obsidian-go-to-line|obsidian-go-to-line]] +- [[obsidian-grandfather|obsidian-grandfather]] +- [[obsidian-habit-tracker|obsidian-habit-tracker]] +- [[obsidian-hackernews|obsidian-hackernews]] +- [[obsidian-hide-sidebars-when-narrow|obsidian-hide-sidebars-when-narrow]] +- [[obsidian-hider|obsidian-hider]] +- [[obsidian-highlightpublicnotes-plugin|obsidian-highlightpublicnotes-plugin]] +- [[obsidian-hotkeys-for-specific-files|obsidian-hotkeys-for-specific-files]] +- [[obsidian-hotkeys-for-templates|obsidian-hotkeys-for-templates]] +- [[obsidian-hypothesis-plugin|obsidian-hypothesis-plugin]] +- [[obsidian-icon-folder|obsidian-icon-folder]] +- [[obsidian-icon-swapper|obsidian-icon-swapper]] +- [[obsidian-icons-plugin|obsidian-icons-plugin]] +- [[obsidian-image-auto-upload-plugin|obsidian-image-auto-upload-plugin]] +- [[obsidian-image-toolkit|obsidian-image-toolkit]] +- [[obsidian-image-uploader|obsidian-image-uploader]] +- [[obsidian-imgur-plugin|obsidian-imgur-plugin]] +- [[obsidian-incremental-writing|obsidian-incremental-writing]] +- [[obsidian-indent-lines|obsidian-indent-lines]] +- [[obsidian-itinerary|obsidian-itinerary]] +- [[obsidian-javascript-init|obsidian-javascript-init]] +- [[obsidian-journey-plugin|obsidian-journey-plugin]] +- [[obsidian-jsonifier|obsidian-jsonifier]] +- [[obsidian-juliandate|obsidian-juliandate]] +- [[obsidian-jump-to-date-plugin|obsidian-jump-to-date-plugin]] +- [[obsidian-jupyter|obsidian-jupyter]] +- [[obsidian-kanban|obsidian-kanban]] +- [[obsidian-kindle-plugin|obsidian-kindle-plugin]] +- [[obsidian-kroki|obsidian-kroki]] +- [[obsidian-languagetool-plugin|obsidian-languagetool-plugin]] +- [[obsidian-latex-environments|obsidian-latex-environments]] +- [[obsidian-latex|obsidian-latex]] +- [[obsidian-leaflet-plugin|obsidian-leaflet-plugin]] +- [[obsidian-link-converter|obsidian-link-converter]] +- [[obsidian-link-indexer|obsidian-link-indexer]] +- [[obsidian-linter|obsidian-linter]] +- [[obsidian-livesync|obsidian-livesync]] +- [[obsidian-local-images|obsidian-local-images]] +- [[obsidian-map-view|obsidian-map-view]] +- [[obsidian-markdown-formatting-assistant-plugin|obsidian-markdown-formatting-assistant-plugin]] +- [[obsidian-markdown-furigana|obsidian-markdown-furigana]] +- [[obsidian-markmind|obsidian-markmind]] +- [[obsidian-metatable|obsidian-metatable]] +- [[obsidian-metatemplates|obsidian-metatemplates]] +- [[obsidian-min3ditorhotkeys-plugin|obsidian-min3ditorhotkeys-plugin]] +- [[obsidian-mind-map|obsidian-mind-map]] +- [[obsidian-minimal-settings|obsidian-minimal-settings]] +- [[obsidian-nomnoml-diagram|obsidian-nomnoml-diagram]] +- [[obsidian-open-link-with|obsidian-open-link-with]] +- [[obsidian-org-mode|obsidian-org-mode]] +- [[obsidian-orthography|obsidian-orthography]] +- [[obsidian-outliner|obsidian-outliner]] +- [[obsidian-pandoc|obsidian-pandoc]] +- [[obsidian-pangu|obsidian-pangu]] +- [[obsidian-paper-cut|obsidian-paper-cut]] +- [[obsidian-paste-to-current-indentation|obsidian-paste-to-current-indentation]] +- [[obsidian-plantuml|obsidian-plantuml]] +- [[obsidian-plotly|obsidian-plotly]] +- [[obsidian-pluck|obsidian-pluck]] +- [[obsidian-plugin-prettier|obsidian-plugin-prettier]] +- [[obsidian-plugin-toc|obsidian-plugin-toc]] +- [[obsidian-plugin-todo|obsidian-plugin-todo]] +- [[obsidian-pocket|obsidian-pocket]] +- [[obsidian-pomodoro-plugin|obsidian-pomodoro-plugin]] +- [[obsidian-prominent-starred-files|obsidian-prominent-starred-files]] +- [[obsidian-qrcode-plugin|obsidian-qrcode-plugin]] +- [[obsidian-query-language|obsidian-query-language]] +- [[obsidian-query2table|obsidian-query2table]] +- [[obsidian-random-todo|obsidian-random-todo]] +- [[obsidian-react-components|obsidian-react-components]] +- [[obsidian-read-it-later|obsidian-read-it-later]] +- [[obsidian-reading-time|obsidian-reading-time]] +- [[obsidian-readwise|obsidian-readwise]] +- [[obsidian-recall|obsidian-recall]] +- [[obsidian-regex-pipeline|obsidian-regex-pipeline]] +- [[obsidian-related-notes-finder|obsidian-related-notes-finder]] +- [[obsidian-relative-find|obsidian-relative-find]] +- [[obsidian-relative-line-numbers|obsidian-relative-line-numbers]] +- [[obsidian-reminder-plugin|obsidian-reminder-plugin]] +- [[obsidian-reset-font-size|obsidian-reset-font-size]] +- [[obsidian-reveal-active-file|obsidian-reveal-active-file]] +- [[obsidian-rich-links|obsidian-rich-links]] +- [[obsidian-rollover-daily-todos|obsidian-rollover-daily-todos]] +- [[obsidian-rtl|obsidian-rtl]] +- [[obsidian-shellcommands|obsidian-shellcommands]] +- [[obsidian-shortcuts-for-starred-files|obsidian-shortcuts-for-starred-files]] +- [[obsidian-show-file-path|obsidian-show-file-path]] +- [[obsidian-sidebar-expand-on-hover|obsidian-sidebar-expand-on-hover]] +- [[obsidian-smart-typography|obsidian-smart-typography]] +- [[obsidian-sort-and-permute-lines|obsidian-sort-and-permute-lines]] +- [[obsidian-spaced-repetition|obsidian-spaced-repetition]] +- [[obsidian-spotlight|obsidian-spotlight]] +- [[obsidian-static-file-server|obsidian-static-file-server]] +- [[obsidian-statusbar-pomo|obsidian-statusbar-pomo]] +- [[obsidian-stille|obsidian-stille]] +- [[obsidian-stopwatch-plugin|obsidian-stopwatch-plugin]] +- [[obsidian-style-settings|obsidian-style-settings]] +- [[obsidian-system-dark-mode|obsidian-system-dark-mode]] +- [[obsidian-tabs|obsidian-tabs]] +- [[obsidian-task-archiver|obsidian-task-archiver]] +- [[obsidian-task-collector|obsidian-task-collector]] +- [[obsidian-tasks-plugin|obsidian-tasks-plugin]] +- [[obsidian-temple|obsidian-temple]] +- [[obsidian-text-expander|obsidian-text-expander]] +- [[obsidian-text-format|obsidian-text-format]] +- [[obsidian-tidy-footnotes|obsidian-tidy-footnotes]] +- [[obsidian-timeline|obsidian-timeline]] +- [[obsidian-timelines|obsidian-timelines]] +- [[obsidian-title-index|obsidian-title-index]] +- [[obsidian-to-anki-plugin|obsidian-to-anki-plugin]] +- [[obsidian-toggl-integration|obsidian-toggl-integration]] +- [[obsidian-tracker|obsidian-tracker]] +- [[obsidian-trello|obsidian-trello]] +- [[obsidian-underline|obsidian-underline]] +- [[obsidian-vale|obsidian-vale]] +- [[obsidian-vault-changelog|obsidian-vault-changelog]] +- [[obsidian-vault-statistics-plugin|obsidian-vault-statistics-plugin]] +- [[obsidian-view-mode-by-frontmatter|obsidian-view-mode-by-frontmatter]] +- [[obsidian-vim-im-switch-plugin|obsidian-vim-im-switch-plugin]] +- [[obsidian-vimrc-support|obsidian-vimrc-support]] +- [[obsidian-vocabulary-view|obsidian-vocabulary-view]] +- [[obsidian-wavedrom|obsidian-wavedrom]] +- [[obsidian-wikipedia|obsidian-wikipedia]] +- [[obsidian-wordnet-plugin|obsidian-wordnet-plugin]] +- [[obsidian-youglish-plugin|obsidian-youglish-plugin]] +- [[obsidian-zoom|obsidian-zoom]] +- [[obsidian42-brat|obsidian42-brat]] +- [[obsidian42-text-transporter|obsidian42-text-transporter]] +- [[ObsidianAnkiSync|ObsidianAnkiSync]] +- [[obsimian-exporter|obsimian-exporter]] +- [[open-note-to-window-title|open-note-to-window-title]] +- [[open-vscode|open-vscode]] +- [[open-with|open-with]] +- [[oz-clear-unused-images|oz-clear-unused-images]] +- [[oz-image-plugin|oz-image-plugin]] +- [[ozanshare-publish|ozanshare-publish]] +- [[page-heading-from-links|page-heading-from-links]] +- [[pane-relief|pane-relief]] +- [[pdf-to-markdown-plugin|pdf-to-markdown-plugin]] +- [[periodic-notes|periodic-notes]] +- [[phone-to-roam-to-obsidian|phone-to-roam-to-obsidian]] +- [[plugin-changelogs|plugin-changelogs]] +- [[podcast-note|podcast-note]] +- [[privacy-glasses|privacy-glasses]] +- [[python-lab-plugin|python-lab-plugin]] +- [[quick-explorer|quick-explorer]] +- [[quick-latex|quick-latex]] +- [[quickadd|quickadd]] +- [[random-structural-diary-plugin|random-structural-diary-plugin]] +- [[readwise-mirror|readwise-mirror]] +- [[readwise-official|readwise-official]] +- [[recent-files-obsidian|recent-files-obsidian]] +- [[remember-cursor-position|remember-cursor-position]] +- [[review-obsidian|review-obsidian]] +- [[scales-chords|scales-chords]] +- [[search-on-internet|search-on-internet]] +- [[searchpp|searchpp]] +- [[shortcuts-extender|shortcuts-extender]] +- [[simple-embeds|simple-embeds]] +- [[slated-obsidian|slated-obsidian]] +- [[sliding-panes-obsidian|sliding-panes-obsidian]] +- [[smart-random-note|smart-random-note]] +- [[snippet-commands-obsidian|snippet-commands-obsidian]] +- [[snippets|snippets]] +- [[supercharged-links-obsidian|supercharged-links-obsidian]] +- [[table-editor-obsidian|table-editor-obsidian]] +- [[table-extended|table-extended]] +- [[tag-page-preview|tag-page-preview]] +- [[tag-wrangler|tag-wrangler]] +- [[taskbone-ocr-plugin|taskbone-ocr-plugin]] +- [[templater-obsidian|templater-obsidian]] +- [[text-snippets-obsidian|text-snippets-obsidian]] +- [[theme-picker|theme-picker]] +- [[things-logbook|things-logbook]] +- [[todo-txt|todo-txt]] +- [[todoist-sync-plugin|todoist-sync-plugin]] +- [[tq-obsidian|tq-obsidian]] +- [[txt-as-md-obsidian|txt-as-md-obsidian]] +- [[unique-attachments|unique-attachments]] +- [[update-time-on-edit|update-time-on-edit]] +- [[uri-commands|uri-commands]] +- [[url-into-selection|url-into-selection]] +- [[vantage-obsidian|vantage-obsidian]] +- [[various-complements|various-complements]] +- [[wikilinks-to-mdlinks-obsidian|wikilinks-to-mdlinks-obsidian]] +- [[window-collapse|window-collapse]] +- [[workbench-obsidian|workbench-obsidian]] +- [[workspaces-plus|workspaces-plus]] +- [[youhavebeenstaring-plugin|youhavebeenstaring-plugin]] +- [[zoottelkeeper-obsidian-plugin|zoottelkeeper-obsidian-plugin]] +%% Zoottelkeeper: End of the autogenerated index file list %% + + +## Contributing + +![[Contributing with community plugins and themes]] \ No newline at end of file diff --git a/04 - Community themes/80s Neon.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/80s Neon.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/80s Neon.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/80s Neon.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Agora.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Agora.md new file mode 100755 index 000000000..7ab53fe26 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Agora.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/Seraaron/agora-obsidian-theme?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/Seraaron/agora-obsidian-theme/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/Seraaron/agora-obsidian-theme?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Agora + +Repository: [GitHub](https://github.com/Seraaron/agora-obsidian-theme) +Designed by: [[Seraaron]] +Modes: [[Dark-mode themes|dark]], [[Light-mode themes|light]] + + + +![screenshot](https://github.com/Seraaron/agora-obsidian-theme/raw/main/agora-theme-preview.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Al Dente.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Al Dente.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Al Dente.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Al Dente.md diff --git a/04 - Community themes/Amethyst.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Amethyst.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Amethyst.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Amethyst.md diff --git a/04 - Community themes/Ars Magna.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Ars Magna.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Ars Magna.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Ars Magna.md diff --git a/04 - Community themes/Atom.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Atom.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Atom.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Atom.md diff --git a/04 - Community themes/Aurora.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Aurora.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Aurora.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Aurora.md diff --git a/04 - Community themes/Ayu Mirage.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Ayu Mirage.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Ayu Mirage.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Ayu Mirage.md diff --git a/04 - Community themes/Ayu.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Ayu.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Ayu.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Ayu.md diff --git a/04 - Community themes/Base2Tone.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Base2Tone.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Base2Tone.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Base2Tone.md diff --git a/04 - Community themes/Behave dark.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Behave dark.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Behave dark.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Behave dark.md diff --git a/04 - Community themes/Big Sur Aesthetic.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Big Sur Aesthetic.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Big Sur Aesthetic.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Big Sur Aesthetic.md diff --git a/04 - Community themes/Blackbird.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Blackbird.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Blackbird.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Blackbird.md diff --git a/04 - Community themes/Blue Topaz.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Blue Topaz.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Blue Topaz.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Blue Topaz.md diff --git a/04 - Community themes/California Coast.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/California Coast.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/California Coast.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/California Coast.md diff --git a/04 - Community themes/Charcoal.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Charcoal.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Charcoal.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Charcoal.md diff --git a/04 - Community themes/Christmas.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Christmas.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Christmas.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Christmas.md diff --git a/04 - Community themes/Cidreira Coast.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Cidreira Coast.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Cidreira Coast.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Cidreira Coast.md diff --git a/04 - Community themes/Clair de Lune.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Clair de Lune.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Clair de Lune.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Clair de Lune.md diff --git a/04 - Community themes/Comfort Smooth.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Comfort Smooth.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Comfort Smooth.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Comfort Smooth.md diff --git a/04 - Community themes/Comfort color dark.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Comfort color dark.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Comfort color dark.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Comfort color dark.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Creature.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Creature.md new file mode 100755 index 000000000..d999c388c --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Creature.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/marcusolsson/obsidian-creature-theme?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/marcusolsson/obsidian-creature-theme/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/marcusolsson/obsidian-creature-theme?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Creature + +Repository: [GitHub](https://github.com/marcusolsson/obsidian-creature-theme) +Designed by: [[marcusolsson]] +Modes: [[Dark-mode themes|dark]] + + + +![screenshot](https://github.com/marcusolsson/obsidian-creature-theme/raw/main/screenshot.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Cyber Glow.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Cyber Glow.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Cyber Glow.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Cyber Glow.md diff --git a/04 - Community themes/Cybertron.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Cybertron.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Cybertron.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Cybertron.md diff --git a/04 - Community themes/Dark Graphite Pie.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Graphite Pie.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Dark Graphite Pie.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Graphite Pie.md diff --git a/04 - Community themes/Dark Graphite.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Graphite.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Dark Graphite.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Graphite.md diff --git a/04 - Community themes/Dark Moss.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Moss.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Dark Moss.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Dark Moss.md diff --git a/04 - Community themes/Darkyan.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Darkyan.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Darkyan.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Darkyan.md diff --git a/04 - Community themes/Deep Work.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Deep Work.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Deep Work.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Deep Work.md diff --git a/04 - Community themes/Deep.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Deep.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Deep.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Deep.md diff --git a/04 - Community themes/Discordian.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Discordian.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Discordian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Discordian.md diff --git a/04 - Community themes/Dracula for Obsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Dracula for Obsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Dracula for Obsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Dracula for Obsidian.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Emerald.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Emerald.md new file mode 100755 index 000000000..4e4ea5a39 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Emerald.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/gracejoseph1236/obsidian-emerald?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/gracejoseph1236/obsidian-emerald/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/gracejoseph1236/obsidian-emerald?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Emerald + +Repository: [GitHub](https://github.com/gracejoseph1236/obsidian-emerald) +Designed by: [[gracejoseph1236]] +Modes: [[Dark-mode themes|dark]] + + + +![screenshot](https://github.com/gracejoseph1236/obsidian-emerald/raw/master/example.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Everforest.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Everforest.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Everforest.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Everforest.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Faded.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Faded.md new file mode 100755 index 000000000..abc813720 --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Faded.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/JoshKasap/Obsidian-Faded-Theme?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/JoshKasap/Obsidian-Faded-Theme/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/JoshKasap/Obsidian-Faded-Theme?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Faded + +Repository: [GitHub](https://github.com/JoshKasap/Obsidian-Faded-Theme) +Designed by: [[JoshKasap]] +Modes: [[Dark-mode themes|dark]] + + + +![screenshot](https://github.com/JoshKasap/Obsidian-Faded-Theme/raw/main/Faded.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Firefly.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Firefly.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Firefly.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Firefly.md diff --git a/04 - Community themes/GDCT Dark.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/GDCT Dark.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/GDCT Dark.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/GDCT Dark.md diff --git a/04 - Community themes/GDCT.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/GDCT.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/GDCT.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/GDCT.md diff --git a/04 - Community themes/Gastown.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Gastown.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Gastown.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Gastown.md diff --git a/04 - Community themes/Gitsidian.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Gitsidian.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Gitsidian.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Gitsidian.md diff --git a/04 - Community themes/Golden Coffee.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Golden Coffee.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Golden Coffee.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Golden Coffee.md diff --git a/04 - Community themes/Golden Topaz.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Golden Topaz.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Golden Topaz.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Golden Topaz.md diff --git a/04 - Community themes/Higlighter.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Higlighter.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Higlighter.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Higlighter.md diff --git a/04 - Community themes/Hipstersmoothie.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Hipstersmoothie.md old mode 100644 new mode 100755 similarity index 97% rename from 04 - Community themes/Hipstersmoothie.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Hipstersmoothie.md index 9a0fedb08..d025313e5 --- a/04 - Community themes/Hipstersmoothie.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Hipstersmoothie.md @@ -22,7 +22,7 @@ publish: true # Hipstersmoothie Repository: [GitHub](https://github.com/hipstersmoothie/hipstersmoothie-obsidian-theme) -Designed by: [[hipstersmoothie]] +Designed by: [[Hipstersmoothie]] Modes: [[Dark-mode themes|dark]] diff --git a/04 - Community themes/Horizon.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Horizon.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Horizon.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Horizon.md diff --git a/04 - Community themes/Hulk.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Hulk.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Hulk.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Hulk.md diff --git a/04 - Community themes/ITS Theme.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/ITS Theme.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/ITS Theme.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/ITS Theme.md diff --git a/04 - Community themes/Iceberg.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Iceberg.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Iceberg.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Iceberg.md diff --git a/04 - Community themes/Illusion.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Illusion.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Illusion.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Illusion.md diff --git a/04 - Community themes/Lizardmen Zettelkasten.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Lizardmen Zettelkasten.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Lizardmen Zettelkasten.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Lizardmen Zettelkasten.md diff --git a/04 - Community themes/Mammoth.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Mammoth.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Mammoth.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Mammoth.md diff --git a/04 - Community themes/Minimal.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Minimal.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Minimal.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Minimal.md diff --git a/04 - Community themes/Molecule.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Molecule.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Molecule.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Molecule.md diff --git a/04 - Community themes/Moonlight.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Moonlight.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Moonlight.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Moonlight.md diff --git a/04 - Community themes/Night Owl.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Night Owl.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Night Owl.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Night Owl.md diff --git a/04 - Community themes/Notation.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Notation.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Notation.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Notation.md diff --git a/04 - Community themes/Obsdn-Dark-Rmx.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsdn-Dark-Rmx.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsdn-Dark-Rmx.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsdn-Dark-Rmx.md diff --git a/04 - Community themes/Obsidian Boom.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Boom.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsidian Boom.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Boom.md diff --git a/04 - Community themes/Obsidian Nord.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Nord.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsidian Nord.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Nord.md diff --git a/04 - Community themes/Obsidian Windows 98 Edition.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Windows 98 Edition.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsidian Windows 98 Edition.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian Windows 98 Edition.md diff --git a/04 - Community themes/Obsidian gruvbox.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian gruvbox.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsidian gruvbox.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidian gruvbox.md diff --git a/04 - Community themes/Obsidianite.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidianite.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obsidianite.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obsidianite.md diff --git a/04 - Community themes/Obuntu.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Obuntu.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Obuntu.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Obuntu.md diff --git a/04 - Community themes/Ono Sendai.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Ono Sendai.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Ono Sendai.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Ono Sendai.md diff --git a/04 - Community themes/Palatinate.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Palatinate.md old mode 100644 new mode 100755 similarity index 97% rename from 04 - Community themes/Palatinate.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Palatinate.md index ca17c8c19..13d7e1c32 --- a/04 - Community themes/Palatinate.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Palatinate.md @@ -22,7 +22,7 @@ publish: true # Palatinate Repository: [GitHub](https://github.com/eleanorkonik/-palatinate) -Designed by: [[eleanorkonik]] +Designed by: [[Eleanor Konik]] Modes: [[Dark-mode themes|dark]], [[Light-mode themes|light]] diff --git a/04 - Community themes/Panic Mode.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Panic Mode.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Panic Mode.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Panic Mode.md diff --git a/04 - Community themes/Pink Topaz.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Pink Topaz.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Pink Topaz.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Pink Topaz.md diff --git a/04 - Community themes/Pisum.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Pisum.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Pisum.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Pisum.md diff --git a/04 - Community themes/Purple Owl.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Purple Owl.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Purple Owl.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Purple Owl.md diff --git a/04 - Community themes/Red Graphite.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Red Graphite.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Red Graphite.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Red Graphite.md diff --git a/04 - Community themes/Reverie.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Reverie.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Reverie.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Reverie.md diff --git a/04 - Community themes/Rmaki.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Rmaki.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Rmaki.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Rmaki.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Sanctum.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Sanctum.md new file mode 100755 index 000000000..5e27ca26f --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Sanctum.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/jdanielmourao/obsidian-sanctum?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/jdanielmourao/obsidian-sanctum/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/jdanielmourao/obsidian-sanctum?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Sanctum + +Repository: [GitHub](https://github.com/jdanielmourao/obsidian-sanctum) +Designed by: [[jdanielmourao]] +Modes: [[Dark-mode themes|dark]], [[Light-mode themes|light]] + + + +![screenshot](https://github.com/jdanielmourao/obsidian-sanctum/raw/main/cover.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Shimmering Focus.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Shimmering Focus.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Shimmering Focus.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Shimmering Focus.md diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Slytherin.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Slytherin.md new file mode 100755 index 000000000..e4956320a --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Slytherin.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/MatheusZarkov/Obsidian-Slytherin?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/MatheusZarkov/Obsidian-Slytherin/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/MatheusZarkov/Obsidian-Slytherin?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Slytherin + +Repository: [GitHub](https://github.com/MatheusZarkov/Obsidian-Slytherin) +Designed by: [[MatheusZarkov]] +Modes: [[Dark-mode themes|dark]] + + + +![screenshot](https://github.com/MatheusZarkov/Obsidian-Slytherin/raw/main/Cover.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/02 - Community Expansions/02.05 All Community Expansions/Themes/Sodalite.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Sodalite.md new file mode 100755 index 000000000..0bd1da0aa --- /dev/null +++ b/02 - Community Expansions/02.05 All Community Expansions/Themes/Sodalite.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- +publish: true +--- + +%% ----- Badges ----- %% + +![GitHub last commit](https://img.shields.io/github/last-commit/tomzorz/Sodalite?color=573E7A&label=last%20update&logo=github&style=for-the-badge) +![GitHub issues by-label](https://img.shields.io/github/issues/tomzorz/Sodalite/help%20wanted?color=573E7A&logo=github&style=for-the-badge) +![GitHub Repo stars](https://img.shields.io/github/stars/tomzorz/Sodalite?color=573E7A&logo=github&style=for-the-badge) + +%% ----- Badges ----- %% + +%% Does the repository or author have any sponsoring links? Uncomment the next line and add them below. If they don't, please delete the placeholder tag. %% +%% Sponsor this work: #placeholder/author %% + +%% ----- Do not edit this section ----- %% + +# Sodalite + +Repository: [GitHub](https://github.com/tomzorz/Sodalite) +Designed by: [[tomzorz]] +Modes: [[Dark-mode themes|dark]] + + + +![screenshot](https://github.com/tomzorz/Sodalite/raw/master/screenshot.png) + +%% ----- Do not edit anything above this line ----- %% diff --git a/04 - Community themes/Solarized.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Solarized.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Solarized.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Solarized.md diff --git a/04 - Community themes/Spectrum.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Spectrum.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Spectrum.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Spectrum.md diff --git a/04 - Community themes/Subtlegold.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Subtlegold.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Subtlegold.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Subtlegold.md diff --git a/04 - Community themes/Suddha.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Suddha.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Suddha.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Suddha.md diff --git a/04 - Community themes/Tokyo Night.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Tokyo Night.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Tokyo Night.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Tokyo Night.md diff --git a/04 - Community themes/Traffic Lights.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Traffic Lights.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Traffic Lights.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Traffic Lights.md diff --git a/04 - Community themes/Ursa.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Ursa.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Ursa.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Ursa.md diff --git a/04 - Community themes/Vileplume.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Vileplume.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Vileplume.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Vileplume.md diff --git a/04 - Community themes/Warmth.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Warmth.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Warmth.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Warmth.md diff --git a/04 - Community themes/Wasp.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Wasp.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Wasp.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Wasp.md diff --git a/04 - Community themes/Yin and Yang.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/Yin and Yang.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/Yin and Yang.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/Yin and Yang.md diff --git a/04 - Community themes/obsidian_ia.md b/02 - Community Expansions/02.05 All Community Expansions/Themes/obsidian_ia.md old mode 100644 new mode 100755 similarity index 100% rename from 04 - Community themes/obsidian_ia.md rename to 02 - Community Expansions/02.05 All Community Expansions/Themes/obsidian_ia.md diff --git "a/02 - Community Expansions/02.05 All Community Expansions/Themes/\360\237\227\202\357\270\217 Themes.md" "b/02 - Community Expansions/02.05 All Community Expansions/Themes/\360\237\227\202\357\270\217 Themes.md" new file mode 100755 index 000000000..1d02d4282 --- /dev/null +++ "b/02 - Community Expansions/02.05 All Community Expansions/Themes/\360\237\227\202\357\270\217 Themes.md" @@ -0,0 +1,108 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ Themes + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[80s Neon|80s Neon]] +- [[Agora|Agora]] +- [[Al Dente|Al Dente]] +- [[Amethyst|Amethyst]] +- [[Ars Magna|Ars Magna]] +- [[Atom|Atom]] +- [[Aurora|Aurora]] +- [[Ayu Mirage|Ayu Mirage]] +- [[Ayu|Ayu]] +- [[Base2Tone|Base2Tone]] +- [[Behave dark|Behave dark]] +- [[Big Sur Aesthetic|Big Sur Aesthetic]] +- [[Blackbird|Blackbird]] +- [[Blue Topaz|Blue Topaz]] +- [[California Coast|California Coast]] +- [[Charcoal|Charcoal]] +- [[Christmas|Christmas]] +- [[Cidreira Coast|Cidreira Coast]] +- [[Clair de Lune|Clair de Lune]] +- [[Comfort color dark|Comfort color dark]] +- [[Comfort Smooth|Comfort Smooth]] +- [[Creature|Creature]] +- [[Cyber Glow|Cyber Glow]] +- [[Cybertron|Cybertron]] +- [[Dark Graphite Pie|Dark Graphite Pie]] +- [[Dark Graphite|Dark Graphite]] +- [[Dark Moss|Dark Moss]] +- [[Darkyan|Darkyan]] +- [[Deep Work|Deep Work]] +- [[Deep|Deep]] +- [[Discordian|Discordian]] +- [[Dracula for Obsidian|Dracula for Obsidian]] +- [[Emerald|Emerald]] +- [[Everforest|Everforest]] +- [[Faded|Faded]] +- [[Firefly|Firefly]] +- [[Gastown|Gastown]] +- [[GDCT Dark|GDCT Dark]] +- [[GDCT|GDCT]] +- [[Gitsidian|Gitsidian]] +- [[Golden Coffee|Golden Coffee]] +- [[Golden Topaz|Golden Topaz]] +- [[Higlighter|Higlighter]] +- [[Hipstersmoothie|Hipstersmoothie]] +- [[Horizon|Horizon]] +- [[Hulk|Hulk]] +- [[Iceberg|Iceberg]] +- [[Illusion|Illusion]] +- [[ITS Theme|ITS Theme]] +- [[Lizardmen Zettelkasten|Lizardmen Zettelkasten]] +- [[Mammoth|Mammoth]] +- [[Minimal|Minimal]] +- [[Molecule|Molecule]] +- [[Moonlight|Moonlight]] +- [[Night Owl|Night Owl]] +- [[Notation|Notation]] +- [[Obsdn-Dark-Rmx|Obsdn-Dark-Rmx]] +- [[Obsidian Boom|Obsidian Boom]] +- [[Obsidian gruvbox|Obsidian gruvbox]] +- [[Obsidian Nord|Obsidian Nord]] +- [[Obsidian Windows 98 Edition|Obsidian Windows 98 Edition]] +- [[obsidian_ia|obsidian_ia]] +- [[Obsidianite|Obsidianite]] +- [[Obuntu|Obuntu]] +- [[Ono Sendai|Ono Sendai]] +- [[Palatinate|Palatinate]] +- [[Panic Mode|Panic Mode]] +- [[Pink Topaz|Pink Topaz]] +- [[Pisum|Pisum]] +- [[Purple Owl|Purple Owl]] +- [[Red Graphite|Red Graphite]] +- [[Reverie|Reverie]] +- [[Rmaki|Rmaki]] +- [[Sanctum|Sanctum]] +- [[Shimmering Focus|Shimmering Focus]] +- [[Slytherin|Slytherin]] +- [[Sodalite|Sodalite]] +- [[Solarized|Solarized]] +- [[Spectrum|Spectrum]] +- [[Subtlegold|Subtlegold]] +- [[Suddha|Suddha]] +- [[Tokyo Night|Tokyo Night]] +- [[Traffic Lights|Traffic Lights]] +- [[Ursa|Ursa]] +- [[Vileplume|Vileplume]] +- [[Warmth|Warmth]] +- [[Wasp|Wasp]] +- [[Yin and Yang|Yin and Yang]] +%% Zoottelkeeper: End of the autogenerated index file list %% + +## Contributing + +![[Contributing with community plugins and themes]] \ No newline at end of file diff --git "a/02 - Community Expansions/02.05 All Community Expansions/\360\237\227\202\357\270\217 02.05 All Community Expansions.md" "b/02 - Community Expansions/02.05 All Community Expansions/\360\237\227\202\357\270\217 02.05 All Community Expansions.md" new file mode 100755 index 000000000..aa8d5f5ae --- /dev/null +++ "b/02 - Community Expansions/02.05 All Community Expansions/\360\237\227\202\357\270\217 02.05 All Community Expansions.md" @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02.05 All Community Expansions + +This is a comprehensive directory of **all** expansions for Obsidian made by the Community – [[πŸ—‚οΈ Plugins|Plugins]], [[πŸ—‚οΈ Themes|Themes]], [[πŸ—‚οΈ CSS Snippets| CSS Snippets]], and [[πŸ—‚οΈ Auxiliary Tools|Auxilliary Tools]]. + +Unsurprisingly, these are quite a lot! If you feel overwhelmed, you might want to browse the [[πŸ—‚οΈ 02 - Community Expansions|Community Expansions by category]] instead. diff --git "a/02 - Community Expansions/\360\237\227\202\357\270\217 02 - Community Expansions.md" "b/02 - Community Expansions/\360\237\227\202\357\270\217 02 - Community Expansions.md" new file mode 100755 index 000000000..1e01f8d98 --- /dev/null +++ "b/02 - Community Expansions/\360\237\227\202\357\270\217 02 - Community Expansions.md" @@ -0,0 +1,15 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 02 - Curated Lists of Community Expansions + +Are you looking for a list of all plugins related to [[Automation|Automating Obsidian]]? Or are you looking for [[Classics|Classic Themes]] in particular? Then this folder is the right place for you. Here you can browse community expansions by category: [[πŸ—‚οΈ 02.01 Plugins by Category|Plugins]], [[πŸ—‚οΈ 02.02 Themes by Category|Themes]], [[πŸ—‚οΈ 02.03 CSS Snippets by Category|CSS Snippets]], and Obsidian-related [[πŸ—‚οΈ 02.04 Auxiliary Tools by Category|Auxilliary Tools]]. + +For information on the Core Plugins, check out the [Official Obsidian Documentation](https://help.obsidian.md/Plugins/Core+plugins) (a.k.a. the Help Vault). + +If you prefer to browse the full directory of *all* expansions provided by the Obsidian Community instead, check out [[πŸ—‚οΈ 02.05 All Community Expansions|the full directory of all expansions]]. When you are looking for some guidance how to use which expansions, you should check out [[πŸ—‚οΈ 04 - Guides, Workflows, & Courses]]. diff --git a/02 - Community plugins/02.01 - Plugins/02.01 - Plugins.md b/02 - Community plugins/02.01 - Plugins/02.01 - Plugins.md deleted file mode 100644 index 7f3764f07..000000000 --- a/02 - Community plugins/02.01 - Plugins/02.01 - Plugins.md +++ /dev/null @@ -1,362 +0,0 @@ ---- -aliases: -- Community plugins -tags: -- MOC ---- - -# 02.01 - Plugins - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[02 - Community plugins/02.01 - Plugins/adjacency-matrix-maker|adjacency-matrix-maker]] -- [[02 - Community plugins/02.01 - Plugins/advanced-toolbar|advanced-toolbar]] -- [[02 - Community plugins/02.01 - Plugins/alx-folder-note|alx-folder-note]] -- [[02 - Community plugins/02.01 - Plugins/beeminder-word-count-plugin|beeminder-word-count-plugin]] -- [[02 - Community plugins/02.01 - Plugins/better-fn|better-fn]] -- [[02 - Community plugins/02.01 - Plugins/better-pdf-plugin|better-pdf-plugin]] -- [[02 - Community plugins/02.01 - Plugins/better-word-count|better-word-count]] -- [[02 - Community plugins/02.01 - Plugins/block-reference-count|block-reference-count]] -- [[02 - Community plugins/02.01 - Plugins/breadcrumbs|breadcrumbs]] -- [[02 - Community plugins/02.01 - Plugins/buttons|buttons]] -- [[02 - Community plugins/02.01 - Plugins/calendar|calendar]] -- [[02 - Community plugins/02.01 - Plugins/chesser-obsidian|chesser-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/cm-chs-patch|cm-chs-patch]] -- [[02 - Community plugins/02.01 - Plugins/cm-editor-syntax-highlight-obsidian|cm-editor-syntax-highlight-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/cm-show-whitespace-obsidian|cm-show-whitespace-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/cm-typewriter-scroll-obsidian|cm-typewriter-scroll-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/cmenu-plugin|cmenu-plugin]] -- [[02 - Community plugins/02.01 - Plugins/code-block-copy|code-block-copy]] -- [[02 - Community plugins/02.01 - Plugins/code-block-from-selection|code-block-from-selection]] -- [[02 - Community plugins/02.01 - Plugins/completed-area|completed-area]] -- [[02 - Community plugins/02.01 - Plugins/completed-task-display|completed-task-display]] -- [[02 - Community plugins/02.01 - Plugins/consistent-attachments-and-links|consistent-attachments-and-links]] -- [[02 - Community plugins/02.01 - Plugins/convert-url-to-iframe|convert-url-to-iframe]] -- [[02 - Community plugins/02.01 - Plugins/copy-note|copy-note]] -- [[02 - Community plugins/02.01 - Plugins/copy-url-in-preview|copy-url-in-preview]] -- [[02 - Community plugins/02.01 - Plugins/css-snippets|css-snippets]] -- [[02 - Community plugins/02.01 - Plugins/csv-obsidian|csv-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/customizable-menu|customizable-menu]] -- [[02 - Community plugins/02.01 - Plugins/customizable-sidebar|customizable-sidebar]] -- [[02 - Community plugins/02.01 - Plugins/customjs|customjs]] -- [[02 - Community plugins/02.01 - Plugins/cycle-through-panes|cycle-through-panes]] -- [[02 - Community plugins/02.01 - Plugins/daily-activity|daily-activity]] -- [[02 - Community plugins/02.01 - Plugins/dangerzone-writing-plugin|dangerzone-writing-plugin]] -- [[02 - Community plugins/02.01 - Plugins/darlal-switcher-plus|darlal-switcher-plus]] -- [[02 - Community plugins/02.01 - Plugins/dataview|dataview]] -- [[02 - Community plugins/02.01 - Plugins/DEVONlink-obsidian|DEVONlink-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/discordian-plugin|discordian-plugin]] -- [[02 - Community plugins/02.01 - Plugins/drawio-obsidian|drawio-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/easy-typing-obsidian|easy-typing-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/editor-commands-remap|editor-commands-remap]] -- [[02 - Community plugins/02.01 - Plugins/emoji-shortcodes|emoji-shortcodes]] -- [[02 - Community plugins/02.01 - Plugins/extract-highlights-plugin|extract-highlights-plugin]] -- [[02 - Community plugins/02.01 - Plugins/extract-url|extract-url]] -- [[02 - Community plugins/02.01 - Plugins/file-explorer-markdown-titles|file-explorer-markdown-titles]] -- [[02 - Community plugins/02.01 - Plugins/file-explorer-note-count|file-explorer-note-count]] -- [[02 - Community plugins/02.01 - Plugins/file-tree-alternative|file-tree-alternative]] -- [[02 - Community plugins/02.01 - Plugins/find-and-replace-in-selection|find-and-replace-in-selection]] -- [[02 - Community plugins/02.01 - Plugins/find-unlinked-files|find-unlinked-files]] -- [[02 - Community plugins/02.01 - Plugins/flashcards-obsidian|flashcards-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/folder-note-core|folder-note-core]] -- [[02 - Community plugins/02.01 - Plugins/folder-note-plugin|folder-note-plugin]] -- [[02 - Community plugins/02.01 - Plugins/footlinks|footlinks]] -- [[02 - Community plugins/02.01 - Plugins/format-hotkeys-obsidian|format-hotkeys-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/garble-text|garble-text]] -- [[02 - Community plugins/02.01 - Plugins/ghost-fade-focus|ghost-fade-focus]] -- [[02 - Community plugins/02.01 - Plugins/homepage|homepage]] -- [[02 - Community plugins/02.01 - Plugins/hotkey-helper|hotkey-helper]] -- [[02 - Community plugins/02.01 - Plugins/hotkeysplus-obsidian|hotkeysplus-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/hover-external-link|hover-external-link]] -- [[02 - Community plugins/02.01 - Plugins/imdone-obsidian-plugin|imdone-obsidian-plugin]] -- [[02 - Community plugins/02.01 - Plugins/ini-obsidian|ini-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/initiative-tracker|initiative-tracker]] -- [[02 - Community plugins/02.01 - Plugins/juggl|juggl]] -- [[02 - Community plugins/02.01 - Plugins/koncham-workspace|koncham-workspace]] -- [[02 - Community plugins/02.01 - Plugins/leader-hotkeys-obsidian|leader-hotkeys-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/ledger-obsidian|ledger-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/liquid-templates|liquid-templates]] -- [[02 - Community plugins/02.01 - Plugins/longform|longform]] -- [[02 - Community plugins/02.01 - Plugins/luhman|luhman]] -- [[02 - Community plugins/02.01 - Plugins/macOS-keyboard-nav-obsidian|macOS-keyboard-nav-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/macro-plugin|macro-plugin]] -- [[02 - Community plugins/02.01 - Plugins/map-of-content|map-of-content]] -- [[02 - Community plugins/02.01 - Plugins/marginnote-companion|marginnote-companion]] -- [[02 - Community plugins/02.01 - Plugins/markdown-attributes|markdown-attributes]] -- [[02 - Community plugins/02.01 - Plugins/markdown-prettifier|markdown-prettifier]] -- [[02 - Community plugins/02.01 - Plugins/maximise-active-pane-obsidian|maximise-active-pane-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/mdx-as-md-obsidian|mdx-as-md-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/media-extended|media-extended]] -- [[02 - Community plugins/02.01 - Plugins/meld-encrypt|meld-encrypt]] -- [[02 - Community plugins/02.01 - Plugins/metadata-extractor|metadata-extractor]] -- [[02 - Community plugins/02.01 - Plugins/metaedit|metaedit]] -- [[02 - Community plugins/02.01 - Plugins/mochi-cards-exporter|mochi-cards-exporter]] -- [[02 - Community plugins/02.01 - Plugins/mrj-add-codemirror-matchbrackets|mrj-add-codemirror-matchbrackets]] -- [[02 - Community plugins/02.01 - Plugins/mrj-crosslink-between-notes|mrj-crosslink-between-notes]] -- [[02 - Community plugins/02.01 - Plugins/mrj-jump-to-link|mrj-jump-to-link]] -- [[02 - Community plugins/02.01 - Plugins/mrj-text-expand|mrj-text-expand]] -- [[02 - Community plugins/02.01 - Plugins/multi-line-formatting|multi-line-formatting]] -- [[02 - Community plugins/02.01 - Plugins/music-code-blocks|music-code-blocks]] -- [[02 - Community plugins/02.01 - Plugins/mx-bili-plugin|mx-bili-plugin]] -- [[02 - Community plugins/02.01 - Plugins/neo4j-graph-view|neo4j-graph-view]] -- [[02 - Community plugins/02.01 - Plugins/netwik|netwik]] -- [[02 - Community plugins/02.01 - Plugins/nldates-obsidian|nldates-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/note-folder-autorename|note-folder-autorename]] -- [[02 - Community plugins/02.01 - Plugins/note-refactor-obsidian|note-refactor-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/notetweet|notetweet]] -- [[02 - Community plugins/02.01 - Plugins/number-headings-obsidian|number-headings-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-2hop-links-plugin|obsidian-2hop-links-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-5e-statblocks|obsidian-5e-statblocks]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-activity-history|obsidian-activity-history]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-activity-logger|obsidian-activity-logger]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-admonition|obsidian-admonition]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-advanced-appearance|obsidian-advanced-appearance]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-advanced-new-file|obsidian-advanced-new-file]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-advanced-uri|obsidian-advanced-uri]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-amazingmarvin-plugin|obsidian-amazingmarvin-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-annotator|obsidian-annotator]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-apple-reminders-plugin|obsidian-apple-reminders-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-apply-patterns|obsidian-apply-patterns]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-argdown-plugin|obsidian-argdown-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-auto-link-title|obsidian-auto-link-title]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-auto-pair-chinese-symbol|obsidian-auto-pair-chinese-symbol]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-autocomplete-plugin|obsidian-autocomplete-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-banners|obsidian-banners]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-budget-wysiwyg|obsidian-budget-wysiwyg]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-card-view-mode|obsidian-card-view-mode]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-carry-forward|obsidian-carry-forward]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-charts|obsidian-charts]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-chartsview-plugin|obsidian-chartsview-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-checklist-plugin|obsidian-checklist-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-chessboard|obsidian-chessboard]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-citation-plugin|obsidian-citation-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-code-block-enhancer|obsidian-code-block-enhancer]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-code-copy|obsidian-code-copy]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-codemirror-options|obsidian-codemirror-options]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-collapse-all-plugin|obsidian-collapse-all-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-command-alias-plugin|obsidian-command-alias-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-comments|obsidian-comments]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-commits|obsidian-commits]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-contextual-typography|obsidian-contextual-typography]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-copy-block-link|obsidian-copy-block-link]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-csv-table|obsidian-csv-table]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-cursor-location-plugin|obsidian-cursor-location-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-daf-yomi|obsidian-daf-yomi]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-daily-named-folder|obsidian-daily-named-folder]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-daily-stats|obsidian-daily-stats]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-dangling-links|obsidian-dangling-links]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-day-planner|obsidian-day-planner]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-dice-roller|obsidian-dice-roller]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-dictionary-plugin|obsidian-dictionary-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-discordrpc|obsidian-discordrpc]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-dropbox-backups|obsidian-dropbox-backups]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-dynamic-toc|obsidian-dynamic-toc]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-editor-shortcuts|obsidian-editor-shortcuts]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-electron-window-tweaker|obsidian-electron-window-tweaker]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-embedded-code-title|obsidian-embedded-code-title]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-embedded-note-titles|obsidian-embedded-note-titles]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-emoji-toolbar|obsidian-emoji-toolbar]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-enhancing-mindmap|obsidian-enhancing-mindmap]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-excalidraw-plugin|obsidian-excalidraw-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-export-to-tex|obsidian-export-to-tex]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-extract-pdf-highlights|obsidian-extract-pdf-highlights]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-file-link|obsidian-file-link]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-file-path-to-uri|obsidian-file-path-to-uri]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-filename-heading-sync|obsidian-filename-heading-sync]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-find-and-replace-in-selection|obsidian-find-and-replace-in-selection]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-focus-mode|obsidian-focus-mode]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-footnotes|obsidian-footnotes]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-fountain|obsidian-fountain]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-fullscreen-plugin|obsidian-fullscreen-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-furigana|obsidian-furigana]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-gallery|obsidian-gallery]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-gist|obsidian-gist]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-git|obsidian-git]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-go-to-line|obsidian-go-to-line]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-grandfather|obsidian-grandfather]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-habit-tracker|obsidian-habit-tracker]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-hackernews|obsidian-hackernews]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-hide-sidebars-when-narrow|obsidian-hide-sidebars-when-narrow]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-hider|obsidian-hider]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-highlightpublicnotes-plugin|obsidian-highlightpublicnotes-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-specific-files|obsidian-hotkeys-for-specific-files]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-hotkeys-for-templates|obsidian-hotkeys-for-templates]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-icon-folder|obsidian-icon-folder]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-icon-swapper|obsidian-icon-swapper]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-icons-plugin|obsidian-icons-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-image-auto-upload-plugin|obsidian-image-auto-upload-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-image-toolkit|obsidian-image-toolkit]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-image-uploader|obsidian-image-uploader]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-imgur-plugin|obsidian-imgur-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-incremental-writing|obsidian-incremental-writing]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-indent-lines|obsidian-indent-lines]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-itinerary|obsidian-itinerary]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-journey-plugin|obsidian-journey-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-jsonifier|obsidian-jsonifier]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-juliandate|obsidian-juliandate]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-jump-to-date-plugin|obsidian-jump-to-date-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-jupyter|obsidian-jupyter]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-kanban|obsidian-kanban]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-kindle-plugin|obsidian-kindle-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-kroki|obsidian-kroki]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-languagetool-plugin|obsidian-languagetool-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-latex-environments|obsidian-latex-environments]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-latex|obsidian-latex]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-leaflet-plugin|obsidian-leaflet-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-link-indexer|obsidian-link-indexer]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-linter|obsidian-linter]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-map-view|obsidian-map-view]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-markdown-formatting-assistant-plugin|obsidian-markdown-formatting-assistant-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-markdown-furigana|obsidian-markdown-furigana]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-markmind|obsidian-markmind]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-metatable|obsidian-metatable]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-metatemplates|obsidian-metatemplates]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-min3ditorhotkeys-plugin|obsidian-min3ditorhotkeys-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-mind-map|obsidian-mind-map]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-minimal-settings|obsidian-minimal-settings]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-nomnoml-diagram|obsidian-nomnoml-diagram]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-open-link-with|obsidian-open-link-with]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-org-mode|obsidian-org-mode]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-orthography|obsidian-orthography]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-outliner|obsidian-outliner]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-pandoc|obsidian-pandoc]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-pangu|obsidian-pangu]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-paper-cut|obsidian-paper-cut]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-paste-to-current-indentation|obsidian-paste-to-current-indentation]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-plantuml|obsidian-plantuml]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-pluck|obsidian-pluck]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-plugin-prettier|obsidian-plugin-prettier]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-plugin-toc|obsidian-plugin-toc]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-plugin-todo|obsidian-plugin-todo]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-pocket|obsidian-pocket]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-pomodoro-plugin|obsidian-pomodoro-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-prominent-starred-files|obsidian-prominent-starred-files]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-qrcode-plugin|obsidian-qrcode-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-query-language|obsidian-query-language]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-query2table|obsidian-query2table]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-random-todo|obsidian-random-todo]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-react-components|obsidian-react-components]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-read-it-later|obsidian-read-it-later]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-reading-time|obsidian-reading-time]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-readwise|obsidian-readwise]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-recall|obsidian-recall]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-regex-pipeline|obsidian-regex-pipeline]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-related-notes-finder|obsidian-related-notes-finder]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-relative-find|obsidian-relative-find]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-relative-line-numbers|obsidian-relative-line-numbers]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-reminder-plugin|obsidian-reminder-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-reset-font-size|obsidian-reset-font-size]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-reveal-active-file|obsidian-reveal-active-file]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-rich-links|obsidian-rich-links]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-rollover-daily-todos|obsidian-rollover-daily-todos]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-rtl|obsidian-rtl]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-shellcommands|obsidian-shellcommands]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-shortcuts-for-starred-files|obsidian-shortcuts-for-starred-files]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-show-file-path|obsidian-show-file-path]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-sidebar-expand-on-hover|obsidian-sidebar-expand-on-hover]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-smart-typography|obsidian-smart-typography]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-sort-and-permute-lines|obsidian-sort-and-permute-lines]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-spaced-repetition|obsidian-spaced-repetition]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-spotlight|obsidian-spotlight]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-static-file-server|obsidian-static-file-server]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-statusbar-pomo|obsidian-statusbar-pomo]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-stille|obsidian-stille]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-stopwatch-plugin|obsidian-stopwatch-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-style-settings|obsidian-style-settings]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-system-dark-mode|obsidian-system-dark-mode]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-tabs|obsidian-tabs]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-task-archiver|obsidian-task-archiver]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-task-collector|obsidian-task-collector]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-tasks-plugin|obsidian-tasks-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-temple|obsidian-temple]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-text-expander|obsidian-text-expander]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-text-format|obsidian-text-format]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-tidy-footnotes|obsidian-tidy-footnotes]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-timeline|obsidian-timeline]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-timelines|obsidian-timelines]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-title-index|obsidian-title-index]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-to-anki-plugin|obsidian-to-anki-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-toggl-integration|obsidian-toggl-integration]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-tracker|obsidian-tracker]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-trello|obsidian-trello]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-underline|obsidian-underline]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-vault-changelog|obsidian-vault-changelog]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-vault-statistics-plugin|obsidian-vault-statistics-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-view-mode-by-frontmatter|obsidian-view-mode-by-frontmatter]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-vim-im-switch-plugin|obsidian-vim-im-switch-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-vimrc-support|obsidian-vimrc-support]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-wavedrom|obsidian-wavedrom]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-wordnet-plugin|obsidian-wordnet-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-youglish-plugin|obsidian-youglish-plugin]] -- [[02 - Community plugins/02.01 - Plugins/obsidian-zoom|obsidian-zoom]] -- [[02 - Community plugins/02.01 - Plugins/obsidian42-text-transporter|obsidian42-text-transporter]] -- [[02 - Community plugins/02.01 - Plugins/ObsidianAnkiSync|ObsidianAnkiSync]] -- [[02 - Community plugins/02.01 - Plugins/obsimian-exporter|obsimian-exporter]] -- [[02 - Community plugins/02.01 - Plugins/open-note-to-window-title|open-note-to-window-title]] -- [[02 - Community plugins/02.01 - Plugins/open-vscode|open-vscode]] -- [[02 - Community plugins/02.01 - Plugins/open-with|open-with]] -- [[02 - Community plugins/02.01 - Plugins/oz-clear-unused-images|oz-clear-unused-images]] -- [[02 - Community plugins/02.01 - Plugins/oz-image-plugin|oz-image-plugin]] -- [[02 - Community plugins/02.01 - Plugins/ozanshare-publish|ozanshare-publish]] -- [[02 - Community plugins/02.01 - Plugins/page-heading-from-links|page-heading-from-links]] -- [[02 - Community plugins/02.01 - Plugins/pane-relief|pane-relief]] -- [[02 - Community plugins/02.01 - Plugins/pdf-to-markdown-plugin|pdf-to-markdown-plugin]] -- [[02 - Community plugins/02.01 - Plugins/periodic-notes|periodic-notes]] -- [[02 - Community plugins/02.01 - Plugins/phone-to-roam-to-obsidian|phone-to-roam-to-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/plugin-changelogs|plugin-changelogs]] -- [[02 - Community plugins/02.01 - Plugins/podcast-note|podcast-note]] -- [[02 - Community plugins/02.01 - Plugins/privacy-glasses|privacy-glasses]] -- [[02 - Community plugins/02.01 - Plugins/python-lab-plugin|python-lab-plugin]] -- [[02 - Community plugins/02.01 - Plugins/quick-explorer|quick-explorer]] -- [[02 - Community plugins/02.01 - Plugins/quick-latex|quick-latex]] -- [[02 - Community plugins/02.01 - Plugins/quickadd|quickadd]] -- [[02 - Community plugins/02.01 - Plugins/random-structural-diary-plugin|random-structural-diary-plugin]] -- [[02 - Community plugins/02.01 - Plugins/readwise-mirror|readwise-mirror]] -- [[02 - Community plugins/02.01 - Plugins/readwise-official|readwise-official]] -- [[02 - Community plugins/02.01 - Plugins/recent-files-obsidian|recent-files-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/remember-cursor-position|remember-cursor-position]] -- [[02 - Community plugins/02.01 - Plugins/review-obsidian|review-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/scales-chords|scales-chords]] -- [[02 - Community plugins/02.01 - Plugins/search-on-internet|search-on-internet]] -- [[02 - Community plugins/02.01 - Plugins/searchpp|searchpp]] -- [[02 - Community plugins/02.01 - Plugins/shortcuts-extender|shortcuts-extender]] -- [[02 - Community plugins/02.01 - Plugins/simple-embeds|simple-embeds]] -- [[02 - Community plugins/02.01 - Plugins/slated-obsidian|slated-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/sliding-panes-obsidian|sliding-panes-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/smart-random-note|smart-random-note]] -- [[02 - Community plugins/02.01 - Plugins/snippets|snippets]] -- [[02 - Community plugins/02.01 - Plugins/supercharged-links-obsidian|supercharged-links-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/table-editor-obsidian|table-editor-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/table-extended|table-extended]] -- [[02 - Community plugins/02.01 - Plugins/tag-page-preview|tag-page-preview]] -- [[02 - Community plugins/02.01 - Plugins/tag-wrangler|tag-wrangler]] -- [[02 - Community plugins/02.01 - Plugins/taskbone-ocr-plugin|taskbone-ocr-plugin]] -- [[02 - Community plugins/02.01 - Plugins/templater-obsidian|templater-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/text-snippets-obsidian|text-snippets-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/theme-picker|theme-picker]] -- [[02 - Community plugins/02.01 - Plugins/things-logbook|things-logbook]] -- [[02 - Community plugins/02.01 - Plugins/todo-txt|todo-txt]] -- [[02 - Community plugins/02.01 - Plugins/todoist-sync-plugin|todoist-sync-plugin]] -- [[02 - Community plugins/02.01 - Plugins/tq-obsidian|tq-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/txt-as-md-obsidian|txt-as-md-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/unique-attachments|unique-attachments]] -- [[02 - Community plugins/02.01 - Plugins/update-time-on-edit|update-time-on-edit]] -- [[02 - Community plugins/02.01 - Plugins/uri-commands|uri-commands]] -- [[02 - Community plugins/02.01 - Plugins/url-into-selection|url-into-selection]] -- [[02 - Community plugins/02.01 - Plugins/vantage-obsidian|vantage-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/various-complements|various-complements]] -- [[02 - Community plugins/02.01 - Plugins/wikilinks-to-mdlinks-obsidian|wikilinks-to-mdlinks-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/window-collapse|window-collapse]] -- [[02 - Community plugins/02.01 - Plugins/workbench-obsidian|workbench-obsidian]] -- [[02 - Community plugins/02.01 - Plugins/workspaces-plus|workspaces-plus]] -- [[02 - Community plugins/02.01 - Plugins/youhavebeenstaring-plugin|youhavebeenstaring-plugin]] -- [[02 - Community plugins/02.01 - Plugins/zoottelkeeper-obsidian-plugin|zoottelkeeper-obsidian-plugin]] -%% Zoottelkeeper: End of the autogenerated index file list %% - - -## Contributing - -![[Contributing with community plugins and themes]] \ No newline at end of file diff --git a/02 - Community plugins/02.02 - Categories/02.02 - Categories.md b/02 - Community plugins/02.02 - Categories/02.02 - Categories.md deleted file mode 100644 index 495a5dfba..000000000 --- a/02 - Community plugins/02.02 - Categories/02.02 - Categories.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -aliases: -- Plugin categories -tags: -- MOC ---- - -# 02.02 - Categories - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[02 - Community plugins/02.02 - Categories/Automation|Automation]] -- [[02 - Community plugins/02.02 - Categories/Backup|Backup]] -- [[02 - Community plugins/02.02 - Categories/Chart|Chart]] -- [[02 - Community plugins/02.02 - Categories/Chinese|Chinese]] -- [[02 - Community plugins/02.02 - Categories/Convert|Convert]] -- [[02 - Community plugins/02.02 - Categories/Date|Date]] -- [[02 - Community plugins/02.02 - Categories/Desktop-only plugins|Desktop-only plugins]] -- [[02 - Community plugins/02.02 - Categories/Edit|Edit]] -- [[02 - Community plugins/02.02 - Categories/Editor|Editor]] -- [[02 - Community plugins/02.02 - Categories/File|File]] -- [[02 - Community plugins/02.02 - Categories/Financial|Financial]] -- [[02 - Community plugins/02.02 - Categories/Game|Game]] -- [[02 - Community plugins/02.02 - Categories/History|History]] -- [[02 - Community plugins/02.02 - Categories/Image|Image]] -- [[02 - Community plugins/02.02 - Categories/Integration|Integration]] -- [[02 - Community plugins/02.02 - Categories/Japanese|Japanese]] -- [[02 - Community plugins/02.02 - Categories/Journal|Journal]] -- [[02 - Community plugins/02.02 - Categories/Link|Link]] -- [[02 - Community plugins/02.02 - Categories/Math|Math]] -- [[02 - Community plugins/02.02 - Categories/Mindmap|Mindmap]] -- [[02 - Community plugins/02.02 - Categories/Miscellaneous|Miscellaneous]] -- [[02 - Community plugins/02.02 - Categories/Mobile-compatible plugins|Mobile-compatible plugins]] -- [[02 - Community plugins/02.02 - Categories/Mobile|Mobile]] -- [[02 - Community plugins/02.02 - Categories/Navigation|Navigation]] -- [[02 - Community plugins/02.02 - Categories/PDF|PDF]] -- [[02 - Community plugins/02.02 - Categories/Refactor|Refactor]] -- [[02 - Community plugins/02.02 - Categories/Render|Render]] -- [[02 - Community plugins/02.02 - Categories/Search|Search]] -- [[02 - Community plugins/02.02 - Categories/Security|Security]] -- [[02 - Community plugins/02.02 - Categories/Shortcut|Shortcut]] -- [[02 - Community plugins/02.02 - Categories/Statistic|Statistic]] -- [[02 - Community plugins/02.02 - Categories/Status bar|Status bar]] -- [[02 - Community plugins/02.02 - Categories/Style|Style]] -- [[02 - Community plugins/02.02 - Categories/Task|Task]] -- [[02 - Community plugins/02.02 - Categories/Template|Template]] -- [[02 - Community plugins/02.02 - Categories/Uncategorized plugins|Uncategorized plugins]] -- [[02 - Community plugins/02.02 - Categories/Video and Audio|Video and Audio]] -- [[02 - Community plugins/02.02 - Categories/View|View]] -- [[02 - Community plugins/02.02 - Categories/Vim|Vim]] -- [[02 - Community plugins/02.02 - Categories/Workspace|Workspace]] -%% Zoottelkeeper: End of the autogenerated index file list %% - - -## Contributing - -### Categorizing a plugin - -1. Open the category note(s) that you want to add the plugin to from the list above. -2. Add a new bullet in alphabetical order for the new plugin -3. Add a link to the plugin in question using its alias, e.g. `[[obsidian-dataview|Dataview]]` -4. [[How to add content through GitHub|Submit your changes to GitHub]] - -### Adding a new category -1. If you want to add a new category, please open a [new issue]() first to discuss your proposal. -2. Once you have the green light, create a new file in the [[02.02 - Categories]] folder. -3. Use the template [[T - Plugin Category]] and fill out any placeholders. -4. [[How to add content through GitHub|Submit your changes to GitHub]] - -## Acknowledgements - -- The initial categorization was based on the work of rami.sedhorn \ No newline at end of file diff --git a/03 - Community templates/03 - Community templates.md b/03 - Community templates/03 - Community templates.md deleted file mode 100644 index f740fe55c..000000000 --- a/03 - Community templates/03 - Community templates.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 03 - Community templates - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[03 - Community templates/03.01 - Daily notes/03.01 - Daily notes|03.01 - Daily notes]] -- [[03 - Community templates/03.02 - Weekly notes/03.02 - Weekly notes|03.02 - Weekly notes]] -- [[03 - Community templates/03.03 - Monthly notes/03.03 - Monthly notes|03.03 - Monthly notes]] -- [[03 - Community templates/03.04 - Yearly notes/03.04 - Yearly notes|03.04 - Yearly notes]] -- [[03 - Community templates/03.05 - Projects/03.05 - Projects|03.05 - Projects]] -- [[03 - Community templates/03.06 - Literature notes/03.06 - Literature notes|03.06 - Literature notes]] -- [[03 - Community templates/03.10 - Plugin-specific templates/03.10 - Plugin-specific templates|03.10 - Plugin-specific templates]] -%% Zoottelkeeper: End of the autogenerated index file list %% - - -## Contributing - -### Adding new templates - -1. Create a new file under [[03 - Community templates]] and give it a descriptive name. -2. Apply the [[T - Templates]] template and fill out the placeholders -3. [[How to add content through GitHub|Submit your changes to GitHub]] - -### Updating a template - -Please only edit templates that you yourself have submitted. If you found an error on a template that is not yours, please open an issue first. -If you want to add a template based on another one, please see the [[#Adding new templates]] section. diff --git a/03 - Community templates/03.10 - Plugin-specific templates/03.10 - Plugin-specific templates.md b/03 - Community templates/03.10 - Plugin-specific templates/03.10 - Plugin-specific templates.md deleted file mode 100644 index 463ae206c..000000000 --- a/03 - Community templates/03.10 - Plugin-specific templates/03.10 - Plugin-specific templates.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -aliases: -- Plugin-specific templates -tags: -- MOC ---- - -# 03.10 - Plugin-specific templates - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[03 - Community templates/03.10 - Plugin-specific templates/Dataview templates/Dataview templates|Dataview templates]] -- [[03 - Community templates/03.10 - Plugin-specific templates/Templater templates/Templater templates|Templater templates]] -%% Zoottelkeeper: End of the autogenerated index file list %% - -## Contributing - -![[Contributing templates to the community vault]] \ No newline at end of file diff --git a/03 - Community templates/03.10 - Plugin-specific templates/Dataview templates/Dataview templates.md b/03 - Community templates/03.10 - Plugin-specific templates/Dataview templates/Dataview templates.md deleted file mode 100644 index 4a2559754..000000000 --- a/03 - Community templates/03.10 - Plugin-specific templates/Dataview templates/Dataview templates.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Dataview templates - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% - -%% Zoottelkeeper: End of the autogenerated index file list %% - -## Contributing - -![[Contributing templates to the community vault]] \ No newline at end of file diff --git a/06 - Note and vault examples/06.01 - Note examples/06.01 - Note examples.md "b/03 - Showcases & Templates/Note Examples/\360\237\227\202\357\270\217 Note Examples.md" old mode 100644 new mode 100755 similarity index 79% rename from 06 - Note and vault examples/06.01 - Note examples/06.01 - Note examples.md rename to "03 - Showcases & Templates/Note Examples/\360\237\227\202\357\270\217 Note Examples.md" index 019bb0631..9c2aa44f3 --- a/06 - Note and vault examples/06.01 - Note examples/06.01 - Note examples.md +++ "b/03 - Showcases & Templates/Note Examples/\360\237\227\202\357\270\217 Note Examples.md" @@ -1,11 +1,11 @@ --- aliases: - -tags: +tags: - MOC --- -# Note examples +# πŸ—‚οΈ Note Examples #placeholder/description @@ -18,6 +18,6 @@ tags: ## Contributing -1. Create a new file under [[06.01 - Note examples]] and apply the [[T - Note showcase]] template +1. Create a new file under [[πŸ—‚οΈ Note Examples]] and apply the [[T - Note showcase]] template 2. Fill out any placeholders on the template 3. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/03 - Showcases & Templates/Plugin Showcases/Graph view.md b/03 - Showcases & Templates/Plugin Showcases/Graph view.md new file mode 100755 index 000000000..eeac82be2 --- /dev/null +++ b/03 - Showcases & Templates/Plugin Showcases/Graph view.md @@ -0,0 +1,14 @@ +--- +aliases: +- +tags: +- seedling +--- + +# Graph view + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description + +![[2021.07.17#^9d3b2a]] \ No newline at end of file diff --git a/09 - Digital Garden/09.02 - How To/Publishing/Publishing.md "b/03 - Showcases & Templates/Plugin Showcases/\360\237\227\202\357\270\217 Plugin Showcases.md" old mode 100644 new mode 100755 similarity index 69% rename from 09 - Digital Garden/09.02 - How To/Publishing/Publishing.md rename to "03 - Showcases & Templates/Plugin Showcases/\360\237\227\202\357\270\217 Plugin Showcases.md" index fc9b48c38..0f2a7887a --- a/09 - Digital Garden/09.02 - How To/Publishing/Publishing.md +++ "b/03 - Showcases & Templates/Plugin Showcases/\360\237\227\202\357\270\217 Plugin Showcases.md" @@ -1,18 +1,17 @@ --- aliases: - -tags: +tags: - MOC +publish: true --- -# Publishing +# πŸ—‚οΈ Plugin Showcases #placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% - +- [[Obsidian Garden|Obsidian Garden]] %% Zoottelkeeper: End of the autogenerated index file list %% - -![[09.02 - How To#Contributing]] \ No newline at end of file diff --git a/03 - Showcases & Templates/Publish Sites/Obsidian Garden.md b/03 - Showcases & Templates/Publish Sites/Obsidian Garden.md new file mode 100755 index 000000000..eb2689d8c --- /dev/null +++ b/03 - Showcases & Templates/Publish Sites/Obsidian Garden.md @@ -0,0 +1,17 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian Garden + +Link: https://obsidian.garden +Author: [[Tane Piper]] and [Obsidian Garden Contributors](https://github.com/tanepiper/obsidian-garden/graphs/contributors) +Tool: [[Obsidian Publish]] + +Obsidian Garden is a open-source [[πŸ—‚οΈ Guides|guide]] to creating your own 🌳 [[Digital garden]] with [[Obsidian]]. + +The garden is contained within in it's own πŸ—ƒ [[Knowledge Management System]] - designed as a template for you to learn the [[for Beginners|basics]] of working with [[Obsidian]] and extend and remix in to your own. diff --git a/10 - Resources/10.02 - Publish sites/10.02 - Publish sites.md "b/03 - Showcases & Templates/Publish Sites/\360\237\227\202\357\270\217 Publish Sites.md" old mode 100644 new mode 100755 similarity index 74% rename from 10 - Resources/10.02 - Publish sites/10.02 - Publish sites.md rename to "03 - Showcases & Templates/Publish Sites/\360\237\227\202\357\270\217 Publish Sites.md" index bf937c895..d74bb55e8 --- a/10 - Resources/10.02 - Publish sites/10.02 - Publish sites.md +++ "b/03 - Showcases & Templates/Publish Sites/\360\237\227\202\357\270\217 Publish Sites.md" @@ -1,17 +1,17 @@ --- aliases: - -tags: +tags: - MOC publish: true --- -# 10.02 - Publish sites +# πŸ—‚οΈ Publish Sites #placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% - +- [[Obsidian Garden|Obsidian Garden]] %% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/03 - Community templates/03.01 - Daily notes/03.01 - Daily notes.md b/03 - Showcases & Templates/Templates/Daily notes/Daily notes.md old mode 100644 new mode 100755 similarity index 91% rename from 03 - Community templates/03.01 - Daily notes/03.01 - Daily notes.md rename to 03 - Showcases & Templates/Templates/Daily notes/Daily notes.md index 1702e0793..6128fbf3d --- a/03 - Community templates/03.01 - Daily notes/03.01 - Daily notes.md +++ b/03 - Showcases & Templates/Templates/Daily notes/Daily notes.md @@ -1,11 +1,11 @@ --- aliases: - Daily note templates -tags: +tags: - MOC --- -# 03.01 - Daily notes +# Daily notes #placeholder/description diff --git a/03 - Community templates/03.06 - Literature notes/03.06 - Literature notes.md b/03 - Showcases & Templates/Templates/Literature notes/Literature notes.md old mode 100644 new mode 100755 similarity index 89% rename from 03 - Community templates/03.06 - Literature notes/03.06 - Literature notes.md rename to 03 - Showcases & Templates/Templates/Literature notes/Literature notes.md index 967ed5655..ac7e480db --- a/03 - Community templates/03.06 - Literature notes/03.06 - Literature notes.md +++ b/03 - Showcases & Templates/Templates/Literature notes/Literature notes.md @@ -1,11 +1,11 @@ --- aliases: - Literature note templates -tags: +tags: - MOC --- -# 03.06 - Literature notes +# Literature notes #placeholder/description diff --git a/03 - Community templates/03.03 - Monthly notes/03.03 - Monthly notes.md b/03 - Showcases & Templates/Templates/Monthly notes/Monthly notes.md old mode 100644 new mode 100755 similarity index 90% rename from 03 - Community templates/03.03 - Monthly notes/03.03 - Monthly notes.md rename to 03 - Showcases & Templates/Templates/Monthly notes/Monthly notes.md index 3af8f1d43..41303706e --- a/03 - Community templates/03.03 - Monthly notes/03.03 - Monthly notes.md +++ b/03 - Showcases & Templates/Templates/Monthly notes/Monthly notes.md @@ -1,11 +1,11 @@ --- aliases: - Monthly note templates -tags: +tags: - MOC --- -# 03.03 - Monthly notes +# Monthly notes #placeholder/description diff --git a/03 - Community templates/03.10 - Plugin-specific templates/Templater templates/Templater templates.md "b/03 - Showcases & Templates/Templates/Plugin-specific templates/Dataview templates/\360\237\227\202\357\270\217 Dataview templates.md" old mode 100644 new mode 100755 similarity index 88% rename from 03 - Community templates/03.10 - Plugin-specific templates/Templater templates/Templater templates.md rename to "03 - Showcases & Templates/Templates/Plugin-specific templates/Dataview templates/\360\237\227\202\357\270\217 Dataview templates.md" index 1c909f375..960c73793 --- a/03 - Community templates/03.10 - Plugin-specific templates/Templater templates/Templater templates.md +++ "b/03 - Showcases & Templates/Templates/Plugin-specific templates/Dataview templates/\360\237\227\202\357\270\217 Dataview templates.md" @@ -1,11 +1,11 @@ --- aliases: - -tags: +tags: - MOC --- -# Templater templates +# πŸ—‚οΈ Dataview templates #placeholder/description diff --git a/03 - Showcases & Templates/Templates/Plugin-specific templates/Plugin-specific templates.md b/03 - Showcases & Templates/Templates/Plugin-specific templates/Plugin-specific templates.md new file mode 100755 index 000000000..df78b0b0f --- /dev/null +++ b/03 - Showcases & Templates/Templates/Plugin-specific templates/Plugin-specific templates.md @@ -0,0 +1,21 @@ +--- +aliases: +- Plugin-specific templates +tags: +- MOC +--- + +# Plugin-specific templates + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[πŸ—‚οΈ Dataview templates|πŸ—‚οΈ Dataview templates]] +- [[πŸ—‚οΈ Templater templates|πŸ—‚οΈ Templater templates]] +%% Zoottelkeeper: End of the autogenerated index file list %% + +## Contributing + +![[Contributing templates to the community vault]] \ No newline at end of file diff --git "a/03 - Showcases & Templates/Templates/Plugin-specific templates/Templater templates/\360\237\227\202\357\270\217 Templater templates.md" "b/03 - Showcases & Templates/Templates/Plugin-specific templates/Templater templates/\360\237\227\202\357\270\217 Templater templates.md" new file mode 100755 index 000000000..3c7a7bcce --- /dev/null +++ "b/03 - Showcases & Templates/Templates/Plugin-specific templates/Templater templates/\360\237\227\202\357\270\217 Templater templates.md" @@ -0,0 +1,21 @@ +--- +aliases: +- Scripts +- Templater scripts +tags: +- MOC +--- + +# πŸ—‚οΈ Templater templates + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% + +%% Zoottelkeeper: End of the autogenerated index file list %% + +## Contributing + +![[Contributing templates to the community vault]] \ No newline at end of file diff --git a/03 - Community templates/03.05 - Projects/03.05 - Projects.md b/03 - Showcases & Templates/Templates/Projects/Projects.md old mode 100644 new mode 100755 similarity index 92% rename from 03 - Community templates/03.05 - Projects/03.05 - Projects.md rename to 03 - Showcases & Templates/Templates/Projects/Projects.md index 37c12adb9..9c42eb1df --- a/03 - Community templates/03.05 - Projects/03.05 - Projects.md +++ b/03 - Showcases & Templates/Templates/Projects/Projects.md @@ -1,11 +1,11 @@ --- aliases: - Project management templates -tags: +tags: - MOC --- -# 03.05 - Projects +# Projects #placeholder/description diff --git a/03 - Community templates/03.02 - Weekly notes/03.02 - Weekly notes.md b/03 - Showcases & Templates/Templates/Weekly notes/Weekly notes.md old mode 100644 new mode 100755 similarity index 90% rename from 03 - Community templates/03.02 - Weekly notes/03.02 - Weekly notes.md rename to 03 - Showcases & Templates/Templates/Weekly notes/Weekly notes.md index 48b98b5e4..edbe18afd --- a/03 - Community templates/03.02 - Weekly notes/03.02 - Weekly notes.md +++ b/03 - Showcases & Templates/Templates/Weekly notes/Weekly notes.md @@ -1,11 +1,11 @@ --- aliases: - Weekly note templates -tags: +tags: - MOC --- -# 03.02 - Weekly notes +# Weekly notes #placeholder/description diff --git a/03 - Community templates/03.04 - Yearly notes/03.04 - Yearly notes.md b/03 - Showcases & Templates/Templates/Yearly notes/Yearly notes.md old mode 100644 new mode 100755 similarity index 90% rename from 03 - Community templates/03.04 - Yearly notes/03.04 - Yearly notes.md rename to 03 - Showcases & Templates/Templates/Yearly notes/Yearly notes.md index 6ea2e5248..dedc71315 --- a/03 - Community templates/03.04 - Yearly notes/03.04 - Yearly notes.md +++ b/03 - Showcases & Templates/Templates/Yearly notes/Yearly notes.md @@ -1,11 +1,11 @@ --- aliases: - Yearly note templates -tags: +tags: - MOC --- -# 03.04 - Yearly notes +# Yearly notes #placeholder/description diff --git "a/03 - Showcases & Templates/Templates/\360\237\227\202\357\270\217 Templates.md" "b/03 - Showcases & Templates/Templates/\360\237\227\202\357\270\217 Templates.md" new file mode 100755 index 000000000..746c6feff --- /dev/null +++ "b/03 - Showcases & Templates/Templates/\360\237\227\202\357\270\217 Templates.md" @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- MOC +--- + +# πŸ—‚οΈ Templates + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Daily notes|πŸ—‚οΈ 03.01 - Daily notes]] +- [[Weekly notes|πŸ—‚οΈ 03.02 - Weekly notes]] +- [[Monthly notes|πŸ—‚οΈ 03.03 - Monthly notes]] +- [[Yearly notes|πŸ—‚οΈ 03.04 - Yearly notes]] +- [[Projects|πŸ—‚οΈ 03.05 - Projects]] +- [[Literature notes|πŸ—‚οΈ 03.06 - Literature notes]] +- [[Plugin-specific templates|πŸ—‚οΈ 03.10 - Plugin-specific templates]] +%% Zoottelkeeper: End of the autogenerated index file list %% + + +## Contributing + +### Adding new templates + +1. Create a new file under [[πŸ—‚οΈ Templates]] and give it a descriptive name. +2. Apply the [[T - Templates]] template and fill out the placeholders +3. [[How to add content through GitHub|Submit your changes to GitHub]] + +### Updating a template + +Please only edit templates that you yourself have submitted. If you found an error on a template that is not yours, please open an issue first. +If you want to add a template based on another one, please see the [[#Adding new templates]] section. diff --git a/03 - Showcases & Templates/Vaults/LYT Kit.md b/03 - Showcases & Templates/Vaults/LYT Kit.md new file mode 100755 index 000000000..a57aeb15b --- /dev/null +++ b/03 - Showcases & Templates/Vaults/LYT Kit.md @@ -0,0 +1,50 @@ +--- +aliases: +- Linking Your Thinking +- IMF +tags: +- seedling +publish: true +--- + +# LYT Kit +Author: [[nickmilo]] + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +This starter kit is designed to get you immediately hands-on with ways to manage your digital notes. Experiment. Learn by doing. See what methods work for you. + +If you want to take notes that compound in value over your lifetime, it’s not enough to rely solely on direct links, tags, and folders. In the **Age of the `[[Linked]]` Note**, we have access to powerful thinking tools. The LYT System explores how to use Fluid Frameworks like MOCs (Maps of Content) and a Home note to elevate your thinking todayβ€”and years from now. + +## Benefits +- Provides Reliability +- Provides Flexibility +- Launches the Brain +- Enhances Note Retrieval +- Allievates Overwhelm +- Encourages Relational, Positional Thinking +- Aids in Linking with Pre-built Contexts +- Future-Proofs for your Future Self +- Improves Memory +- Increases Satisfaction + +## Download + +Link: https://forum.obsidian.md/t/lyt-kit-now-downloadable/390 + +To download this vault, you first need to complete the following steps +1. Click **Download the LYT Kit** +2. Enter your first name and e-mail address and press **Download Now** +3. Check your e-mail for the link \ No newline at end of file diff --git a/03 - Showcases & Templates/Vaults/Obsidian JG Method.md b/03 - Showcases & Templates/Vaults/Obsidian JG Method.md new file mode 100755 index 000000000..7e97b36c3 --- /dev/null +++ b/03 - Showcases & Templates/Vaults/Obsidian JG Method.md @@ -0,0 +1,40 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian JG Method +Author: [[joshwingreene]] + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +A starter kit that follows how to use Obsidian to manage goals, tasks, notes, and software development knowledge base. Uses [[Alfred]]. + +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://github.com/joshwingreene/Obsidian-JG-Method + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +To download this vault, you first need to complete the following steps +1. Click on **Code Λ…** +2. **Download ZIP** + +or [download directly](https://github.com/joshwingreene/Obsidian-JG-Method/archive/refs/heads/master.zip) \ No newline at end of file diff --git a/03 - Showcases & Templates/Vaults/Obsidian Starter Templates.md b/03 - Showcases & Templates/Vaults/Obsidian Starter Templates.md new file mode 100755 index 000000000..a241edaec --- /dev/null +++ b/03 - Showcases & Templates/Vaults/Obsidian Starter Templates.md @@ -0,0 +1,41 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian Starter Templates +Author: [[masonlr]] and [contributors](https://github.com/masonlr/obsidian-starter-templates/graphs/contributors) + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +Obsidian Starter Templates gathers examples from the Obsidian community. Its broader aims are to uncover and communicate how others use backlinks and various markdown tricks and why these techniques work. + +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://github.com/masonlr/obsidian-starter-templates + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +To download this vault, you first need to complete the following steps +1. Click on **Code Λ…** +2. **Download ZIP** + +or [download directly](https://github.com/masonlr/obsidian-starter-templates/archive/refs/heads/master.zip) + diff --git a/03 - Showcases & Templates/Vaults/PARA Starter Kit.md b/03 - Showcases & Templates/Vaults/PARA Starter Kit.md new file mode 100755 index 000000000..fb99b7f04 --- /dev/null +++ b/03 - Showcases & Templates/Vaults/PARA Starter Kit.md @@ -0,0 +1,39 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# PARA Starter Kit +Author: [[cotemaxime]] + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +It’s a full vault to explore around and some of the methodology for [[PARA|P.A.R.A.]] and how to get started for yourself. + +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://forum.obsidian.md/t/para-starter-kit/223 + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +%% To download this vault, you first need to complete the following steps +1. Step 1 +2. Step 2 +%% \ No newline at end of file diff --git a/03 - Showcases & Templates/Vaults/Qualitative Analysis Environment by Ryan Murphy.md b/03 - Showcases & Templates/Vaults/Qualitative Analysis Environment by Ryan Murphy.md new file mode 100755 index 000000000..6d3859eb1 --- /dev/null +++ b/03 - Showcases & Templates/Vaults/Qualitative Analysis Environment by Ryan Murphy.md @@ -0,0 +1,39 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Qualitative Analysis Environment by Ryan Murphy + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +> My media database vault stores nearly all of the Entertainment media that I’m consuming (Excluding 1-off Youtube videos). +> +> -- [[SlRvb]] +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://forum.obsidian.md/t/slrvbs-mediadb-setup/23227 + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +%% To download this vault, you first need to complete the following steps +1. Step 1 +2. Step 2 +%% \ No newline at end of file diff --git a/03 - Showcases & Templates/Vaults/SlRvb's Journaling Setup.md b/03 - Showcases & Templates/Vaults/SlRvb's Journaling Setup.md new file mode 100755 index 000000000..2f1de2e28 --- /dev/null +++ b/03 - Showcases & Templates/Vaults/SlRvb's Journaling Setup.md @@ -0,0 +1,38 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# SlRvb's Journaling Setup + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +This is a deep dive into how [[SlRvb]] go about journaling the things that happen in his life. + +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://forum.obsidian.md/t/slrvbs-journaling-setup/22346 + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +%% To download this vault, you first need to complete the following steps +1. Step 1 +2. Step 2 +%% \ No newline at end of file diff --git a/03 - Showcases & Templates/Vaults/SlRvb's MediaDB Setup.md b/03 - Showcases & Templates/Vaults/SlRvb's MediaDB Setup.md new file mode 100755 index 000000000..500569525 --- /dev/null +++ b/03 - Showcases & Templates/Vaults/SlRvb's MediaDB Setup.md @@ -0,0 +1,39 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# SlRvb's MediaDB Setup + +%% Add a description below this comment. It doesn't need to be long: one or two sentences should be a good start. + +Longer descriptions are also welcome! A few things you could cover are: +- Who is this useful for? +- Where to start? +- What each folder is for? +- How to use tags? +- Are any plugins needed? - Add links to them from 02.01 + - Are they included in the kit/starter vault? +- Any custom CSS? + - Add links to 04 - Community themes or 05 - CSS Snippets or any other 10 - Resources +- Any ancilliary tools? +%% + +> My media database vault stores nearly all of the Entertainment media that I’m consuming (Excluding 1-off Youtube videos). +> +> -- [[SlRvb]] +## Download + +%% Add the link where people can download this vault or kit %% + +Link: https://forum.obsidian.md/t/slrvbs-mediadb-setup/23227 + +%% If there are any steps one needs to complete to download the starter vault or kit list them here in an ordered list (e.g. uncomment the next comment) +%% +%% To download this vault, you first need to complete the following steps +1. Step 1 +2. Step 2 +%% \ No newline at end of file diff --git a/06 - Note and vault examples/06.02 - Vault examples/06.02 - Vault examples.md "b/03 - Showcases & Templates/Vaults/\360\237\227\202\357\270\217 Vaults.md" old mode 100644 new mode 100755 similarity index 81% rename from 06 - Note and vault examples/06.02 - Vault examples/06.02 - Vault examples.md rename to "03 - Showcases & Templates/Vaults/\360\237\227\202\357\270\217 Vaults.md" index 5fd0b24a6..427e8815a --- a/06 - Note and vault examples/06.02 - Vault examples/06.02 - Vault examples.md +++ "b/03 - Showcases & Templates/Vaults/\360\237\227\202\357\270\217 Vaults.md" @@ -1,18 +1,23 @@ --- aliases: - -tags: +tags: - MOC --- -# Vault examples +# πŸ—‚οΈ Vaults #placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% - +- [[LYT Kit|LYT Kit]] +- [[Obsidian JG Method|Obsidian JG Method]] +- [[Obsidian Starter Templates|Obsidian Starter Templates]] +- [[PARA Starter Kit|PARA Starter Kit]] +- [[SlRvb's Journaling Setup|SlRvb's Journaling Setup]] +- [[SlRvb's MediaDB Setup|SlRvb's MediaDB Setup]] %% Zoottelkeeper: End of the autogenerated index file list %% @@ -43,7 +48,7 @@ Unfortunately, we can't host starter vaults or kits in the community vault itsel The steps for both are roughly the same: -1. Create a new note under [[06.02 - Vault examples]] +1. Create a new note under [[πŸ—‚οΈ Vaults]] 2. Apply one of the following templates: - the [[T - Vault showcase]] template for starter vaults or kits - [[T - Folder structure]] if you're sharing how you've organized your vault (or a part of it) diff --git "a/03 - Showcases & Templates/\360\237\227\202\357\270\217 03 - Showcases & Templates.md" "b/03 - Showcases & Templates/\360\237\227\202\357\270\217 03 - Showcases & Templates.md" new file mode 100755 index 000000000..2fcb42ae6 --- /dev/null +++ "b/03 - Showcases & Templates/\360\237\227\202\357\270\217 03 - Showcases & Templates.md" @@ -0,0 +1,15 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 04 - Showcases & Templates + +In this folder, you can find various examples and showcases how other people use [[πŸ—‚οΈ Plugin Showcases|specific plugins]], browse a vast collect of [[πŸ—‚οΈ Note Examples|Note Examples]], or how [[πŸ—‚οΈ Publish Sites|published vaults]] can look like. + +This channel is pretty much the equivalent of the `#snip-a-note` channel on Discord. + +Got inspired or looking for something to get started? a collection of all sorts of [[πŸ—‚οΈ Templates]] can be found here as well. \ No newline at end of file diff --git a/04 - Community themes/04 - Community themes.md b/04 - Community themes/04 - Community themes.md deleted file mode 100644 index cba105bd0..000000000 --- a/04 - Community themes/04 - Community themes.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 04 - Community themes - - - - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[04 - Community themes/80s Neon|80s Neon]] -- [[04 - Community themes/Al Dente|Al Dente]] -- [[04 - Community themes/Amethyst|Amethyst]] -- [[04 - Community themes/Ars Magna|Ars Magna]] -- [[04 - Community themes/Atom|Atom]] -- [[04 - Community themes/Aurora|Aurora]] -- [[04 - Community themes/Ayu Mirage|Ayu Mirage]] -- [[04 - Community themes/Ayu|Ayu]] -- [[04 - Community themes/Base2Tone|Base2Tone]] -- [[04 - Community themes/Behave dark|Behave dark]] -- [[04 - Community themes/Big Sur Aesthetic|Big Sur Aesthetic]] -- [[04 - Community themes/Blackbird|Blackbird]] -- [[04 - Community themes/Blue Topaz|Blue Topaz]] -- [[04 - Community themes/California Coast|California Coast]] -- [[04 - Community themes/Charcoal|Charcoal]] -- [[04 - Community themes/Christmas|Christmas]] -- [[04 - Community themes/Cidreira Coast|Cidreira Coast]] -- [[04 - Community themes/Clair de Lune|Clair de Lune]] -- [[04 - Community themes/Comfort color dark|Comfort color dark]] -- [[04 - Community themes/Comfort Smooth|Comfort Smooth]] -- [[04 - Community themes/Cyber Glow|Cyber Glow]] -- [[04 - Community themes/Cybertron|Cybertron]] -- [[04 - Community themes/Dark Graphite Pie|Dark Graphite Pie]] -- [[04 - Community themes/Dark Graphite|Dark Graphite]] -- [[04 - Community themes/Dark Moss|Dark Moss]] -- [[04 - Community themes/Darkyan|Darkyan]] -- [[04 - Community themes/Deep Work|Deep Work]] -- [[04 - Community themes/Deep|Deep]] -- [[04 - Community themes/Discordian|Discordian]] -- [[04 - Community themes/Dracula for Obsidian|Dracula for Obsidian]] -- [[04 - Community themes/Everforest|Everforest]] -- [[04 - Community themes/Firefly|Firefly]] -- [[04 - Community themes/Gastown|Gastown]] -- [[04 - Community themes/GDCT Dark|GDCT Dark]] -- [[04 - Community themes/GDCT|GDCT]] -- [[04 - Community themes/Gitsidian|Gitsidian]] -- [[04 - Community themes/Golden Coffee|Golden Coffee]] -- [[04 - Community themes/Golden Topaz|Golden Topaz]] -- [[04 - Community themes/Higlighter|Higlighter]] -- [[04 - Community themes/Hipstersmoothie|Hipstersmoothie]] -- [[04 - Community themes/Horizon|Horizon]] -- [[04 - Community themes/Hulk|Hulk]] -- [[04 - Community themes/Iceberg|Iceberg]] -- [[04 - Community themes/Illusion|Illusion]] -- [[04 - Community themes/ITS Theme|ITS Theme]] -- [[04 - Community themes/Lizardmen Zettelkasten|Lizardmen Zettelkasten]] -- [[04 - Community themes/Mammoth|Mammoth]] -- [[04 - Community themes/Minimal|Minimal]] -- [[04 - Community themes/Molecule|Molecule]] -- [[04 - Community themes/Moonlight|Moonlight]] -- [[04 - Community themes/Night Owl|Night Owl]] -- [[04 - Community themes/Notation|Notation]] -- [[04 - Community themes/Obsdn-Dark-Rmx|Obsdn-Dark-Rmx]] -- [[04 - Community themes/Obsidian Boom|Obsidian Boom]] -- [[04 - Community themes/Obsidian gruvbox|Obsidian gruvbox]] -- [[04 - Community themes/Obsidian Nord|Obsidian Nord]] -- [[04 - Community themes/Obsidian Windows 98 Edition|Obsidian Windows 98 Edition]] -- [[04 - Community themes/obsidian_ia|obsidian_ia]] -- [[04 - Community themes/Obsidianite|Obsidianite]] -- [[04 - Community themes/Obuntu|Obuntu]] -- [[04 - Community themes/Ono Sendai|Ono Sendai]] -- [[04 - Community themes/Palatinate|Palatinate]] -- [[04 - Community themes/Panic Mode|Panic Mode]] -- [[04 - Community themes/Pink Topaz|Pink Topaz]] -- [[04 - Community themes/Pisum|Pisum]] -- [[04 - Community themes/Purple Owl|Purple Owl]] -- [[04 - Community themes/Red Graphite|Red Graphite]] -- [[04 - Community themes/Reverie|Reverie]] -- [[04 - Community themes/Rmaki|Rmaki]] -- [[04 - Community themes/Shimmering Focus|Shimmering Focus]] -- [[04 - Community themes/Solarized|Solarized]] -- [[04 - Community themes/Spectrum|Spectrum]] -- [[04 - Community themes/Subtlegold|Subtlegold]] -- [[04 - Community themes/Suddha|Suddha]] -- [[04 - Community themes/Tokyo Night|Tokyo Night]] -- [[04 - Community themes/Traffic Lights|Traffic Lights]] -- [[04 - Community themes/Ursa|Ursa]] -- [[04 - Community themes/Vileplume|Vileplume]] -- [[04 - Community themes/Warmth|Warmth]] -- [[04 - Community themes/Wasp|Wasp]] -- [[04 - Community themes/Yin and Yang|Yin and Yang]] -%% Zoottelkeeper: End of the autogenerated index file list %% - -## Contributing - -![[Contributing with community plugins and themes]] \ No newline at end of file diff --git a/08 - Seedbox/Breadcrumbs Showcase.md b/04 - Guides, Workflows, & Courses/Community Talks/Breadcrumbs Showcase.md old mode 100644 new mode 100755 similarity index 71% rename from 08 - Seedbox/Breadcrumbs Showcase.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Breadcrumbs Showcase.md index babf07141..525082abe --- a/08 - Seedbox/Breadcrumbs Showcase.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Breadcrumbs Showcase.md @@ -10,7 +10,8 @@ publish: true By [[SkepticMystic]] -A showcase for the [[breadcrumbs|Breadcrumbs]] plugin +A [[Obsidian Community Talks|Obsidian Community Talk|showcase]] for the [[breadcrumbs|Breadcrumbs]] plugin. +The [[YouTube|video]] of this talk: diff --git a/08 - Seedbox/CSS 101 - Community Talk.md b/04 - Guides, Workflows, & Courses/Community Talks/CSS 101 - Community Talk.md old mode 100644 new mode 100755 similarity index 100% rename from 08 - Seedbox/CSS 101 - Community Talk.md rename to 04 - Guides, Workflows, & Courses/Community Talks/CSS 101 - Community Talk.md diff --git a/10 - Resources/Videos/Create Your Own Obsidian Plugin - How To Get Started.md b/04 - Guides, Workflows, & Courses/Community Talks/Create Your Own Obsidian Plugin - How To Get Started.md old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/Videos/Create Your Own Obsidian Plugin - How To Get Started.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Create Your Own Obsidian Plugin - How To Get Started.md diff --git a/08 - Seedbox/Customizable workspaces.md b/04 - Guides, Workflows, & Courses/Community Talks/Customizable workspaces.md old mode 100644 new mode 100755 similarity index 79% rename from 08 - Seedbox/Customizable workspaces.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Customizable workspaces.md index 04f4d7057..66b4cecd9 --- a/08 - Seedbox/Customizable workspaces.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Customizable workspaces.md @@ -10,7 +10,7 @@ publish: true By [[chetachiezikeuzor]] -A showcase for the [[cmenu-plugin|cMenu]] pugin and the [[Yin and Yang]] theme +A [[Obsidian Community Talks|showcase]] for the [[cmenu-plugin|cMenu]] pugin and the [[Yin and Yang]] theme. %% In the tag below, plase fill out the #placeholder/link and then remove this comment%% %% diff --git a/08 - Seedbox/Deep Learning on Networks.md b/04 - Guides, Workflows, & Courses/Community Talks/Deep Learning on Networks.md old mode 100644 new mode 100755 similarity index 81% rename from 08 - Seedbox/Deep Learning on Networks.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Deep Learning on Networks.md index 9579a0773..0df39f17d --- a/08 - Seedbox/Deep Learning on Networks.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Deep Learning on Networks.md @@ -13,4 +13,6 @@ By [[phnx]] %% Add one or two sentences describing the video and link it to at least one other note %% #placeholder/description +You can watch the [[YouTube|video]] of this [[Obsidian Community Talks|Obsidian Community Talk]] below: + \ No newline at end of file diff --git a/08 - Seedbox/How to create your own Obsidian plugin.md b/04 - Guides, Workflows, & Courses/Community Talks/How to create your own Obsidian plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 08 - Seedbox/How to create your own Obsidian plugin.md rename to 04 - Guides, Workflows, & Courses/Community Talks/How to create your own Obsidian plugin.md diff --git a/08 - Seedbox/Image Adjustment Snippets - ITS Theme.md b/04 - Guides, Workflows, & Courses/Community Talks/Image Adjustment Snippets - ITS Theme.md old mode 100644 new mode 100755 similarity index 69% rename from 08 - Seedbox/Image Adjustment Snippets - ITS Theme.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Image Adjustment Snippets - ITS Theme.md index db10d7938..633c80e83 --- a/08 - Seedbox/Image Adjustment Snippets - ITS Theme.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Image Adjustment Snippets - ITS Theme.md @@ -8,9 +8,11 @@ publish: true # Image Adjustment Snippets - ITS Theme -By [[SlRvb]] + By [[SlRvb]] + +A [[Obsidian Community Talks|showcase]] of the [[ITS Theme]] [[Image Adjustments]] snippets. +You can watch the [[YouTube|video]] below: -A showcase of the [[ITS Theme]] image adjustment snippets diff --git a/08 - Seedbox/Introduction to Buttons.md b/04 - Guides, Workflows, & Courses/Community Talks/Introduction to Buttons.md old mode 100644 new mode 100755 similarity index 88% rename from 08 - Seedbox/Introduction to Buttons.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Introduction to Buttons.md index fe6f46300..ce9dc2a2f --- a/08 - Seedbox/Introduction to Buttons.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Introduction to Buttons.md @@ -11,6 +11,7 @@ publish: true By [[shabegom]] Using the [[buttons|Buttons]] plugin to become a millionaire. +The [[YouTube|YouTube Video]] of this session is below: diff --git a/04 - Guides, Workflows, & Courses/Community Talks/Journaling Showcase.md b/04 - Guides, Workflows, & Courses/Community Talks/Journaling Showcase.md new file mode 100755 index 000000000..3bd6846d8 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Community Talks/Journaling Showcase.md @@ -0,0 +1,17 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Journaling Showcase + +[[SlRvb]] gives us a tour of their journaling setup, featuring the [[ITS Theme]] and [[quickadd|QuickAdd]]. + +You can see the post version of this talk on [this forum post](https://forum.obsidian.md/t/slrvbs-journaling-setup/). + +The [[YouTube|video]] for this talk: + + diff --git a/08 - Seedbox/Knowledge Organization, Cataloguing and Classification in Obsidian.md b/04 - Guides, Workflows, & Courses/Community Talks/Knowledge Organization, Cataloguing and Classification in Obsidian.md old mode 100644 new mode 100755 similarity index 59% rename from 08 - Seedbox/Knowledge Organization, Cataloguing and Classification in Obsidian.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Knowledge Organization, Cataloguing and Classification in Obsidian.md index e87525b9e..8e4bfef6a --- a/08 - Seedbox/Knowledge Organization, Cataloguing and Classification in Obsidian.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Knowledge Organization, Cataloguing and Classification in Obsidian.md @@ -8,10 +8,9 @@ publish: true # Knowledge Organization, Cataloguing and Classification in Obsidian -By [[bri]] -%% Add one or two sentences describing the video and link it to at least one other note %% -#placeholder/description +In this [[YouTube|video]], [[bri|Bri Watson]] ([@brimwats](https://twitter.com/brimwats)) gives a history of library organization, a detour into cataloging vs classification, and the lowdown on foldering in PKMs. Also includes hot takes on the use of tags. + diff --git a/04 - Guides, Workflows, & Courses/Community Talks/Metadata Group Discussion.md b/04 - Guides, Workflows, & Courses/Community Talks/Metadata Group Discussion.md new file mode 100755 index 000000000..0ee798512 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Community Talks/Metadata Group Discussion.md @@ -0,0 +1,11 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Metadata Group Discussion + +This [[Obsidian Community Talks|community talk]] was a group discussion about ways people use and manage their [[YAML frontmatter]]. \ No newline at end of file diff --git a/08 - Seedbox/Obsidian 101.md b/04 - Guides, Workflows, & Courses/Community Talks/Obsidian 101.md old mode 100644 new mode 100755 similarity index 100% rename from 08 - Seedbox/Obsidian 101.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Obsidian 101.md diff --git a/08 - Seedbox/Obsidian and TTPRG.md b/04 - Guides, Workflows, & Courses/Community Talks/Obsidian and TTRPG.md old mode 100644 new mode 100755 similarity index 84% rename from 08 - Seedbox/Obsidian and TTPRG.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Obsidian and TTRPG.md index 656f13635..dc98a2b11 --- a/08 - Seedbox/Obsidian and TTPRG.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Obsidian and TTRPG.md @@ -1,12 +1,12 @@ --- aliases: -- +- Obsidian for TTRPG tags: - seedling publish: true --- -# Obsidian and TTPRG +# Obsidian and TTRPG In this panel talk, Obsidian community members show how they are using Obsidian to run and participate in TTRPGs. @@ -16,7 +16,7 @@ The order of speakers is as follows: - [[apolaine]] - Vault set-up as a new DM, Session Notes & Prep, Using Javalent's plug-ins in situ. And maybe the [[Mermaid]] diagrams - [[nvanderhoevan|Nicole vdH]] - Keeping games separate: Calendar. Use of metadata. Gallery plugin. Resources for inspiration. Random Rolls (Encounters, NPC characteristics). Customised stat blocks. - [[SlRvb]]- Vault and Notes Setup: Campaign Setup Folder & Session Notes with [[obsidian-admonition|Admonitions]]. Universe SRDs, Player Character Database, and Adventure Diary. -- [[Leah]] - Player Perspective: Different take on character diary. [[templater-obsidian|Templater]] and [[Dataview]] for in-game reference (metadata). One-touch game day setup (Bunch app). D&D 5e starter vault (community resource, publicly available). +- [[Leah]] - Player Perspective: Different take on character diary. [[templater-obsidian|Templater]] and [[dataview|Dataview]] for in-game reference (metadata). One-touch game day setup (Bunch app). D&D 5e starter vault (community resource, publicly available). %% In the tag below, plase fill out the #placeholder/link and then remove this comment%% diff --git a/04 - Guides, Workflows, & Courses/Community Talks/Project management for fiction writing.md b/04 - Guides, Workflows, & Courses/Community Talks/Project management for fiction writing.md new file mode 100755 index 000000000..3663a95a3 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Community Talks/Project management for fiction writing.md @@ -0,0 +1,15 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Project management for fiction writing + +[[Eleanor Konik]] discussese a comprehensive project management workflow for fiction writing: using folders, dataview, and tags. From ideation to completion, submitting to markets, tracking market preferences, branding work, and ancillary avenues for outreach like newsletters and tweets. + +You can see the [[YouTube|YouTube Video]] for this [[Obsidian Community Talks|community talk]] below: + + diff --git a/08 - Seedbox/Spaced repetition - An Introduction.md b/04 - Guides, Workflows, & Courses/Community Talks/Spaced repetition - An Introduction.md old mode 100644 new mode 100755 similarity index 69% rename from 08 - Seedbox/Spaced repetition - An Introduction.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Spaced repetition - An Introduction.md index 09b2cedec..ef9202eb2 --- a/08 - Seedbox/Spaced repetition - An Introduction.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Spaced repetition - An Introduction.md @@ -10,8 +10,7 @@ publish: true By [[jamesb]] -%% Add one or two sentences describing the video and link it to at least one other note %% -An introduction to [[Spaced Repetition]]. -#placeholder/description +This [[Obsidian Community Talks|talk]] is an introduction to [[Spaced repetition]]. +The [[YouTube|video]] of this talk can be found below: diff --git a/08 - Seedbox/What your vault knows.md b/04 - Guides, Workflows, & Courses/Community Talks/What your vault knows.md old mode 100644 new mode 100755 similarity index 87% rename from 08 - Seedbox/What your vault knows.md rename to 04 - Guides, Workflows, & Courses/Community Talks/What your vault knows.md index 64a34f421..05e09894a --- a/08 - Seedbox/What your vault knows.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/What your vault knows.md @@ -13,4 +13,6 @@ By [[phnx]], [[HEmile]] and [[paulbricman]] %% Add one or two sentences describing the video and link it to at least one other note %% #placeholder/description +You can watch the [[YouTube|YouTube Video]] of this session below: + diff --git a/10 - Resources/Videos/YT - An Introduction to Dataview.md b/04 - Guides, Workflows, & Courses/Community Talks/YT - An Introduction to Dataview.md old mode 100644 new mode 100755 similarity index 96% rename from 10 - Resources/Videos/YT - An Introduction to Dataview.md rename to 04 - Guides, Workflows, & Courses/Community Talks/YT - An Introduction to Dataview.md index 2259a445d..5a1643600 --- a/10 - Resources/Videos/YT - An Introduction to Dataview.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/YT - An Introduction to Dataview.md @@ -5,7 +5,7 @@ tags: - seedling --- -# An Introduction to [[Dataview]] +# An Introduction to [[dataview|Dataview]] Slides [[An Introduction to Dataview]] diff --git a/10 - Resources/Videos/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md b/04 - Guides, Workflows, & Courses/Community Talks/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md old mode 100644 new mode 100755 similarity index 91% rename from 10 - Resources/Videos/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md rename to 04 - Guides, Workflows, & Courses/Community Talks/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md index bb528f66e..19b67938e --- a/10 - Resources/Videos/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents.md @@ -8,7 +8,7 @@ publish: true # Pandoc and Obsidian - Create slideshows, PDFs and Word documents -In this video, [[SkepticMystic]] discusses [[pandoc]] and how it can be used to keep more of your workflow inside Obsidian. We cover the following: +In this video, [[SkepticMystic]] discusses [[Pandoc]] and how it can be used to keep more of your workflow inside Obsidian. We cover the following: - [0:00](https://youtube.com/watch?v=yYZiO6CVtj8&t=0s) Introduction - [0:51](https://youtube.com/watch?v=yYZiO6CVtj8&t=51s) Command Line Basics - @@ -19,7 +19,7 @@ In this video, [[SkepticMystic]] discusses [[pandoc]] and how it can be used to - [23:42](https://youtube.com/watch?v=yYZiO6CVtj8&t=1422s) Templates (Reference docs) - [30:08](https://youtube.com/watch?v=yYZiO6CVtj8&t=1808s) [[snippets|Snippets plugin]] - [37:42](https://youtube.com/watch?v=yYZiO6CVtj8&t=2262s) [[templater-obsidian|Templater]] -- [42:06](https://youtube.com/watch?v=yYZiO6CVtj8&t=2526s) [[Revealjs]] slideshows +- [42:06](https://youtube.com/watch?v=yYZiO6CVtj8&t=2526s) [[revealjs]] slideshows - [48:38](https://youtube.com/watch?v=yYZiO6CVtj8&t=2918s) Q&A The slides can be found here: [[Using Pandoc inside Obsidian]] diff --git a/08 - Seedbox/Zotero 101.md b/04 - Guides, Workflows, & Courses/Community Talks/Zotero 101.md old mode 100644 new mode 100755 similarity index 61% rename from 08 - Seedbox/Zotero 101.md rename to 04 - Guides, Workflows, & Courses/Community Talks/Zotero 101.md index fbbad5455..1f3967e95 --- a/08 - Seedbox/Zotero 101.md +++ b/04 - Guides, Workflows, & Courses/Community Talks/Zotero 101.md @@ -10,8 +10,10 @@ publish: true By [[argenos]] -%% Add one or two sentences describing the video and link it to at least one other note %% -This is a talk for an introduction to [[Zotero]]. +This is a [[Obsidian Community Talks|Obsidian Community Talk]] for an introduction to [[Zotero]]. +The [[YouTube|video]] of this talk was split in two: +- [[#Part 1 Basics]] covers Zotero as a reference manager +- [[#Part 2 Plugins]] covers how to set up [[Zotfile]], [[Zotero Better BibTex|Better BibTeX]], [[Mdnotes]] and briefly the [[obsidian-citation-plugin|Citations]] plugin. ## Part 1: Basics diff --git "a/04 - Guides, Workflows, & Courses/Community Talks/\360\237\227\202\357\270\217 Community Talks.md" "b/04 - Guides, Workflows, & Courses/Community Talks/\360\237\227\202\357\270\217 Community Talks.md" new file mode 100755 index 000000000..4b3a1887d --- /dev/null +++ "b/04 - Guides, Workflows, & Courses/Community Talks/\360\237\227\202\357\270\217 Community Talks.md" @@ -0,0 +1,35 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ Community Talks + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Breadcrumbs Showcase|Breadcrumbs Showcase]] +- [[Create Your Own Obsidian Plugin - How To Get Started|Create Your Own Obsidian Plugin - How To Get Started]] +- [[CSS 101 - Community Talk|CSS 101 - Community Talk]] +- [[Customizable workspaces|Customizable workspaces]] +- [[Deep Learning on Networks|Deep Learning on Networks]] +- [[How to create your own Obsidian plugin|How to create your own Obsidian plugin]] +- [[Image Adjustment Snippets - ITS Theme|Image Adjustment Snippets - ITS Theme]] +- [[Introduction to Buttons|Introduction to Buttons]] +- [[Journaling Showcase|Journaling Showcase]] +- [[Knowledge Organization, Cataloguing and Classification in Obsidian|Knowledge Organization, Cataloguing and Classification in Obsidian]] +- [[Metadata Group Discussion|Metadata Group Discussion]] +- [[Obsidian 101|Obsidian 101]] +- [[Obsidian and TTRPG|Obsidian and TTRPG]] +- [[Project management for fiction writing|Project management for fiction writing]] +- [[Spaced repetition - An Introduction|Spaced repetition - An Introduction]] +- [[What your vault knows|What your vault knows]] +- [[YT - An Introduction to Dataview|YT - An Introduction to Dataview]] +- [[YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents|YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents]] +- [[Zotero 101|Zotero 101]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/04 - Guides, Workflows, & Courses/Courses/Course for Getting Started with Obsidian.md b/04 - Guides, Workflows, & Courses/Courses/Course for Getting Started with Obsidian.md new file mode 100755 index 000000000..269ca44f0 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Courses/Course for Getting Started with Obsidian.md @@ -0,0 +1,11 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Getting Started with Obsidian + +This is a course on [[SkillShare]] that walks you through the basics of getting started with Obsidian. [View the course](https://skl.sh/2Y6DUDM) diff --git a/04 - Guides, Workflows, & Courses/Courses/Linking Your Thinking.md b/04 - Guides, Workflows, & Courses/Courses/Linking Your Thinking.md new file mode 100755 index 000000000..f145d0069 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Courses/Linking Your Thinking.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Linking Your Thinking + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git "a/04 - Guides, Workflows, & Courses/Courses/\360\237\227\202\357\270\217 Courses.md" "b/04 - Guides, Workflows, & Courses/Courses/\360\237\227\202\357\270\217 Courses.md" new file mode 100755 index 000000000..404435a85 --- /dev/null +++ "b/04 - Guides, Workflows, & Courses/Courses/\360\237\227\202\357\270\217 Courses.md" @@ -0,0 +1,18 @@ +--- +aliases: +- Online Courses +tags: +- seedling +publish: true +--- + +# Courses + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Course for Getting Started with Obsidian|Course for Getting Started with Obsidian]] +- [[Linking Your Thinking|Linking Your Thinking]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/09 - Digital Garden/09.02 - How To/Guides/An Introduction to Dataview.md b/04 - Guides, Workflows, & Courses/Guides/An Introduction to Dataview.md old mode 100644 new mode 100755 similarity index 99% rename from 09 - Digital Garden/09.02 - How To/Guides/An Introduction to Dataview.md rename to 04 - Guides, Workflows, & Courses/Guides/An Introduction to Dataview.md index 041b00b9b..51f0ad337 --- a/09 - Digital Garden/09.02 - How To/Guides/An Introduction to Dataview.md +++ b/04 - Guides, Workflows, & Courses/Guides/An Introduction to Dataview.md @@ -7,7 +7,7 @@ tags: publish: true --- -# An Introduction to [[Dataview]] +# An Introduction to [[dataview|Dataview]] %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% diff --git a/09 - Digital Garden/09.02 - How To/Guides/Controlling Obsidian via a Third-party App.md b/04 - Guides, Workflows, & Courses/Guides/Controlling Obsidian via a Third-party App.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/Controlling Obsidian via a Third-party App.md rename to 04 - Guides, Workflows, & Courses/Guides/Controlling Obsidian via a Third-party App.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/Themes/Default Obsidian Theme Colors.md b/04 - Guides, Workflows, & Courses/Guides/Default Obsidian Theme Colors.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/Themes/Default Obsidian Theme Colors.md rename to 04 - Guides, Workflows, & Courses/Guides/Default Obsidian Theme Colors.md diff --git a/04 - Guides, Workflows, & Courses/Guides/Effective Remote Work.md b/04 - Guides, Workflows, & Courses/Guides/Effective Remote Work.md new file mode 100755 index 000000000..d6ced691f --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Guides/Effective Remote Work.md @@ -0,0 +1,19 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Effective Remote Work + +%% Match the title with the channel's title %% + +%% Add the link (replacing #placeholder/link below) and then remove this comment%% +Link: [YouTube](placeholder/link) + +Hosted by #placeholder/author. + +%% Add a few sentences of what sort of videos they produce, feel free to link to other notes (e.g. after creating a note for a YouTube video you liked) %% +#placeholder/description diff --git a/09 - Digital Garden/09.02 - How To/Guides/Themes/How to Style Obsidian.md b/04 - Guides, Workflows, & Courses/Guides/How to Style Obsidian.md old mode 100644 new mode 100755 similarity index 99% rename from 09 - Digital Garden/09.02 - How To/Guides/Themes/How to Style Obsidian.md rename to 04 - Guides, Workflows, & Courses/Guides/How to Style Obsidian.md index 29e0a2b8c..e6d1e59d7 --- a/09 - Digital Garden/09.02 - How To/Guides/Themes/How to Style Obsidian.md +++ b/04 - Guides, Workflows, & Courses/Guides/How to Style Obsidian.md @@ -203,4 +203,4 @@ Want to learn more about CSS in general? The Mozilla Developer Network docs are CSS Tricks is a fantastic resource for finding neat ways of working with CSS (and HTML and JavaScript) to achieve fantastic results: https://css-tricks.com --- -Topics: [[Obsidian Themes]] [[Obsidian CSS]] \ No newline at end of file +Topics: [[Obsidian community themes]] [[Obsidian CSS]] \ No newline at end of file diff --git a/09 - Digital Garden/09.02 - How To/Guides/How to add content through GitHub.md b/04 - Guides, Workflows, & Courses/Guides/How to add content through GitHub.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/How to add content through GitHub.md rename to 04 - Guides, Workflows, & Courses/Guides/How to add content through GitHub.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/How to add your plugin to the community plugin list.md b/04 - Guides, Workflows, & Courses/Guides/How to add your plugin to the community plugin list.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/How to add your plugin to the community plugin list.md rename to 04 - Guides, Workflows, & Courses/Guides/How to add your plugin to the community plugin list.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/Themes/How to add your theme to the community theme store.md b/04 - Guides, Workflows, & Courses/Guides/How to add your theme to the community theme store.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/Themes/How to add your theme to the community theme store.md rename to 04 - Guides, Workflows, & Courses/Guides/How to add your theme to the community theme store.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/How to get started developing plugins.md b/04 - Guides, Workflows, & Courses/Guides/How to get started developing plugins.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/How to get started developing plugins.md rename to 04 - Guides, Workflows, & Courses/Guides/How to get started developing plugins.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/How to release a new version of your plugin.md b/04 - Guides, Workflows, & Courses/Guides/How to release a new version of your plugin.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/How to release a new version of your plugin.md rename to 04 - Guides, Workflows, & Courses/Guides/How to release a new version of your plugin.md diff --git a/08 - Seedbox/Obsidian publish and pfSense.md b/04 - Guides, Workflows, & Courses/Guides/Obsidian publish and pfSense.md old mode 100644 new mode 100755 similarity index 81% rename from 08 - Seedbox/Obsidian publish and pfSense.md rename to 04 - Guides, Workflows, & Courses/Guides/Obsidian publish and pfSense.md index 0bc7a5d58..f248bfd0f --- a/08 - Seedbox/Obsidian publish and pfSense.md +++ b/04 - Guides, Workflows, & Courses/Guides/Obsidian publish and pfSense.md @@ -1,5 +1,5 @@ --- -aliases: +aliases: - tags: - seedling @@ -8,8 +8,7 @@ publish: true # Obsidian publish and pfSense -This document describes the steps that can be taken in order to configure Obsidian Publish to use a custom domain with pfSense + HAProxy + Let's Encrypt. - +This document describes the steps that can be taken in order to configure [[Obsidian Publish]] to use a custom domain with [[pfSense]] + [[HAProxy]] + [[Let's Encrypt]]. ## Requirements @@ -34,30 +33,31 @@ After installing the Acme package, head over to **Services -> Acme certificates* ![[publish-pfsense-acme_1.png]] -Choose **Account keys** and click *+ Add*. +Choose **Account keys** and click _+ Add_. ![[publish-pfsense-acme_2.png]] For your new account -- set *Name* and *Description*, which are only visible in the pfSense + +- set _Name_ and _Description_, which are only visible in the pfSense - set the ACME Server to **Let's Encrypt Production ACME v2** - type an email address to be associated with this account - click **+ Create new account key** -- click *Register ACME Account Key* and save your settings after registration succeeds. +- click _Register ACME Account Key_ and save your settings after registration succeeds. Your ACME account is now setup, but you cannot request for certificates yet. Let's setup the HAproxy [[Obsidian publish and pfSense#HTTP Frontend|HTTP Frontend]] first. --- -After you've setup the HTTP frontend, return to the *Acme certificates* service and choose the *Certificates* -tab. Click on *+ Add* to request for a new certificate. +After you've setup the HTTP frontend, return to the _Acme certificates_ service and choose the _Certificates_ -tab. Click on _+ Add_ to request for a new certificate. -For the new certificate, set the name (and description). For the name, I recommend to follow a naming syntax of for example `cert-`. For this domain, the name would be `cert-tkjt.dev`. Make sure *Status* is set to *Active* and the *Acme Account* is the one you previously created (should be by default if you have only one). Choose the desired *Private Key* setting. For my personal site, I've settled for the `2048-bit RSA`, which is still considered "secure enough". +For the new certificate, set the name (and description). For the name, I recommend to follow a naming syntax of for example `cert-`. For this domain, the name would be `cert-tkjt.dev`. Make sure _Status_ is set to _Active_ and the _Acme Account_ is the one you previously created (should be by default if you have only one). Choose the desired _Private Key_ setting. For my personal site, I've settled for the `2048-bit RSA`, which is still considered "secure enough". ![[publish-pfsense-acme_3.png]] -Scroll down and set the *Domain SAN list* settings. You can configure multiple domain names if you like, but I usually keep it to 1 domain / 1 certificate. +Scroll down and set the _Domain SAN list_ settings. You can configure multiple domain names if you like, but I usually keep it to 1 domain / 1 certificate. -Set the **Domain name** to your domain, and **Method** to *Webroot local folder*, for example +Set the **Domain name** to your domain, and **Method** to _Webroot local folder_, for example ![[publish-pfsense-acme_4.png]] @@ -67,7 +67,7 @@ The value for the **Root Folder** should be set to /tmp/haproxy_chroot/.well-known/acme-challenge/ ``` -The certificate is renewed by default every **60 days**, but the new certificate will not activate until HAProxy is restarted, so you probably want to add an action for that in the *Actions list*. Click *+ Add* and set the following +The certificate is renewed by default every **60 days**, but the new certificate will not activate until HAProxy is restarted, so you probably want to add an action for that in the _Actions list_. Click _+ Add_ and set the following ![[publish-pfsense-acme_5.png]] @@ -77,13 +77,14 @@ The value in the **Command** field should be set to /usr/local/etc/rc.d/haproxy.sh restart ``` -Click on *Save*. +Click on _Save_. -The certificte configuration is now available. To Issue your first certificate, click on *Issue/Renew* and wait about a minute. If everything is setup properly, a new certificate should be successfully issued (see the log displayed at the top of the page). +The certificte configuration is now available. To Issue your first certificate, click on _Issue/Renew_ and wait about a minute. If everything is setup properly, a new certificate should be successfully issued (see the log displayed at the top of the page). The certificate is now available for use in pfSense and should automatically renew every **60 days**. ## HAProxy configuration + ### Frontends You will need atleast two frontends for HAProxy, but I recommend a setup of three. Two primary frontends, listening on ports 80 and 443, and a third one for providing the actual service(s). @@ -92,9 +93,9 @@ The HTTP Frontend (port 80) will be used for the certificate validation and redi #### HTTP Frontend -Open **Services -> HAProxy** and select **Frontend** -tab. Click *Add*. +Open **Services -> HAProxy** and select **Frontend** -tab. Click _Add_. -Choose a **Name** and **Description**, for example *HTTP_Default* and *HTTP frontend*. Make sure status is set to *Active*. +Choose a **Name** and **Description**, for example _HTTP_Default_ and _HTTP frontend_. Make sure status is set to _Active_. > **Name** cannot contain any white spaces and special character selection is limited @@ -102,7 +103,7 @@ The **External address** should be configured to use **Listen address** `WAN add ![[publish-pfsense-http-fe_1.png]] -Scroll down the page and set the following options for *Access control lists* +Scroll down the page and set the following options for _Access control lists_ | Name | Expression | Not | Value | | ----------------- | ----------------- | --- | ------------------------------ | @@ -111,9 +112,9 @@ Scroll down the page and set the following options for *Access control lists* ![[publish-pfsense-http-fe_2.png]] -The first ACL sets a condition indicating a request for ACME certificate validation and the second a flag indicating is SSL was enabled or not. +The first ACL sets a condition indicating a request for ACME certificate validation and the second a flag indicating is SSL was enabled or not. -Scroll a bit further and set the following actions +Scroll a bit further and set the following actions | Action | Parameters | Condition acl names Value | | -------------------------- | ------------------------------------- | ------------------------- | @@ -126,7 +127,7 @@ The first action is for Let's Encrypt's domain validation used in certificate is Other options can be left as is. -Click *Save* and apply the configuration changes on the next page +Click _Save_ and apply the configuration changes on the next page ![[publish-pfsense-http-fe_4.png]] @@ -134,9 +135,9 @@ Click *Save* and apply the configuration changes on the next page For HTTPS, we will configure two frontends. The first is the actual frontend where we define SSL certificates and do some simple hardening. -Open **Services -> HAProxy** and select **Frontend** -tab. Click *Add*. +Open **Services -> HAProxy** and select **Frontend** -tab. Click _Add_. -Choose a **Name** and **Description**, for example *HTTPS_Default* and *Generic SSL Frontend*. Make sure status is set to *Active*. +Choose a **Name** and **Description**, for example _HTTPS_Default_ and _Generic SSL Frontend_. Make sure status is set to _Active_. Set the **Listen address** to `WAN address`, **Port** to `443` and check **SSL Offloading**. I've also set the **Max connections** to `2048`. @@ -150,15 +151,15 @@ These will start rejecting connections from clients sending an excessive number The `host_is_lb` and `host_is_ip` are ACL's configured to match the name of the Firewall itself and any IP address, which I just want to have a separate actions for. The admin ui is not available through WAN interface by default, so this is not absolutely necessary, but I just like to always configure HAProxy to explicitly block these. -The last one enforces `SameSite=Lax` setting for *all* cookies set by any service behind this HAProxy instance. See [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite) for details. +The last one enforces `SameSite=Lax` setting for _all_ cookies set by any service behind this HAProxy instance. See [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite) for details. -In the *Advanced settings* I recommend you set the **httpclose** option to `http-server-close` +In the _Advanced settings_ I recommend you set the **httpclose** option to `http-server-close` ![[publish-pfsense-https-fe_3.png]] -Scroll down to *SSL Offloading* and choose the default certificate for HAProxy. If you only have the one certificate you just created, choose that. Otherwise, choose one of the available *server* certificates in the list or accept the default. +Scroll down to _SSL Offloading_ and choose the default certificate for HAProxy. If you only have the one certificate you just created, choose that. Otherwise, choose one of the available _server_ certificates in the list or accept the default. -In the *Additional certificates* choose all the other certificates you want to have available for HAProxy. Here is where you choose for example the certificate you created previously. If you only have the one certificate and you chose that as the default, *you do not need to separately include the certificate here*. +In the _Additional certificates_ choose all the other certificates you want to have available for HAProxy. Here is where you choose for example the certificate you created previously. If you only have the one certificate and you chose that as the default, _you do not need to separately include the certificate here_. ![[publish-pfsense-https-fe_4.png]] @@ -168,7 +169,7 @@ Set the **Advanced ssl options** to for example the following no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets ciphers ecdhe-ecdsa-aes128-gcm-sha256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 ``` -Click *Save* and apply the settings on the next page. +Click _Save_ and apply the settings on the next page. At this point, create the [[Obsidian publish and pfSense#Backend|backend]] for the Obsidian publish site. @@ -176,9 +177,9 @@ Once the backend is created, create one more Frontend for actually serving conte --- -Open **Services -> HAProxy** and select **Frontend** -tab. Click *Add*. +Open **Services -> HAProxy** and select **Frontend** -tab. Click _Add_. -Choose a name and description like with the first frontend, but for this one, select the *Share frontend* and choose previously created frontend as the primary frontend +Choose a name and description like with the first frontend, but for this one, select the _Share frontend_ and choose previously created frontend as the primary frontend ![[publish-pfsense-https-fe_5.png]] @@ -186,7 +187,7 @@ Create an ACL matching your hostname. For me this is `tkjt.dev` (this site) | Name | Expression | Not | Value | | --------------- | --------------- | --- | ---------- | -| `host_tkjt.dev` | Host ends with: | no | `tkjt.dev` | +| `host_tkjt.dev` | Host ends with: | no | `tkjt.dev` | ![[publish-pfsense-https-fe_6.png]] @@ -194,12 +195,11 @@ and add an action proxying traffic from [Obsidian Publish](https://publish.obsid | Action | Parameters | Condition acl names Value | | ------------- | --------------------------- | ------------------------- | -| `Use Backend` | backend: `Obsidian_Publish` | host_tkjt.dev | - +| `Use Backend` | backend: `Obsidian_Publish` | host_tkjt.dev | ![[publish-pfsense-https-fe_7.png]] -Click *Save* and apply the settings. +Click _Save_ and apply the settings. At this point the Backend should be available in the HAProxy status panel @@ -211,7 +211,7 @@ Notice that in my environment, two of the backends are marked as down. This is d ### Backend -Open **Services -> HAProxy** and select **Backend** -tab. Click *Add*. +Open **Services -> HAProxy** and select **Backend** -tab. Click _Add_. The backend for Obsidian publish can use the DNS name of `publish.obsidian.md`. This automatically adds all the ip addresses the hostname resolves to as backend servers and allows for automatic failover and load balancing. @@ -229,7 +229,7 @@ check-sni publish.obsidian.md sni str(publish.obsidian.md) resolve-prefer ipv4 is required for Obsidian Publish to be usable with HAProxy as it uses [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication). Without this, the backend is unable to do an SSL Handshake and the connection will not work. -In the *Access control lists and actions* section, you must configure **Actions** like below +In the _Access control lists and actions_ section, you must configure **Actions** like below | Action | Parameters | Condition acl names Value | | ------------------------- | ------------------------------------------------- | ------------------------- | @@ -248,7 +248,7 @@ Configure the health check like this I've set the health check interval to 30 seconds, which IMO should be just fine for this purpose. Could also be longer but 1 request every 30 seconds should not be considered as excessive by the backend service. -**Http check version** must be set to the following value +**Http check version** must be set to the following value ``` HTTP/1.1\r\nHost:\ publish.obsidian.md\r\nAccept:\ */* @@ -260,5 +260,4 @@ Enable HSTS and cookie protection [HSTS](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) enforces clients to always use a secure connection and require a valid certificate when communicating with a site and setting the secure attribute in cookies enforces them to be only ever sent over a secure connection, ie. HTTPS. -Click *Save* and apply the configuration changes. - +Click _Save_ and apply the configuration changes. diff --git a/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Plugin Developers.md b/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Plugin Developers.md new file mode 100755 index 000000000..4e2d95a6c --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Plugin Developers.md @@ -0,0 +1,32 @@ +--- +aliases: +- +tags: +- seedling +--- + +# Resources and Guides for Plugin Developers + +#placeholder/description + +- [Developers & API at Obsidian Forum](https://forum.obsidian.md/c/developers-api/14) + - [How to get started with developing a custom plugin](https://forum.obsidian.md/t/how-to-get-started-with-developing-a-custom-plugin/8157) + - [Using GitHub actions to release plugins](https://forum.obsidian.md/t/using-github-actions-to-release-plugins/7877) + - [Hot Reload](https://forum.obsidian.md/t/plugin-release-for-developers-hot-reload-the-plugin-s-youre-developing/12185) + - [Plugins mini FAQ](https://forum.obsidian.md/t/plugins-mini-faq/7737) + - [List of available icons](https://forum.obsidian.md/t/list-of-available-icons-for-component-seticon/16332/4) + - [Alpha Plugin List](https://forum.obsidian.md/t/meta-alpha-plugin-list-0-9-7/7736) +- [Obsidian at GitHub](https://github.com/obsidianmd) + - [Obsidian API](https://github.com/obsidianmd/obsidian-api) + - [Obsidian Sample Plugin](https://github.com/obsidianmd/obsidian-sample-plugin) +- [obsidian-tools:](https://github.com/obsidian-tools/obsidian-tools) an unofficial collection of tools that helps devs build plugins for obsidian. +- [obsidian-rust-plugin:](https://github.com/trashhalo/obsidian-rust-plugin) boilerplate needed to write obsidian plugins in rust! +- [obsidian-api-docs:](https://github.com/HEmile/obsidian-api-docs/blob/main/docs/00_Home.md) community-provided documentation of the Obsidian API. +- [obsidian-dev-tools:](https://github.com/KjellConnelly/obsidian-dev-tools) allows for a modified console (useful for debugging on mobile), and viewing all Obsidian icons/strings. +- [obsidian-daily-notes-interface:](https://github.com/liamcain/obsidian-daily-notes-interface) a collection of utility functions for working with dates and daily notes in Obsidian plugins. +- [obsidian-calendar-ui:](https://github.com/liamcain/obsidian-calendar-ui) provides an out-of-the-box calendar view for Obsidian plugins. +- [obsidian-plugin-template](https://github.com/THeK3nger/obsidian-plugin-template): a plugin template customized with a nicer directory structure and some additional tool (like featuring automatic releases with Github's Actions). +- [obsidian-vault-parser](https://github.com/coffee-cup/obsidian-vault-parser): vault parser for the Obsidian note taking app. +- [Liam Cain's Obsidian API FAQ](https://liamca.in/Obsidian/API+FAQ/index) +- [#obsidian-md at GitHub](https://github.com/topics/obsidian-md) +- [What tools and libraries are used in Obsidian?](https://konhi.me/obsidian-stack.html) \ No newline at end of file diff --git a/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Theme Designers.md b/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Theme Designers.md new file mode 100755 index 000000000..351f4ca86 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/Guides/Resources and Guides for Theme Designers.md @@ -0,0 +1,35 @@ +--- +aliases: + - +tags: + - seedling +--- + +# Resources and Guides for Theme Designers + +This note collects resources for beginner and expert theme designers. + +## FAQ + +- [[How to add your theme to the community theme store]] + +## Guides + +- [[How to Style Obsidian]] + +## Tools + +- [**Theme Dev Vault**](https://github.com/obsidian-community/theme-dev-vault) An obsidian vault to aid in theme development +- [**Transfonter**](https://transfonter.org/) Online `@font-face` generator for offline fonts +- [**Iconify Icon Sets**](https://icon-sets.iconify.design/) Website to search and find icons from multiple icon sets +- [**URL-encoder for SVG**](https://yoksel.github.io/url-encoder/) Encodes icon's svg code into useful `background-image` url +- [[css-obsidian-layout.png|Visual guide to primary Obsidian CSS Classes]] + +- [#custom-css at Obsidian Forum](https://forum.obsidian.md/tag/custom-css) + - [Getting comfortable with Obsidian CSS](https://forum.obsidian.md/t/getting-comfortable-with-obsidian-css/133) + - [Common Selectors for Custom CSS](https://forum.obsidian.md/t/common-selectors-for-custom-css/1984) + - [CSS Themes Showcase](https://forum.obsidian.md/t/meta-post-css-themes-showcase/76) +- [🎬 Create a Custom Theme in Obsidian](https://www.youtube.com/watch?v=lyaEnxgow4E) +- [ReggieNotes' about Obsidian CSS Themes](https://publish.obsidian.md/reggienotes/Quickstart+CSS+Guide/010+Obsidian+CSS+Themes) +- [obsidian-style-settings:](https://github.com/mgmeyers/obsidian-style-settings) allows snippet, theme, and plugin CSS files to define a set of configuration options. It then allows users to see all the tweakable settings in one settings pane. +- [[css-obsidian-layout.png|Visual guide to primary Obsidian CSS Classes]] diff --git a/09 - Digital Garden/09.02 - How To/Guides/Using GitHub actions to create releases for plugins.md b/04 - Guides, Workflows, & Courses/Guides/Using GitHub actions to create releases for plugins.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.02 - How To/Guides/Using GitHub actions to create releases for plugins.md rename to 04 - Guides, Workflows, & Courses/Guides/Using GitHub actions to create releases for plugins.md diff --git a/09 - Digital Garden/09.02 - How To/Guides/Using Pandoc inside Obsidian.md b/04 - Guides, Workflows, & Courses/Guides/Using Pandoc inside Obsidian.md old mode 100644 new mode 100755 similarity index 99% rename from 09 - Digital Garden/09.02 - How To/Guides/Using Pandoc inside Obsidian.md rename to 04 - Guides, Workflows, & Courses/Guides/Using Pandoc inside Obsidian.md index 93f8e6489..c7451efcd --- a/09 - Digital Garden/09.02 - How To/Guides/Using Pandoc inside Obsidian.md +++ b/04 - Guides, Workflows, & Courses/Guides/Using Pandoc inside Obsidian.md @@ -11,7 +11,7 @@ publish: true %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% -The markdown slides from my [[Obsidian Community Talks|community talk]] on [[YT - Using Pandoc inside Obsidian|using Pandoc inside Obsidian]]. +The markdown slides from my [[Obsidian Community Talks|community talk]] on [[YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents]]. You can convert these to a [[revealjs]] slideshow using pandoc. By [[SkepticMystic]] diff --git a/10 - Resources/Videos/YT - Intro to Dataview Plugin.md b/04 - Guides, Workflows, & Courses/Guides/YT - Intro to Dataview Plugin.md old mode 100644 new mode 100755 similarity index 78% rename from 10 - Resources/Videos/YT - Intro to Dataview Plugin.md rename to 04 - Guides, Workflows, & Courses/Guides/YT - Intro to Dataview Plugin.md index f6334b5c3..6fcab230c --- a/10 - Resources/Videos/YT - Intro to Dataview Plugin.md +++ b/04 - Guides, Workflows, & Courses/Guides/YT - Intro to Dataview Plugin.md @@ -5,9 +5,9 @@ tags: - seedling --- -# Intro to [[Dataview]] Plugin +# Intro to [[dataview|Dataview]] Plugin -By [[Obsidian Office Hours]] +A [[YouTube|YouTube Video]] hosted by the [[Obsidian Office Hours]] channel. %% Add one or two sentences describing the video and link it to at least one other note %% #placeholder/description diff --git a/10 - Resources/Videos/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md b/04 - Guides, Workflows, & Courses/Guides/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md old mode 100644 new mode 100755 similarity index 74% rename from 10 - Resources/Videos/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md rename to 04 - Guides, Workflows, & Courses/Guides/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md index 9c83dc57f..d08b5d60c --- a/10 - Resources/Videos/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md +++ b/04 - Guides, Workflows, & Courses/Guides/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples).md @@ -5,9 +5,9 @@ tags: - seedling --- -# [[Dataview]] Plugin: How To Use This Powerful Obsidian Plugin (With Examples) +# [[dataview|Dataview]] Plugin: How To Use This Powerful Obsidian Plugin (With Examples) -By [[Filipe Donadio]] +A [[YouTube|YouTube Video]] by [[Filipe Donadio]]. %% Add one or two sentences describing the video and link it to at least one other note %% #placeholder/description diff --git a/10 - Resources/Videos/YT - How to use QuickAdd.md b/04 - Guides, Workflows, & Courses/Guides/YT - How to use QuickAdd.md old mode 100644 new mode 100755 similarity index 79% rename from 10 - Resources/Videos/YT - How to use QuickAdd.md rename to 04 - Guides, Workflows, & Courses/Guides/YT - How to use QuickAdd.md index f4f740335..9efaad25f --- a/10 - Resources/Videos/YT - How to use QuickAdd.md +++ b/04 - Guides, Workflows, & Courses/Guides/YT - How to use QuickAdd.md @@ -5,9 +5,9 @@ tags: - seedling --- -# How to use [[QuickAdd]] for Obsidian - with examples +# How to use [[quickadd]] for Obsidian - with examples -By [[Christian B. B. Houmann]] +A [[YouTube|YouTube Video]] by [[Christian B. B. Houmann]]. %% Add one or two sentences describing the video and link it to at least one other note then remove the tag below %% #placeholder/description diff --git "a/04 - Guides, Workflows, & Courses/Guides/\360\237\227\202\357\270\217 Guides.md" "b/04 - Guides, Workflows, & Courses/Guides/\360\237\227\202\357\270\217 Guides.md" new file mode 100755 index 000000000..fea0c399c --- /dev/null +++ "b/04 - Guides, Workflows, & Courses/Guides/\360\237\227\202\357\270\217 Guides.md" @@ -0,0 +1,39 @@ +--- +aliases: +- +tags: +- MOC +--- + +# Guides + +#placeholder/description + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[An Introduction to Dataview|An Introduction to Dataview]] +- [[Controlling Obsidian via a Third-party App|Controlling Obsidian via a Third-party App]] +- [[Default Obsidian Theme Colors|Default Obsidian Theme Colors]] +- [[How to add content through GitHub|How to add content through GitHub]] +- [[How to add your plugin to the community plugin list|How to add your plugin to the community plugin list]] +- [[How to add your theme to the community theme store|How to add your theme to the community theme store]] +- [[How to get started developing plugins|How to get started developing plugins]] +- [[How to release a new version of your plugin|How to release a new version of your plugin]] +- [[How to Style Obsidian|How to Style Obsidian]] +- [[Obsidian publish and pfSense|Obsidian publish and pfSense]] +- [[Resources and Guides for Plugin Developers|Resources and Guides for Plugin Developers]] +- [[Resources and Guides for Theme Designers|Resources and Guides for Theme Designers]] +- [[Using GitHub actions to create releases for plugins|Using GitHub actions to create releases for plugins]] +- [[Using Pandoc inside Obsidian|Using Pandoc inside Obsidian]] +- [[YT - Intro to Dataview Plugin|YT - Intro to Dataview Plugin]] +- [[YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples)|YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples)]] +- [[YT - How to use QuickAdd|YT - How to use QuickAdd]] +%% Zoottelkeeper: End of the autogenerated index file list %% + +## Contributing + +1. Create a note under [[πŸ—‚οΈ 04 - Guides, Workflows, & Courses]] or one of it's subfolders +2. Apply the [[T - New Note]] template +3. Write to your heart's content! +4. [[How to add content through GitHub|Submit your changes to GitHub]] \ No newline at end of file diff --git a/04 - Guides, Workflows, & Courses/for Academic Writing.md b/04 - Guides, Workflows, & Courses/for Academic Writing.md new file mode 100644 index 000000000..8ba3306fb --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Academic Writing.md @@ -0,0 +1 @@ +# for Academic Writing diff --git a/04 - Guides, Workflows, & Courses/for Beginners.md b/04 - Guides, Workflows, & Courses/for Beginners.md new file mode 100755 index 000000000..375b1667d --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Beginners.md @@ -0,0 +1,17 @@ +--- +aliases: +- +tags: +- seedling +--- + +# for Beginners + +These guides will help you get started with [[Obsidian]] and related topics. + +![[2021.07.17#^594d70]] +- [**Sitepoint**: Obsidian Beginner Guide](https://www.sitepoint.com/obsidian-beginner-guide/) +- [[Obsidian Help]] +- [[Obsidian Garden]] +- [[YouTube]] +- [[Course for Getting Started with Obsidian]] \ No newline at end of file diff --git a/04 - Guides, Workflows, & Courses/for Creative Writing.md b/04 - Guides, Workflows, & Courses/for Creative Writing.md new file mode 100644 index 000000000..2368667f3 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Creative Writing.md @@ -0,0 +1 @@ +# for Creative Writing diff --git a/04 - Guides, Workflows, & Courses/for Plugin Developers.md b/04 - Guides, Workflows, & Courses/for Plugin Developers.md new file mode 100644 index 000000000..d071b9bb8 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Plugin Developers.md @@ -0,0 +1 @@ +# for Plugin Developers diff --git a/04 - Guides, Workflows, & Courses/for Power Users.md b/04 - Guides, Workflows, & Courses/for Power Users.md new file mode 100644 index 000000000..d3bc4d318 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Power Users.md @@ -0,0 +1 @@ +# for Power Users diff --git a/09 - Digital Garden/09.02 - How To/Workflows/Workflows.md b/04 - Guides, Workflows, & Courses/for Theme Designers.md old mode 100644 new mode 100755 similarity index 73% rename from 09 - Digital Garden/09.02 - How To/Workflows/Workflows.md rename to 04 - Guides, Workflows, & Courses/for Theme Designers.md index 325129f87..5c79ce515 --- a/09 - Digital Garden/09.02 - How To/Workflows/Workflows.md +++ b/04 - Guides, Workflows, & Courses/for Theme Designers.md @@ -5,14 +5,12 @@ tags: - MOC --- -# Workflows +# for Theme Designers #placeholder/description ## MOC %% Zoottelkeeper: Beginning of the autogenerated index file list %% - +- [[How to Style Obsidian|How to Style Obsidian]] %% Zoottelkeeper: End of the autogenerated index file list %% - -![[09.02 - How To#Contributing]] \ No newline at end of file diff --git a/04 - Guides, Workflows, & Courses/for Using Obsidian on Mobile.md b/04 - Guides, Workflows, & Courses/for Using Obsidian on Mobile.md new file mode 100644 index 000000000..11f24c495 --- /dev/null +++ b/04 - Guides, Workflows, & Courses/for Using Obsidian on Mobile.md @@ -0,0 +1 @@ +# for Using Obsidian on Mobile diff --git "a/04 - Guides, Workflows, & Courses/\360\237\227\202\357\270\217 04 - Guides, Workflows, & Courses.md" "b/04 - Guides, Workflows, & Courses/\360\237\227\202\357\270\217 04 - Guides, Workflows, & Courses.md" new file mode 100755 index 000000000..7b286137e --- /dev/null +++ "b/04 - Guides, Workflows, & Courses/\360\237\227\202\357\270\217 04 - Guides, Workflows, & Courses.md" @@ -0,0 +1,24 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 05 - Guides, Workflows, & Courses + +Here you can find [[πŸ—‚οΈ Guides|various guides, written or in video form]] how to accomplish various tasks. There are guides every interest +- [[for Beginners]] +- [[for Power Users]] +- [[for Creative Writing]] +- [[for Academic Writing]] +- [[for Plugin Developers]] +- [[for Theme Designers]] +- or [[for Using Obsidian on Mobile]] + +If you want more guided introductions on how to work with Obsidian, you can also check out the various [[πŸ—‚οΈ Courses]] offered by Community members. + +Are you rather looking for examples to get inspired? Then you might want to check out [[πŸ—‚οΈ 03 - Showcases & Templates|the examples and showcases]] instead. + +Do you already have a good idea of your workflow, but are missing the tools to implement it? Then you might want to check out the [[πŸ—‚οΈ 02 - Community Expansions]], which includes Plugins, Themes, Snippets and other tools. \ No newline at end of file diff --git a/05 - CSS snippets/05 - CSS snippets.md b/05 - CSS snippets/05 - CSS snippets.md deleted file mode 100644 index cc21fe4ba..000000000 --- a/05 - CSS snippets/05 - CSS snippets.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 05 - CSS snippets - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[05 - CSS snippets/All Alternate Themes (ITS Theme)|All Alternate Themes (ITS Theme)]] -- [[05 - CSS snippets/Alternate Admonitions (SlRvb)|Alternate Admonitions (SlRvb)]] -- [[05 - CSS snippets/Alternate Checkboxes (SlRvb)|Alternate Checkboxes (SlRvb)]] -- [[05 - CSS snippets/Asides (SlRvb)|Asides (SlRvb)]] -- [[05 - CSS snippets/Embed Adjustments|Embed Adjustments]] -- [[05 - CSS snippets/Folder Styles (SlRvb)|Folder Styles (SlRvb)]] -- [[05 - CSS snippets/Image Adjustments|Image Adjustments]] -- [[05 - CSS snippets/Kanban (SlRvb)|Kanban (SlRvb)]] -%% Zoottelkeeper: End of the autogenerated index file list %% - - -## Contributing - -### CSS Snippet on GitHub or as a Gist (recommended) - -1. Create a note in the [[05 - CSS snippets]] folder -2. Use the [[T - GitHub Repository]] template -3. [[How to add content through GitHub|Submit your changes to GitHub]] - -### CSS Snippet note - -If you prefer to add your snippet as a note instead, follow these steps: - -1. Create a note in the [[05 - CSS snippets]] folder -2. Use the [[T - CSS Snippet]] template and fill out all the placeholders -3. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/10 - Resources/A Brief History and Ethos of the Digital Garden.md b/05 - Concepts/A Brief History and Ethos of the Digital Garden.md old mode 100644 new mode 100755 similarity index 100% rename from 10 - Resources/A Brief History and Ethos of the Digital Garden.md rename to 05 - Concepts/A Brief History and Ethos of the Digital Garden.md diff --git a/09 - Digital Garden/09.01 - Topics/Digital garden.md b/05 - Concepts/Digital garden.md old mode 100644 new mode 100755 similarity index 84% rename from 09 - Digital Garden/09.01 - Topics/Digital garden.md rename to 05 - Concepts/Digital garden.md index 3b8027f6d..e1558c3f1 --- a/09 - Digital Garden/09.01 - Topics/Digital garden.md +++ b/05 - Concepts/Digital garden.md @@ -14,7 +14,7 @@ We borrow the definition of a digital garden from [[A Brief History and Ethos of ![[A Brief History and Ethos of the Digital Garden#^883251]] -In the Obsidian Discord, it's common to find extensions of this metaphore with concepts like the [[08 - Seedbox|seedbox]] or [[Tag glossary|tags]] like the ones we use in this vault +In the Obsidian Discord, it's common to find extensions of this metaphore with concepts like the [[Seedbox|seedbox]] or [[Tag glossary|tags]] like the ones we use in this vault ## Contributing diff --git a/09 - Digital Garden/09.01 - Topics/Beginner guides.md b/05 - Concepts/HTML.md old mode 100644 new mode 100755 similarity index 89% rename from 09 - Digital Garden/09.01 - Topics/Beginner guides.md rename to 05 - Concepts/HTML.md index b9aeb2cc4..e6a865f6c --- a/09 - Digital Garden/09.01 - Topics/Beginner guides.md +++ b/05 - Concepts/HTML.md @@ -3,9 +3,10 @@ aliases: - tags: - seedling +publish: true --- -# Beginner guides +# HTML %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% diff --git a/05 - Concepts/Knowledge Management System.md b/05 - Concepts/Knowledge Management System.md new file mode 100755 index 000000000..842dfd4c5 --- /dev/null +++ b/05 - Concepts/Knowledge Management System.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Knowledge Management System + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/LaTeX.md b/05 - Concepts/LaTeX.md new file mode 100755 index 000000000..99ce4d0b3 --- /dev/null +++ b/05 - Concepts/LaTeX.md @@ -0,0 +1,16 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# LaTeX + +Official website: #placeholder/link +Documentation: #placeholder/link + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/05 - Concepts/Maps of Content (MOC).md b/05 - Concepts/Maps of Content (MOC).md new file mode 100755 index 000000000..70c9eaa33 --- /dev/null +++ b/05 - Concepts/Maps of Content (MOC).md @@ -0,0 +1,14 @@ +--- +aliases: +- MOC +- MOCs +tags: +- seedling +publish: true +--- + +# Maps of Content (MOC) + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/Markdown.md b/05 - Concepts/Markdown.md new file mode 100755 index 000000000..036984389 --- /dev/null +++ b/05 - Concepts/Markdown.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Markdown + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/Mermaid.md b/05 - Concepts/Mermaid.md new file mode 100755 index 000000000..f48d58738 --- /dev/null +++ b/05 - Concepts/Mermaid.md @@ -0,0 +1,18 @@ +--- +aliases: + - +tags: + - seedling +publish: true +--- + +# Mermaid + +Official website: #placeholder/link +Documentation: #placeholder/link +Cost: #placeholder/tool +Available for: #placeholder/tool %% Uncomment this and remove those that don't apply: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]], [[Android Apps|Android]], [[iOS Apps|iOS]], [[iPadOS Apps]] %% + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[πŸ—‚οΈ 02.03 CSS Snippets by Category]] and any other relevat notes in this vault. %% + +#placeholder/description diff --git a/05 - Concepts/Obsidian Help.md b/05 - Concepts/Obsidian Help.md new file mode 100644 index 000000000..7e87eed60 --- /dev/null +++ b/05 - Concepts/Obsidian Help.md @@ -0,0 +1,15 @@ +--- +aliases: +- Obsidian Docs +tags: +- seedling +publish: true +--- + +# Obsidian Help + +Link: https://help.obsidian.md +Author: [Obsidian Help Contributors](https://github.com/obsidianmd/obsidian-docs/graphs/contributors) +Tool: [[Obsidian Publish]] + +An open-source documentation for [[Obsidian]] available in several languages, often updated, created with help of the community. diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Publish.md b/05 - Concepts/Obsidian Publish.md similarity index 95% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Publish.md rename to 05 - Concepts/Obsidian Publish.md index e340a5114..608471707 100644 --- a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Publish.md +++ b/05 - Concepts/Obsidian Publish.md @@ -1,6 +1,6 @@ --- aliases: -- +- Publish tags: - seedling publish: true diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Sync.md b/05 - Concepts/Obsidian Sync.md similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Sync.md rename to 05 - Concepts/Obsidian Sync.md diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community plugins.md b/05 - Concepts/Obsidian community plugins.md similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community plugins.md rename to 05 - Concepts/Obsidian community plugins.md diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community themes.md b/05 - Concepts/Obsidian community themes.md similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community themes.md rename to 05 - Concepts/Obsidian community themes.md diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian core plugins.md b/05 - Concepts/Obsidian core plugins.md similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian core plugins.md rename to 05 - Concepts/Obsidian core plugins.md diff --git a/05 - Concepts/Obsidian queries.md b/05 - Concepts/Obsidian queries.md new file mode 100644 index 000000000..478a23ac4 --- /dev/null +++ b/05 - Concepts/Obsidian queries.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian queries + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/Obsidian.md b/05 - Concepts/Obsidian.md new file mode 100755 index 000000000..c1fa48bd1 --- /dev/null +++ b/05 - Concepts/Obsidian.md @@ -0,0 +1,17 @@ +--- +aliases: +- +tags: +- MOC +--- + +# Obsidian + +#placeholder/description + +## About Obsidian +- [**Obsidian.md:** about Obsidian](https://obsidian.md/about) +- [**Slant:** reviews, pros & cons of Obsidian](https://www.slant.co/options/37045/~obsidian-md-review) +- [**Markdown Guide:** Obsidian](https://www.markdownguide.org/tools/obsidian/) +- [**Trello:** Obsidian Roadmap](https://trello.com/b/Psqfqp7I/obsidian-roadmap) + diff --git a/05 - Concepts/PARA.md b/05 - Concepts/PARA.md new file mode 100755 index 000000000..ff0befc18 --- /dev/null +++ b/05 - Concepts/PARA.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# PARA + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/Publish sites.md b/05 - Concepts/Publish sites.md old mode 100644 new mode 100755 similarity index 79% rename from 09 - Digital Garden/09.01 - Topics/Publish sites.md rename to 05 - Concepts/Publish sites.md index c103246af..fd19c9d54 --- a/09 - Digital Garden/09.01 - Topics/Publish sites.md +++ b/05 - Concepts/Publish sites.md @@ -5,7 +5,7 @@ tags: - seedling --- -# Publish sites +# [[Obsidian Publish|Publish]] sites %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% @@ -13,6 +13,6 @@ tags: ## Contributing -1. Create a new note under [[10.02 - Publish sites]] +1. Create a new note under [[πŸ—‚οΈ Publish Sites]] 2. Apply the [[T - Publish site]] template and fill out the placeholders 3. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/05 - Concepts/SCSS.md b/05 - Concepts/SCSS.md new file mode 100755 index 000000000..fbefcd0f9 --- /dev/null +++ b/05 - Concepts/SCSS.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# SCSS + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/Spaced repetition.md b/05 - Concepts/Spaced repetition.md new file mode 100755 index 000000000..e31449db7 --- /dev/null +++ b/05 - Concepts/Spaced repetition.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Spaced repetition + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/09 - Digital Garden/09.01 - Topics/Websites.md b/05 - Concepts/Websites.md old mode 100644 new mode 100755 similarity index 100% rename from 09 - Digital Garden/09.01 - Topics/Websites.md rename to 05 - Concepts/Websites.md diff --git a/05 - Concepts/YAML frontmatter.md b/05 - Concepts/YAML frontmatter.md new file mode 100755 index 000000000..418380010 --- /dev/null +++ b/05 - Concepts/YAML frontmatter.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# YAML frontmatter + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/05 - Concepts/Zettelkasten.md b/05 - Concepts/Zettelkasten.md new file mode 100644 index 000000000..90219fef0 --- /dev/null +++ b/05 - Concepts/Zettelkasten.md @@ -0,0 +1 @@ +# Zettelkasten diff --git "a/05 - Concepts/\360\237\227\202\357\270\217 05 - Concepts.md" "b/05 - Concepts/\360\237\227\202\357\270\217 05 - Concepts.md" new file mode 100755 index 000000000..f40d8f7e2 --- /dev/null +++ "b/05 - Concepts/\360\237\227\202\357\270\217 05 - Concepts.md" @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 06 - Concepts + +Confused by all the technical lingo like [[YAML frontmatter|YAML]], [[Markdown|Markdown]], [[SCSS]], or [[LaTeX|LaTeX]]? Or feel overwhelmed by all the different "schools" and techniques of Personal Knowledge Management like [[Spaced repetition]], [[PARA]], or [[Digital garden]]? + +Then this is the right folder for you. Here, the various technical and knowledge-management-related concepts are briefly explained. Think of this folder as some sort of small Wikipedia for all the terms that you frequently encounter. diff --git a/06 - Inbox/Buy Me a Coffee.md b/06 - Inbox/Buy Me a Coffee.md new file mode 100755 index 000000000..527798024 --- /dev/null +++ b/06 - Inbox/Buy Me a Coffee.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Buy Me a Coffee + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/ClubMacStories.md b/06 - Inbox/ClubMacStories.md new file mode 100755 index 000000000..cc2267954 --- /dev/null +++ b/06 - Inbox/ClubMacStories.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# ClubMacStories + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Customer Relationship Management.md b/06 - Inbox/Customer Relationship Management.md new file mode 100755 index 000000000..440102c55 --- /dev/null +++ b/06 - Inbox/Customer Relationship Management.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Customer Relationship Management + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/GitHub sponsor.md b/06 - Inbox/GitHub sponsor.md new file mode 100755 index 000000000..7691f23bd --- /dev/null +++ b/06 - Inbox/GitHub sponsor.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# GitHub sponsors + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/HAProxy.md b/06 - Inbox/HAProxy.md new file mode 100755 index 000000000..9efe6ce17 --- /dev/null +++ b/06 - Inbox/HAProxy.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# HAProxy + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/LYT House.md b/06 - Inbox/LYT House.md new file mode 100755 index 000000000..e14300bee --- /dev/null +++ b/06 - Inbox/LYT House.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# LYT House + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Let's Encrypt.md b/06 - Inbox/Let's Encrypt.md new file mode 100755 index 000000000..56f23e18b --- /dev/null +++ b/06 - Inbox/Let's Encrypt.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Let's Encrypt + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Nomic.md b/06 - Inbox/Nomic.md new file mode 100755 index 000000000..e6194460d --- /dev/null +++ b/06 - Inbox/Nomic.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Nomic + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Obsidian CSS.md b/06 - Inbox/Obsidian CSS.md new file mode 100755 index 000000000..b2924750b --- /dev/null +++ b/06 - Inbox/Obsidian CSS.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian CSS + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Obsidian Flight School.md b/06 - Inbox/Obsidian Flight School.md new file mode 100755 index 000000000..576b20f26 --- /dev/null +++ b/06 - Inbox/Obsidian Flight School.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Obsidian Flight School + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Productivity Guru.md b/06 - Inbox/Productivity Guru.md new file mode 100755 index 000000000..cbcb5b178 --- /dev/null +++ b/06 - Inbox/Productivity Guru.md @@ -0,0 +1,19 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Productivity Guru + +%% Match the title with the channel's title %% + +%% Add the link (replacing #placeholder/link below) and then remove this comment%% +Link: [YouTube](placeholder/link) + +Hosted by #placeholder/author. + +%% Add a few sentences of what sort of videos they produce, feel free to link to other notes (e.g. after creating a note for a YouTube video you liked) %% +#placeholder/description diff --git a/06 - Inbox/Santi Younger.md b/06 - Inbox/Santi Younger.md new file mode 100755 index 000000000..e6f49c7ad --- /dev/null +++ b/06 - Inbox/Santi Younger.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# Santi Younger + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/06 - Inbox/Seedbox.md b/06 - Inbox/Seedbox.md new file mode 100755 index 000000000..d0fdf70fc --- /dev/null +++ b/06 - Inbox/Seedbox.md @@ -0,0 +1,22 @@ +--- +aliases: +- seedbox +tags: +- MOC +--- + +# 08 - Seedbox + +Based on the [[Digital garden]] analogy, [this post](https://forum.obsidian.md/t/what-a-seedbox-is-and-why-it-has-been-valuable-to-me/) on the Obsidian forum introduced the concept of a seedbox: + +> It’s an inbox with a nicer name and some methodology around it. +> ... +> In this metaphor, β€œseeds” are captured ideas. When you put a seed into your seedbox, you are β€œplanting” it, in the hopes that it will grow into an Understanding. The thing is, when you plant a seed, you don’t really know what kind of plant it might grow up to be. + +In short, our seedbox holds notes that were "planted" by a contributor who added some initial content, but might need a bit more time before they are "complete" (when the notes are linked, filled out, and/or filed in a suitable folder). + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% + +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/06 - Inbox/SkillShare.md b/06 - Inbox/SkillShare.md new file mode 100755 index 000000000..df1b1cf1a --- /dev/null +++ b/06 - Inbox/SkillShare.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# SkillShare + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git a/08 - Seedbox/Yet Another Free Publish Alternative.md b/06 - Inbox/Yet Another Free Publish Alternative.md old mode 100644 new mode 100755 similarity index 98% rename from 08 - Seedbox/Yet Another Free Publish Alternative.md rename to 06 - Inbox/Yet Another Free Publish Alternative.md index 6e0aa5d9b..5ea780cb5 --- a/08 - Seedbox/Yet Another Free Publish Alternative.md +++ b/06 - Inbox/Yet Another Free Publish Alternative.md @@ -9,7 +9,7 @@ tags: publish: true --- -# YET ANOTHER FREE PUBLISH ALTERNATIVE +# Yet Another Free Publish Alternative Official website: - [Template Website](https://master--owlly-house.netlify.app/notes/) diff --git a/06 - Inbox/pfSense.md b/06 - Inbox/pfSense.md new file mode 100755 index 000000000..8933fd605 --- /dev/null +++ b/06 - Inbox/pfSense.md @@ -0,0 +1,13 @@ +--- +aliases: +- +tags: +- seedling +publish: true +--- + +# pfSense + +%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% + +#placeholder/description diff --git "a/06 - Inbox/\360\237\227\202\357\270\217 06 - Inbox.md" "b/06 - Inbox/\360\237\227\202\357\270\217 06 - Inbox.md" new file mode 100755 index 000000000..b6fc1ef00 --- /dev/null +++ "b/06 - Inbox/\360\237\227\202\357\270\217 06 - Inbox.md" @@ -0,0 +1,41 @@ +--- +aliases: +- +tags: +- MOC +publish: true +--- + +# πŸ—‚οΈ 07 - Inbox + +In this folder are all new things which haven't been properly sorted into the Obsidian Hub yet. + +## MOC + +%% Zoottelkeeper: Beginning of the autogenerated index file list %% +- [[Seedbox|08 - Seedbox]] +- [[A Brief History and Ethos of the Digital Garden|A Brief History and Ethos of the Digital Garden]] +- [[Bryan Jenks|Bryan Jenks]] +- [[Buy Me a Coffee|Buy Me a Coffee]] +- [[ClubMacStories|ClubMacStories]] +- [[Customer Relationship Management|Customer Relationship Management]] +- [[Effective Remote Work|Effective Remote Work]] +- [[GitHub sponsor|GitHub sponsor]] +- [[HAProxy|HAProxy]] +- [[HTML|HTML]] +- [[Knowledge Management System|Knowledge Management System]] +- [[Let's Encrypt|Let's Encrypt]] +- [[LYT House|LYT House]] +- [[Nomic|Nomic]] +- [[Obsidian CSS|Obsidian CSS]] +- [[Obsidian Flight School|Obsidian Flight School]] +- [[Obsidian Themes|Obsidian Themes]] +- [[PARA|PARA]] +- [[pfSense|pfSense]] +- [[Productivity Guru|Productivity Guru]] +- [[Santi Younger|Santi Younger]] +- [[SCSS|SCSS]] +- [[SkillShare|SkillShare]] +- [[YAML frontmatter|YAML frontmatter]] +- [[Yet Another Free Publish Alternative|Yet Another Free Publish Alternative]] +%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/06 - Note and vault examples/06 - Note and vault examples.md b/06 - Note and vault examples/06 - Note and vault examples.md deleted file mode 100644 index dcb81a9dc..000000000 --- a/06 - Note and vault examples/06 - Note and vault examples.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 06 - Note and vault examples - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[06 - Note and vault examples/06.01 - Note examples/06.01 - Note examples|06.01 - Note examples]] -- [[06 - Note and vault examples/06.02 - Vault examples/06.02 - Vault examples|06.02 - Vault examples]] -%% Zoottelkeeper: End of the autogenerated index file list %% - -## Contributing - -- Please read [[06.01 - Note examples]] if you want to contribute a screenshot of one of your notes. -- For screenshots of your folder structure, starter vaults or kits, please read [[06.02 - Vault examples]]. \ No newline at end of file diff --git a/08 - Seedbox/08 - Seedbox.md b/08 - Seedbox/08 - Seedbox.md deleted file mode 100644 index 3f298ce00..000000000 --- a/08 - Seedbox/08 - Seedbox.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -aliases: -- seedbox -tags: -- MOC ---- - -# Seedbox - -Based on the [[Digital garden]] analogy, [this post](https://forum.obsidian.md/t/what-a-seedbox-is-and-why-it-has-been-valuable-to-me/) on the Obsidian forum introduced the concept of a seedbox: - -> It’s an inbox with a nicer name and some methodology around it. -> ... -> In this metaphor, β€œseeds” are captured ideas. When you put a seed into your seedbox, you are β€œplanting” it, in the hopes that it will grow into an Understanding. The thing is, when you plant a seed, you don’t really know what kind of plant it might grow up to be. - -In short, our seedbox holds notes that were "planted" by a contributor who added some initial content, but might need a bit more time before they are "complete" (when the notes are linked, filled out, and/or filed in a suitable folder). - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[08 - Seedbox/Breadcrumbs Showcase|Breadcrumbs Showcase]] -- [[08 - Seedbox/CSS 101 - Community Talk|CSS 101 - Community Talk]] -- [[08 - Seedbox/Customizable workspaces|Customizable workspaces]] -- [[08 - Seedbox/Deep Learning on Networks|Deep Learning on Networks]] -- [[08 - Seedbox/How to create your own Obsidian plugin|How to create your own Obsidian plugin]] -- [[08 - Seedbox/Image Adjustment Snippets - ITS Theme|Image Adjustment Snippets - ITS Theme]] -- [[08 - Seedbox/Introduction to Buttons|Introduction to Buttons]] -- [[08 - Seedbox/Journaling Showcase|Journaling Showcase]] -- [[08 - Seedbox/Knowledge Organization, Cataloguing and Classification in Obsidian|Knowledge Organization, Cataloguing and Classification in Obsidian]] -- [[08 - Seedbox/Metadata Group Discussion|Metadata Group Discussion]] -- [[08 - Seedbox/Obsidian 101|Obsidian 101]] -- [[08 - Seedbox/Obsidian and TTPRG|Obsidian and TTPRG]] -- [[08 - Seedbox/Project management for fiction writing|Project management for fiction writing]] -- [[08 - Seedbox/Spaced repetition - An Introduction|Spaced repetition - An Introduction]] -- [[08 - Seedbox/What your vault knows|What your vault knows]] -- [[08 - Seedbox/Zotero 101|Zotero 101]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/08 - Seedbox/Journaling Showcase.md b/08 - Seedbox/Journaling Showcase.md deleted file mode 100644 index f26a84d2b..000000000 --- a/08 - Seedbox/Journaling Showcase.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -aliases: -- -tags: -- seedling -publish: true ---- - -# Journaling Showcase - -By [[SlRvb]] - -%% Add one or two sentences describing the video and link it to at least one other note %% -[[SlRvb]] gives us a tour of their journaling setup, featuring the [[ITS Theme]] and [[quickadd|QuickAdd]]. - -You can see the post version of this talk on [this forum post](https://forum.obsidian.md/t/slrvbs-journaling-setup/). - -%% In the tag below, plase fill out the #placeholder/link and then remove this comment%% -%% - -%% - - -Video coming soon! \ No newline at end of file diff --git a/08 - Seedbox/Metadata Group Discussion.md b/08 - Seedbox/Metadata Group Discussion.md deleted file mode 100644 index b48041e91..000000000 --- a/08 - Seedbox/Metadata Group Discussion.md +++ /dev/null @@ -1 +0,0 @@ -[[YAML frontmatter]] \ No newline at end of file diff --git a/08 - Seedbox/Project management for fiction writing.md b/08 - Seedbox/Project management for fiction writing.md deleted file mode 100644 index 3556c3fb3..000000000 --- a/08 - Seedbox/Project management for fiction writing.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -aliases: -- -tags: -- seedling -publish: true ---- - -# Project management for fiction writing - -[[eleanorkonik]] discussese a comprehensive project management workflow for fiction writing: using folders, dataview, and tags. From ideation to completion, submitting to markets, tracking market preferences, branding work, and ancillary avenues for outreach like newsletters and tweets. - -%% In the tag below, plase fill out the #placeholder/link and then remove this comment%% - -%% - -%% - -Video coming soon! \ No newline at end of file diff --git a/09 - Digital Garden/09 - Digital Garden.md b/09 - Digital Garden/09 - Digital Garden.md deleted file mode 100644 index 72e01c8e2..000000000 --- a/09 - Digital Garden/09 - Digital Garden.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -aliases: -- Community Vault Digital Garden -tags: -- MOC ---- - -# 09 - Digital Garden - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.01 - Topics/09.01 - Topics|09.01 - Topics]] -- [[09 - Digital Garden/09.02 - How To/09.02 - How To|09.02 - How To]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/09.03 - Obsidian roundup|09.03 - Obsidian roundup]] -- [[09 - Digital Garden/T - Getting Started with Obsidian|T - Getting Started with Obsidian]] -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/09 - Digital Garden/09.01 - Topics/09.01 - Topics.md b/09 - Digital Garden/09.01 - Topics/09.01 - Topics.md deleted file mode 100644 index 7a0d64d6c..000000000 --- a/09 - Digital Garden/09.01 - Topics/09.01 - Topics.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 09.01 - Topics - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian|Obsidian]] -- [[09 - Digital Garden/09.01 - Topics/Ancilliary tools|Ancilliary tools]] -- [[09 - Digital Garden/09.01 - Topics/Android Apps|Android Apps]] -- [[09 - Digital Garden/09.01 - Topics/Beginner guides|Beginner guides]] -- [[09 - Digital Garden/09.01 - Topics/Digital garden|Digital garden]] -- [[09 - Digital Garden/09.01 - Topics/Graph view applications|Graph view applications]] -- [[09 - Digital Garden/09.01 - Topics/Linux Tools|Linux Tools]] -- [[09 - Digital Garden/09.01 - Topics/MacOS Tools|MacOS Tools]] -- [[09 - Digital Garden/09.01 - Topics/Publish sites|Publish sites]] -- [[09 - Digital Garden/09.01 - Topics/Resources and Guides for Plugin Developers|Resources and Guides for Plugin Developers]] -- [[09 - Digital Garden/09.01 - Topics/Resources and Guides for Theme Designers|Resources and Guides for Theme Designers]] -- [[09 - Digital Garden/09.01 - Topics/Websites|Websites]] -- [[09 - Digital Garden/09.01 - Topics/Windows Tools|Windows Tools]] -- [[09 - Digital Garden/09.01 - Topics/YouTube|YouTube]] -- [[09 - Digital Garden/09.01 - Topics/iOS Apps|iOS Apps]] -- [[09 - Digital Garden/09.01 - Topics/iPadOS Apps|iPadOS Apps]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/09 - Digital Garden/09.01 - Topics/Ancilliary tools.md b/09 - Digital Garden/09.01 - Topics/Ancilliary tools.md deleted file mode 100644 index 4e0bb3be3..000000000 --- a/09 - Digital Garden/09.01 - Topics/Ancilliary tools.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -aliases: -- -tags: -- seedling -publish: true ---- - -# Ancilliary tools - -%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% - -#placeholder/description - -## Contributing - -Adding tools that are useful in combination with Obsidian is done in two parts. The basic information of the tool itself is listed here, for longer posts explaining describe how you use this tool check [[09.02 - How To]]. - -1. Create a new note under [[10 - Resources]] -2. Apply the [[T - Ancilliary tools]] template -3. Fill out the placeholders -4. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian.md b/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian.md deleted file mode 100644 index 73c2617f6..000000000 --- a/09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Obsidian - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Publish|Obsidian Publish]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian Sync|Obsidian Sync]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community plugins|Obsidian community plugins]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian community themes|Obsidian community themes]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Obsidian core plugins|Obsidian core plugins]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Dark-mode themes|Dark-mode themes]] -- [[09 - Digital Garden/09.01 - Topics/Obsidian/Light-mode themes|Light-mode themes]] -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/09 - Digital Garden/09.01 - Topics/Resources and Guides for Plugin Developers.md b/09 - Digital Garden/09.01 - Topics/Resources and Guides for Plugin Developers.md deleted file mode 100644 index 785b7113e..000000000 --- a/09 - Digital Garden/09.01 - Topics/Resources and Guides for Plugin Developers.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -aliases: -- -tags: -- seedling ---- - -# Resources and Guides for Plugin Developers - -This note collects resources for beginner and expert plugin developers. - -## Official resources - -- [Obsidian API](https://github.com/obsidianmd/obsidian-api) -- [Obsidian Sample Plugin](https://github.com/obsidianmd/obsidian-sample-plugin) -- [Developers & API topics - Obsidian Forum](https://forum.obsidian.md/c/developers-api/14) - -### FAQ - -- [[How to get started developing plugins]] -- [[How to release a new version of your plugin]] -- [[How to add your plugin to the community plugin list]] - -## Guides and unofficial docs - -- [Marcus Olsson's (unofficial but excellent) documentation and guides](https://marcus.se.net/obsidian-plugin-docs/) by [[marcusolsson]] -- [Unofficial API docs](https://liamca.in/Obsidian/API+FAQ/index) by [[liamcain]] -- [How to create your own Obsidian Plugin](https://phibr0.medium.com/how-to-create-your-own-obsidian-plugin-53f2d5d44046) by [[phibr0]] -- [[Create Your Own Obsidian Plugin - How To Get Started]] -- [[Using GitHub actions to create releases for plugins]] -- [Plugins mini FAQ - Obsidian Forum](https://forum.obsidian.md/t/plugins-mini-faq/7737) - -### Tools - -- [obsidian-tools: An unofficial collection of tools that helps you build plugins for obsidian.md](https://github.com/obsidian-tools/obsidian-tools) -- [KjellConnelly/obsidian-dev-tools: A plugin for plugin developers.](https://github.com/KjellConnelly/obsidian-dev-tools) - -### Starter Templates - -- [obsidian-community/obsidian-react-starter: A starter template for using creating Obsidian plugins in ReactJS](https://github.com/obsidian-community/obsidian-react-starter) -- [obsidian-community/obsidian-preact-template: A starter template for using creating Obsidian plugins in PreactJS](https://github.com/obsidian-community/obsidian-preact-template) diff --git a/09 - Digital Garden/09.01 - Topics/Resources and Guides for Theme Designers.md b/09 - Digital Garden/09.01 - Topics/Resources and Guides for Theme Designers.md deleted file mode 100644 index e4ed4e0a0..000000000 --- a/09 - Digital Garden/09.01 - Topics/Resources and Guides for Theme Designers.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -aliases: -- -tags: -- seedling ---- - -# Resources and Guides for Theme Designers - -This note collects resources for beginner and expert theme designers. - -## FAQ - -- [[How to add your theme to the community theme store]] - -## Guides - -- [[How to Style Obsidian]] - -## Tools - -- [**Theme Dev Vault**](https://github.com/obsidian-community/theme-dev-vault) An obsidian vault to aid in theme development -- [**Transfonter**](https://transfonter.org/) Online `@font-face` generator for offline fonts -- [**Iconify Icon Sets**](https://icon-sets.iconify.design/) Website to search and find icons from multiple icon sets -- [**URL-encoder for SVG**](https://yoksel.github.io/url-encoder/) Encodes icon's svg code into useful `background-image` url -- [[css-obsidian-layout.png|Visual guide to primary Obsidian CSS Classes]] diff --git a/09 - Digital Garden/09.01 - Topics/YouTube.md b/09 - Digital Garden/09.01 - Topics/YouTube.md deleted file mode 100644 index 2d0f29efb..000000000 --- a/09 - Digital Garden/09.01 - Topics/YouTube.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -aliases: -- YouTube Videos, Channels and Playlists -- YouTube Video -- Youtube Channel -- YouTube Playlist -tags: -- seedling -publish: true ---- - -# YouTube Videos, Channels and Playlists - -%% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. %% - -#placeholder/description diff --git a/09 - Digital Garden/09.02 - How To/09.02 - How To.md b/09 - Digital Garden/09.02 - How To/09.02 - How To.md deleted file mode 100644 index 9ac184b29..000000000 --- a/09 - Digital Garden/09.02 - How To/09.02 - How To.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 09.02 - How To - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.02 - How To/Guides/Guides|Guides]] -- [[09 - Digital Garden/09.02 - How To/Plugin Tips and Tricks/Plugin Tips and Tricks|Plugin Tips and Tricks]] -- [[09 - Digital Garden/09.02 - How To/Publishing/Publishing|Publishing]] -- [[09 - Digital Garden/09.02 - How To/Workflows/Workflows|Workflows]] -%% Zoottelkeeper: End of the autogenerated index file list %% - -## Contributing - -1. Create a note under [[09.02 - How To]] or one of it's subfolders -2. Apply the [[T - New Note]] template -3. Write to your heart's content! -4. [[How to add content through GitHub|Submit your changes to GitHub]] diff --git a/09 - Digital Garden/09.02 - How To/Guides/Guides.md b/09 - Digital Garden/09.02 - How To/Guides/Guides.md deleted file mode 100644 index ea75fedd1..000000000 --- a/09 - Digital Garden/09.02 - How To/Guides/Guides.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Guides - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.02 - How To/Guides/An Introduction to Dataview|An Introduction to Dataview]] -- [[09 - Digital Garden/09.02 - How To/Guides/Controlling Obsidian via a Third-party App|Controlling Obsidian via a Third-party App]] -- [[09 - Digital Garden/09.02 - How To/Guides/How to add content through GitHub|How to add content through GitHub]] -- [[09 - Digital Garden/09.02 - How To/Guides/How to add your plugin to the community plugin list|How to add your plugin to the community plugin list]] -- [[09 - Digital Garden/09.02 - How To/Guides/How to get started developing plugins|How to get started developing plugins]] -- [[09 - Digital Garden/09.02 - How To/Guides/How to release a new version of your plugin|How to release a new version of your plugin]] -- [[09 - Digital Garden/09.02 - How To/Guides/Themes/Themes|Themes]] -- [[09 - Digital Garden/09.02 - How To/Guides/Using GitHub actions to create releases for plugins|Using GitHub actions to create releases for plugins]] -- [[09 - Digital Garden/09.02 - How To/Guides/Using Pandoc inside Obsidian|Using Pandoc inside Obsidian]] -%% Zoottelkeeper: End of the autogenerated index file list %% - -![[09.02 - How To#Contributing]] \ No newline at end of file diff --git a/09 - Digital Garden/09.02 - How To/Guides/Themes/Themes.md b/09 - Digital Garden/09.02 - How To/Guides/Themes/Themes.md deleted file mode 100644 index a5ba0a9d2..000000000 --- a/09 - Digital Garden/09.02 - How To/Guides/Themes/Themes.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Themes - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.02 - How To/Guides/Themes/How to add your theme to the community theme store|How to add your theme to the community theme store]] -- [[09 - Digital Garden/09.02 - How To/Guides/Themes/How to Style Obsidian|How to Style Obsidian]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/09.03 - Obsidian roundup.md b/09 - Digital Garden/09.03 - Obsidian roundup/09.03 - Obsidian roundup.md deleted file mode 100644 index a81c8ab51..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/09.03 - Obsidian roundup.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -aliases: -- -tags: -- MOC -publish: true ---- - -# 09.03 - Obsidian roundup - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.04.17|2021.04.17]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.04.24|2021.04.24]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.05.01|2021.05.01]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.05.08|2021.05.08]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.05.15|2021.05.15]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.05.22|2021.05.22]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.05.29|2021.05.29]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.06.05|2021.06.05]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.06.12|2021.06.12]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.06.19|2021.06.19]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.06.26|2021.06.26]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.07.03|2021.07.03]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.07.10|2021.07.10]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.07.17|2021.07.17]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.07.24|2021.07.24]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.07.31|2021.07.31]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.08.07|2021.08.07]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.08.08|2021.08.08]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.08.14|2021.08.14]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.08.21|2021.08.21]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.09.04|2021.09.04]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.09.11|2021.09.11]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.09.18|2021.09.18]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.09.25|2021.09.25]] -- [[09 - Digital Garden/09.03 - Obsidian roundup/2021.10.02|2021.10.02]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.17.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.17.md deleted file mode 100644 index 9a7ca04a2..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.17.md +++ /dev/null @@ -1,38 +0,0 @@ -## Community Events -* The second half of the [community talk for how to leverage the Dataview plugin](https://youtu.be/jW5pD4SioFM) is now available on YouTube. You can vote for which upcoming community talks you're interested in [on the forum](https://forum.obsidian.md/t/obsidian-talks-which-talks-do-you-want-to-hear/15705/). -* `@nickmilo` & `@skepticmystic` are hosting `@blacksmithgu` , the creator of the Dataview plugin, on a community Zoom meeting. Details are [here](https://discord.com/channels/686053708261228577/710585052769157141/832070319136833546) in the Discord. `@eleanor` has agreed to do a share and showcase. -* Wanna join a fancy book club? `@ryanjamurphy (he/him`) and `@bri (they/m)` are hosting the first book club session for [Knowledge Architectures by Denise Bradford](https://www.routledge.com/Knowledge-Architectures-Structures-and-Semantics/Bedford/p/book/9780367219444) on April 25th 11-12ish PST, more info here: https://discord.com/channels/686053708261228577/744933215063638183/830888490433904641 - -## Plugin News -* The [outliner plugin](https://github.com/vslinko/obsidian-outliner) now lets you click on bullets to zoom in! -* The [music notation plugin](https://github.com/TilBlechschmidt/obsidian-plugin-abcjs) renders music sheets from code blocks using the `music-abc` language. -* There was a nice [discussion](https://discord.com/channels/686053708261228577/710585052769157141/832070319136833546) initiated by `@pjeby` about some under-loved plugins that blend so well into the UI that you might not even known you need them, for example [Tag Wrangler](https://github.com/pjeby/tag-wrangler), [Hotkey Helper](https://github.com/pjeby/hotkey-helper), and [Pane Relief](https://githubmemory.com/repo/pjeby/pane-relief). -* `@alex.dinu` published [an initial version of a plugin that performs table sorting](https://github.com/alexandru-dinu/obsidian-sortable/releases/tag/0.1.0); it works with dataview but is not yet in the community plugins list. -* From a plugin security perspective, this discussion about how [Obsidian has the ability to blacklist / disable plugins that are identified to have issues or vulnerabilities](http://discordapp.com/channels/686053708261228577/707816848615407697/832445992808218635) was very reassuring. -* `@mgmeyers` updated the [Style Settings plugin](https://github.com/mgmeyers/obsidian-style-settings) to give [better error reports](http://discordapp.com/channels/686053708261228577/707816848615407697/832315933842079784), which is always useful. The repo also has [This CSS Snippet](https://github.com/mgmeyers/obsidian-style-settings/blob/main/obsidian-default-theme.css) can be used to adjust every CSS variable of the default Obsidian theme. - -### For Developers -* `@Liam` shared his [approach to mobile debugging on iOS](https://discord.com/channels/686053708261228577/817515900349448202/826416602911211535). It uses a [script for the plugin](https://gist.github.com/liamcain/3f21f1ee820cb30f18050d2f3ad85f3f). -* There is a now [a method for developers to write test cases that interact with a running obsidian instance](https://forum.obsidian.md/t/for-plugin-developers-write-test-cases-that-interact-with-a-running-obsidian-instance/16574). - -## Feature Requests -* `@Murf` requested a [search operator similar to YAML similar to the line section](https://forum.obsidian.md/t/search-operator-for-yaml-similar-to-line-section/16565). As Dataview becomes more popular and better-understood, this will probably become more valuable, so if you have a use-case or want to advocate for this feature, please reply to the forum thread. - -## Workflow Stuff -* For folks using MacOS, `@benhamilton` figured out a workflow for using icalBuddy, a script, and a keyboard macro to [list events from a ical into a daily note](https://discord.com/channels/686053708261228577/694233507500916796/832463345952620554). -## Tips & Tricks -* PDF tip via `@cotemaxime`: you can embed a specific page of a pdf with `![[My File.pdf#page=number]]` -* If you're using a sync service that doesn't let you opt out of syncing a particular folder, there is a setting in Obsidian that will let you override where that particular instance of Obsidian pulls its configurations from: in About -> Advanced -> Override config folder. This is also helpful if you've got access to the mobile beta and want to differentiate settings from your desktop config. -* `u/aviranco` on Reddit asked [how to restyle checklists to *not* change the display of subitems under a completed task](https://www.reddit.com/r/ObsidianMD/comments/mqndbf/is_there_a_way_to_have_a_note_after_a_checked/gup4eiq); the community came through with [a CSS snippet](https://discord.com/channels/686053708261228577/702656734631821413/832507883925143552). -* If you like the idea of being able to zoom in and out to various tiles on your Obsidian workspace, `@Licat` put together [a CLI snippet](http://discordapp.com/channels/686053708261228577/744933215063638183/832420779378343937) that could be extended into a nifty plugin by an enterprising developer! -* In base Obsidian, footnotes screw with the line height and make paragraphs look not-quite-right from a spacing perspective. But `@Klaas` has a fix on their [GitHub snippet repository](https://forum.obsidian.md/t/how-to-achieve-css-code-snippets/8474). -* There's a mobile emulation flag in the desktop app that will let you check your CSS before moving it over to mobile, if you're a Supporter or VIP with access. -## PKM Tips -* We had a discussion about how to [adapt the concept of a Resonance calendar from Notion to Obsidian](http://discordapp.com/channels/686053708261228577/744933215063638183/832611785903308871) in order to help bridge the gap between "collector's fallacy" and "forgetting where you read something and not being able to find the reference again." -* There was an insightful discussion of [when to use a "task in a page" vs "tasks in a list" structure](http://discordapp.com/channels/686053708261228577/694233507500916796/832507555783770202) in the discord. - -## Ancillary Tools -* We had another [discussion of the Onyx Boox](https://discord.com/channels/686053708261228577/744933215063638183/832294628752752701) and how nice it is to have Obsidian mobile open on one half of the screen, with a PDF or epub on the other half, and take notes directly into Obsidian with either handwriting, voice, or keyboard inputs. -* It's possible to get the raw list github merges for [plugins & themes as an RSS feed](https://github.com/obsidianmd/obsidian-releases/commits/master.atom) if you don't want to wait for the weekly newsletter but also don't want to hang out in the Discord. -* You can also get a direct [RSS feed from the discourse forum](https://meta.discourse.org/t/rss-feed-for-category-latest/37192) from a tag or a category, for example if you just wanted to follow the [community talks RSS](https://forum.obsidian.md/tag/community-talks.rss). -* For Static Site Generators, there was some [discussion about Hugo vs. Jeckyll](http://discordapp.com/channels/686053708261228577/694233507500916796/832502926555086908), along with a [forum post](https://forum.obsidian.md/t/notenote-link-publish-your-obsidian-notes-with-jekyll-for-free/7951) about how to self-host your obsidian notes as a digital garden. We also talked about [how to get a newsletter with Hugo](http://discordapp.com/channels/686053708261228577/694233507500916796/832332146194251816) if you're more comfortable with the technical side of things. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.24.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.24.md deleted file mode 100644 index fc6ea593d..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.04.24.md +++ /dev/null @@ -1,67 +0,0 @@ -## In The Community -* The 2nd community talk will be **Zotero 101** with `@argentum` on **Saturday 24th at 16:00 CET**. You can check the time of the talk in your local time [here](https://sharing.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). -* Nick Milo posted the 2021-04-17 community session with Tres Brenan, creator of Dataview, to his [Obsidian Publish site](https://publish.obsidian.md/lyt-kit/Timestamps/2020-04-17+-+Dataview). I took part in the showcase portion, and there was a Q&A as well. -* [Effective Remote Work](https://www.youtube.com/watch?v=_cbB-7Ouudk) has a video about the iOS app for Obsidian. -## Obsidian Updates -the new Insider build [v0.12.0](https://forum.obsidian.md/t/obsidian-release-v0-12-0-insider-build/16809) went live and it was a big one. Definitely read the release notes to get an idea of what's coming if you haven't already, but the short version is: - -* you can now use `task` as a search parameter (similar to `block:`), along with `task-todo:` for only unchecked tasks. Tasks aren't limited to `[x]` anymore: you can use custom characters and target them via CSS. -* Search and backlinks are a lot more useful, plus you can get backlinks inside a document on preview mode (edit mode pending a future release). -* You can increase and decrease font size without messing with CSS. -* Lots of improvements to how plugins get enabled and how they handle safe mode. -* Some stuff that will matter to developers, especially theme developers. - -Note: it usually takes a week or two for insider builds to go live to everyone. - -## Plugin News -* The update that has made the biggest difference to me *personally* (especially for this roundup) is [Auto Link Title](https://github.com/zolrath/obsidian-auto-link-title) which lets you paste a URL and automatically have it turn into a markdown link with the link's actual title. -* Obsidian Charts via `@doge` now has a GUI to create charts, as well as a live preview option, to make it easier to use. -* [Juggl 1.0.5](https://github.com/HEmile/juggl/releases/tag/1.0.5) is out now, with some additional options and a fix for the empty panes in the right sidebar. -* `@zsviczian` has forked Lars Lockefeer's Obsidian GTD plugin and extended it to add a bunch of features. It's not in the community repo yet, but v0.6 is on [github](https://github.com/zsviczian/Obsidian-GTD-plugin/releases/tag/v0.6). -* `@zsviczian` is also working on an [Obsidian plugin for Excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin). I believe it's currently in alpha and not yet available in the community repo but the developer is looking for feedback (via github issues preferred). -* [Markdown Formatting Assistant](https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin) lets you use snippets for Markdown, HTML and LaTeX and a color picker which shows the history of last used colors. It's not new but it's flying under the radar and will probably make a lot of people waiting for WYSIWYG happy. -* There is a new version of the Spaced Repetition plugin ([v1.3.0](https://github.com/st3v3nmw/obsidian-spaced-repetition)). It adds support for flashcards that will help keep them from going out of sync. `@bookthief` [described it](https://discord.com/channels/686053708261228577/707816848615407697/833907413764800567) as a "native SRS flashcards plugin." -* There were multiple big updates for dataview this week. [0.2.10] https://github.com/blacksmithgu/obsidian-dataview/releases/tag/0.2.10] added inline fields. [0.2.13](https://github.com/blacksmithgu/obsidian-dataview/releases/tag/0.2.13) allows for views to auto-reload at a configurable interval. Here are some examples: [via arminta7](https://discord.com/channels/686053708261228577/707816848615407697/834485643660099606), [via SkepticMystic](https://discord.com/channels/686053708261228577/707816848615407697/834390000388931604). -* `@mano` made a plugin that allows for a vertical tabs feature: [obsidian koncham workspace](https://github.com/manogna4/obsidian-koncham-workspace) -* `@foreveryone` had a useful explanation of how to split workspaces when using the [Tabs](https://github.com/gitobsidiantutorial/obsidian-tabs) plugin. -### For Developers -* There are some [changes coming to the API](https://github.com/obsidianmd/obsidian-api/commit/0a4b7f048944ff1a7f7603d611f4d7081288e358) that will impact how sections are handled. They're currently live on the Insider release. Discussion [here](http://discordapp.com/channels/686053708261228577/707816848615407697/833482342785875999). For discussion of how to actually deal with this, start [here](https://discord.com/channels/686053708261228577/707816848615407697/835190229794160681). -* `@zephraph` put together some tools for [programmatically working with plugins](https://discord.com/channels/686053708261228577/707816848615407697/833558301928325132). There's also an [unofficial collection of CLI tools](https://github.com/zephraph/obsidian-tools/tree/main/packages/obsidian-plugin-cli) that helps you build plugins for Obsidian. [Apparently](http://discordapp.com/channels/686053708261228577/707816848615407697/833562130698862603) it'll prompt you for which vault you want to develop in (via a select list; it finds all your vaults), sets up and automatically copies over built code, and prompts to you to install the `hot-reload` plugin if you haven't already (it'll do that for you automatically too). It'll even copy over the manifest file if any changes happen to that. -* There was a nifty [discussion] of what people use to [handle documentation for their plugins](https://discord.com/channels/686053708261228577/707816848615407697/833956511897223208). - -## Feature Requests -* `@murf` created a [feature request for zooming into headers/headings]( https://forum.obsidian.md/t/zoom-into-headers-like-most-outliners-do-with-bullets/17060) similar to how you can zoom into bullets using the Outliner plugin. Currently the closest you can get is the Outline (not Outliner) plugin, which lets you jump to headers. -* `@arminta` had an [idea for a plugin](http://discordapp.com/channels/686053708261228577/707816848615407697/833106154619666433) that would allow for a way to see what frequently used terms have *not* yet been linked, to help surface connections that are not necessarily obvious. -## Workflow Stuff -* We've gotten a couple of people asking about how (and whether) people in the medical profession can leverage Obsidian to their advantage. Here's a [graph](https://ptb.discord.com/channels/686053708261228577/709712341066842113/830508714007986269) that focuses on medical/anesthesia knowledge. There was also a reddit thread of [people discussing how they use Obsidian for medical stuff](https://www.reddit.com/r/ObsidianMD/comments/mw1pgw/is_anybody_here_a_medical_student/?utm_medium=android_app&utm_source=share). -* Here's a blog post from `@ton` about how to use Obsidian for [customer relationship management](https://www.zylstra.org/blog/2021/02/personal-crm-as-a-not-linkedin/) (CRM). They also have a nifty blog post about how Obsidian has led to a change in their [tagging practice](https://www.zylstra.org/blog/2020/10/new-emergent-tagging-practice/) -* There was as little mini share-and-showcase in Discord for [project workspaces](https://discord.com/channels/686053708261228577/694233507500916796/834897381388189748). -* `@arminta7` put together a really nice example of how she uses [dataview for tasks and projects](https://forum.obsidian.md/t/dataview-task-and-project-examples/17011) with a video and handy links to other useful resources. -## Tips & Tricks -* You can insert page breaks into exported PDFs with the following: `
` (via `@Oliver Balfour` -* [Stack Overflow](https://stackoverflow.com/questions/5612105/add-text-to-the-end-of-each-file-with-notepad-and-regex) has an explanation of mass append a new tag to the bottom of a series of files (preferably in a folder) with Notepad++ but MAKE SURE YOU MAKE A BACKUP FIRST, it's easy to mess up. You can probably do something similar with VSCode if you need to. -* There was a discussion on Reddit that covered [tips and tricks for using VIM with Obsidian](https://www.reddit.com/r/ObsidianMD/comments/mui5q3/has_any_vim_or_vimlike_user_gotten_comfy_yet/). -* There's a new share & showcase for [Note and metadata/YAML templates](https://forum.obsidian.md/t/note-and-metadata-yaml-templates-snippets-showcase/16953) that is intended to serve as a handy meta thread for dataview, templater ( see also: [this showcase](https://forum.obsidian.md/t/templater-plugin-script-collection/17010) from `@pmbauer`)), and daily notes templates. -### CSS -* `@foreveryone` figured out how to use CSS to let you create [an inline block embed](https://discord.com/channels/686053708261228577/702656734631821413/833195228940075048). There was a whole discussion about best practices and options so I'm linking you to discord instead of trying to find it on github. -* [This CSS](https://discord.com/channels/686053708261228577/702656734631821413/829852861776134176) from `@SlRvb` will allow header titles to wrap, which is great for long titles and small screens. -* `@SlRvb` has a nice update to [aside tag CSS](https://discord.com/channels/686053708261228577/702656734631821413/832944617368322089) that handles maximum width and overlapping aside boxes really smoothly. -* There are a couple of different ways to [caption a local image](https://forum.obsidian.md/t/why-isnt-there-a-way-to-add-a-caption-to-a-local-image-in-one-of-my-obsidian-markdown-notes/16358/3) with Obsidian. -* You can use CSS to [color-code folders](https://forum.obsidian.md/t/adding-color-to-obsidian-a-rainbow-of-possibility/12805/11) thanks to `@Lithou`. -* There's a nifty new way to do [highlights](https://github.com/steveyang331/Obsidian-css/tree/main/8%2B8%20highlight%20colors). There are more [examples on Discord](https://discord.com/channels/686053708261228577/744933215063638183/834866132887535627) -### Publish -* For Obsidian Publish, it's possible to [hide the file name using CSS](https://discord.com/channels/686053708261228577/768134314864017429/798866681862029352), which is useful if you prefer to use the title from a header. -* You can [add custom analytics](https://just-be.dev/notes/Obsidian/Publish) to publish pages using custom javascript if you have a custom domain. - -## PKM Tips -* There was a fun [discussion about different ways to conceptualize maps of contents / indexes](https://discord.com/channels/686053708261228577/744933215063638183/833472754006884393). Actually there were [two](https://discord.com/channels/686053708261228577/710585052769157141/833714262643703891). It's a popular topic. -* `@joshduffney` put together a substack post about [how to leverage Obsidian for smart notetaking](https://knowledgework.substack.com/p/how-to-take-smart-notes-in-obsidian) that is pretty comprehensive and people seemed to enjoy. -* There was a lengthy discussion about [how to use Obsidian for studying for an upcoming AP exam](https://discord.com/channels/686053708261228577/722584061087842365/834046085583863848) that might be useful for students. -* Andy Matuschak had a discussion with a redditor over at the Slate Star Codex subreddit that was really interesting about [the nature and purpose and value (or lack thereof) of reading nonfiction books](https://www.reddit.com/r/slatestarcodex/comments/mvs0vf/what_books_are_for_a_response_to_why_books_dont/) that touches on the importance of engagement and salience. -## Ancillary Tools -* [Research Rabbit](https://researchrabbitapp.com/) had a big update that makes it a lot easier to use for discovering relevant scholarly articles on a topic. -* [Gingko](https://gingkoapp.com/) is fairly popular in this community: it's a tool that lets you do lists, outlines, and cards in a clean pyramid-like interface. -* There was a nice discussion on Reddit about [other tools Obsidian users might enjoy](https://www.reddit.com/r/ObsidianMD/comments/mvslt6/any_other_gems_like_obsidian/). -## Housekeeping - -* I fiddled a bit with the email that this "officially" comes from, so now it should be possible to directly reply to this email so that it'll send to my personal email address (ek@eleanorkonik.com) \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.01.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.01.md deleted file mode 100644 index be249301f..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.01.md +++ /dev/null @@ -1,57 +0,0 @@ -## In The Community -* Obsidian Mobile is now available for all tiers of Obsidian Catalyst. -* `@Wace` will be presenting [Notetaking for Community Students](https://forum.obsidian.md/t/notetaking-for-university-students-community-talk-by-wace/17007) at 11:30 EST. -* [Voting for the date/time](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/17070) of the [Leveraging Metadata and Bending Markdown](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/17070) community talk via `@tallguyjenks` is currently underway. -* [Voting for the date/time](https://www.when2meet.com/?11752321-UHqgS) of the [Deep Learning on Networks](https://forum.obsidian.md/t/deep-learning-on-networks-community-talk-by-phnx/17235)] community talk by `@phnx` is currently underway. -* [Voting for the time slot](https://www.when2meet.com/?11790436-pKi9l) of the [Knowledge Organization, Cataloging and Classification in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/17442) talk by `@bri` is now open. -* Templater now has [a showcase on github](https://github.com/SilentVoid13/Templater/discussions/categories/templates-showcase) where people can share useful templater scripts. `@Murf` also has some [gists](https://gist.github.com/GitMurf) that seem like useful templater scripts. - -## Plugin News -### Updates -* [Imgur plugin v1.1.0](https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/1.1.0 "https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/1.1.0") is out. You can now upload on 'drag-and-drop' which enables uploading gifs and multiple files. -* Page preview now works in [Obsidian Kanban](https://github.com/mgmeyers/obsidian-kanban). You can also do "new note from card." There are settings for specifying a template and output folder for new notes. `@Santi Younger` put together a [Youtube Video](https://www.youtube.com/watch?v=vRZXT4ynKxE&lc=UgxqaLTyYyb27cjTwkZ4AaABAg) to explain how to get the most out of visual boards. -* The [Kindle Highlights plugin](https://github.com/hadynz/obsidian-kindle-plugin) now brings in notes along with highlights. The developer is really responsive to requests and the plugin saw a lot of other quality of life improvements. There's an (unreleased) working prototype for importing from myclippings.txt as well, which will allow this to be used for books not officially connected to the Amazon account. Here's an [example](https://discord.com/channels/686053708261228577/744933215063638183/836759090762874900) of the plugin in action! -* `@argentum` and `@liam` released [v0.5.0](https://discord.com/channels/686053708261228577/707816848615407697/836333522921717793) of the Natural Language Dates plugin, with a keyboard-friendly date picker, improved date autosuggestions that uses `@`, and more. -* The [Extract URL plugin](https://forum.obsidian.md/t/extract-url-plugin-0-8-extended-youtube-support/17131) now has special support for youtube videos. Extracting channel name and description as well. - -### Releases -* This plugin will keep [the filename and the first heading of a file in sync](https://github.com/dvcrn/obsidian-filename-heading-sync). Straightforward, but convenient! -* [Recall]( https://github.com/martin-jw/obsidian-srs) is a spaced repetition plugin that just entered early-release (manual install required). It allows the use of different algorithms and lets you track or untrack notes. -* `@ryanjamurphy` put together the [Enlightment](https://github.com/ryanjamurphy/enlightenment-obsidian) plugin, which greys out things you aren't focused on. I think the pull request to get it into the community plugins list is pending. -* [Excalidraw, a full featured sketching plugin in Obsidian](https://forum.obsidian.md/t/excalidraw-full-featured-sketching-plugin-in-obsidian/17367) is now available in the community plugins list. -* `@mrjackphil` put together a plugin that will let you [copy markdown/obsidian links](https://github.com/mrjackphil/obsidian-copy-search-link) from the file explorer or search bar as a markdown or wiki link (instead of just the obsidian URI), as well as the header from the first result of a search, which is pretty nifty. Requires manual install. -* `@mrjackphil` also put together this nifty plugin to allow [outliner-style zooming in on headers](https://github.com/mrjackphil/obsidian-zoom-in-headers). It also requires manual install, but the directions are essentially the same. - -### For Developers -* `@ryanjamurphy` put together a [guide on getting started fiddling with plugins](https://forum.obsidian.md/t/plugins-mini-faq/7737/26?u=ryanjamurphy). -## Feature Requests -* There's a [feature request](https://forum.obsidian.md/t/inline-intext-yaml-fields/17092) for Obsidian to provide functionality similar to dataview with the inline YAML fields in core that is being discussed on the forums (there are pros and cons). -* A couple of people are interested in a way to [hide YAML metadata in edit mode](https://forum.obsidian.md/t/hiding-yaml-in-edit-mode/17394). -## Workflow Stuff -### Dataview -* Here's an explanation of how to [Replicate Notions' tables with Obsidian](https://input.sh/replicating-notions-tables-with-obsidian-plugins/). `@riddyrayes` also put together a [writeup for how to leverage dataview for relational databases](https://forum.obsidian.md/t/toying-with-relational-databases-using-dataview/17433?u=riddyrayes), so the possibilities here are definnitely capturing people's imagination. -* `@arminta7` has a useful description of why she likes dataview's new [inline YAML fields](http://discordapp.com/channels/686053708261228577/707816848615407697/835396767066488842) functionality and how she uses it. -* `@arminta7` also put together a [writeup about how she uses dataview for processing media](https://forum.obsidian.md/t/dataview-for-reviewing-and-processing-media/17136). It includes her roundup of related posts, such as how she uses dataview for tracking fitness, task management, and daily/weekly reviews. Her CSS is available [here](https://forum.obsidian.md/t/my-theme-and-custom-css-clean-and-notion-like/17140). -### Academic -* for Apple: This [DEVONthink, PDF, Bookends References, and Obsidian summary notes script/workflow](https://axle.design/connect-devonthink-pdfs-bookends-references-and-obsidian-summary-notes-with-this-script) by `@ryanjamurphy` got resurfaced. PS: [DevonTHINK added support for Obsidian transclusions](http://discordapp.com/channels/686053708261228577/694233507500916796/837610035902283787). -* `@smithtjosh` was kind enough to share a [guide](https://docs.google.com/document/d/1Ti90jJG2b9cnKbOoGZyT6ve5P_iyhva6lLRrlL9sCek/edit#heading=h.jcidduny8pla) they wrote in a professional capacity. It's aimed at college students doing research, but covers some useful stuff about customizing search engines, using zotero, notetaking in general, and more! -* `@argentum` put together a bunch of really helpful [notes with tips and tricks about Zotero](https://publish.obsidian.md/argenos/). -* `@cat` put together some [nifty placeholders for Zotero](https://discord.com/channels/686053708261228577/722584061087842365/836340716485476373) that utilize Dataview's inline fields. -## Tips & Tricks -### Dataview -* Dataview allows for basic `if then` statements. Here's an [example](https://discord.com/channels/686053708261228577/694233507500916796/835867022780530758). -* When you use `group by` in Dataview you also need to use `rows` β€” `@SkepticMystic` explains it better than I can on [the forum](https://forum.obsidian.md/t/dataview-plugin-snippet-showcase/13673/93). -### CSS Tips -* There's a new theme in town from the maker of `Obsidianite`: [Aurora](https://github.com/auroral-ui/aurora-obsidian-md). -* `@manedblackwolf` is working on adding [link icons](https://discord.com/channels/686053708261228577/702656734631821413/835824144414539787) (i.e. for Twitter, YouTube, etc.) to the Spectrum theme. -* `@death_au` put together a [CSS snippet for differentiating different types of tasks/checkboxes](https://github.com/deathau/obsidian-snippets/blob/main/checkbox.css) (made possible in obsidian 0.12.0). There's a [preview](https://discord.com/channels/686053708261228577/702656734631821413/836099935874056193) example. -* If you want to be able to [check off a 'parent' checkbox but not the 'child' checkboxes](https://www.reddit.com/r/ObsidianMD/comments/mqndbf/is_there_a_way_to_have_a_note_after_a_checked/gup4eiq/), `@CurioHeart` has a workaround that will allow something along these lines. -* `@Mara` was able to use the [clutter-free formatting](https://github.com/deathau/obsidian-snippets/blob/main/clutter-free-formatting.css) CSS and the [image-in-editor plugin](https://github.com/ozntel/oz-image-in-editor-obsidian) to [emulate WYSIWYG](https://discord.com/channels/686053708261228577/702656734631821413/836505456024354826) really well. -* If you want to [show specific languages in specific fonts](http://discordapp.com/channels/686053708261228577/702656734631821413/837628984580767764), you can use the Unicode range descriptor to do so. -### Publish -* There was a discussion about [how to get a custom theme on a Publish site](https://discord.com/channels/686053708261228577/768134314864017429/835576825253986385). -* `andrioid` put together a blog post about [how to use Obsidian, Gatsby, and Nextcloud](https://andri.dk/blog/2021/blogging-with-obsidian-gatsby-and-nextcloud) to self-host a blog written in Obsidian. It's fairly technical. - -## Ancillary Tools -* [Story Graph](https://app.thestorygraph.com/) was recommended as a goodreads alternative that isn't beholden to Amazon tracking. -* For folx who don't trust websites to stay where they are, [ArchiveBox](https://archivebox.io/) bills itself as an open source self-hosted web archiver. It takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., and saves HTML, JS, PDFs, media, etc. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.08.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.08.md deleted file mode 100644 index f2abe2ffb..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.08.md +++ /dev/null @@ -1,69 +0,0 @@ -## In The Community -* Federico Viticci (of [MacStories](https://www.macstories.net/) fame) discussed Obsidian (and some in-development plugins) at the [Connected podcast](https://www.airr.io/episode/60932a83ac7f415c5126b648). -* Theoretical physicist Francisco Bricio spoke about [how to manage projects, tasks, people, and yourself using Obsidian](https://www.youtube.com/watch?v=Ehw3hUZNF1M) with `@nickmilo` over at Linking Your Thinking. -* This teacher reflects on how [using Obsidian in the classroom to create a class vault](https://www.youtube.com/watch?v=TgG14DkxoOg) went. - -### Community Talks -* The Zotero 101 community talk is available on YouTube. Here's [Part 1: Basics](https://www.youtube.com/watch?v=9SzGxZbqyqc) & [Part 2: Plugins](https://www.youtube.com/watch?v=LaEt9cqkj3I). -* The [CSS 101 intro and Q&A talk](https://forum.obsidian.md/t/css-101-community-talk-by-lithou/) by `@Lithou` scheduled for today at 4pm Eastern Time. -* `@TallGuyJenks` is doing the [Metadata talk](https://forum.obsidian.md/t/leveraging-metadata-and-bending-markdown-community-talk-by-tallguyjenks/) on May 30th 11:00 GMT-7. - -## Obsidian Releases -* [Obsidian Release v0.12.2 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-2-insider-build/17602) will let people pin commands at the top of the command palette, and mobile developers have some nifty functions for allowing things to be added to the editor toolbar. Obsidian Sync improvements also shipped out. - -## Plugin News - -### New -* `@iller` made a plugin for [making components with reactjs inside Obsidian](https://github.com/elias-sundqvist/obsidian-react-components). -* For folks looking for a pomodoro timer, there's a [stopwatch plugin](https://github.com/tokuhirom/obsidian-stopwatch-plugin) in the works. - -### Updates -* [Excalidraw 1.0.8](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.0.8) now features Templater support, along with some quality of life improvements centered around saving. -* The [Obsidian Kindle plugin](https://github.com/hadynz/obsidian-kindle-plugin) handles myclippings.txt now. It also has support for `{{date}}` -* Dataview has a [new API for javascript](https://blacksmithgu.github.io/obsidian-dataview/docs/api/intro) and [fancy new documentation](https://blacksmithgu.github.io/obsidian-dataview/). `@skepticmystic` [shared](http://discordapp.com/channels/686053708261228577/709712341066842113/840185601150943273) a dataview**js** codeblock that will return a single-level list of all tags in your vault, without duplicates. -* [Kanban 0.2.0](https://github.com/mgmeyers/obsidian-kanban/discussions/56) has been released with basic date support. -* [Templater v1.6.0](https://silentvoid13.github.io/Templater/docs/) includes dynamic templates triggered in preview mode with `<%+`, user scripts, support for js files from a folder inside your vault and more. -* There was an update for [Obsidian Tasks](https://github.com/schemar/obsidian-tasks) that has some fancypants editing ability. It's not available in the community plugins list and requires Obsidian 0.12 to work, but it's a nifty new task management plugin that got [a lot of love on Reddit](https://www.reddit.com/r/ObsidianMD/comments/n32k6v/obsidian_tasks_is_now_at_version_070_with_a_new/). - -### Under The Radar -* This [discussion](https://www.reddit.com/r/ObsidianMD/comments/n6p1zy/adding_file_extensions/) covers some different ways to interact with non-markdown files in Obsidian. -* The [leaflet plugin](https://forum.obsidian.md/t/new-plugin-obsidian-leaflet-interactive-maps-in-notes/14752) lets you have maps with markers/pins in your vault. This is handy for lots of people, but particularly authors. Here's [an example of why](http://discordapp.com/channels/686053708261228577/744933215063638183/839224109450657874) via `@SlRvb`. Apparently you can also use [spaced-repetition](https://github.com/st3v3nmw/obsidian-spaced-repetition) with Leaflet plugin to make [image occlusion review](http://discordapp.com/channels/686053708261228577/694233507500916796/838073296057794591) (via `@boninall`) -* The [obsidian comments plugin](https://github.com/Darakah/obsidian-comments-plugin), which lets you annotate your notes, got re-surfaced. -### For Developers -* via `@liam`: if you are gating UI or interface behavior, use `isMobile/isDesktop` but if you are checking for the availability of node.js libs or desktop-only features, use `isMobileApp/isDesktopApp`. - -## Workflows -* This [github repository](https://github.com/masonlr/obsidian-starter-templates) contains a bunch of starter templates for different use-cases (for example tracking tools, researching, etc). - -### Tutorials -* `@Murf` created a [demo video](https://github.com/SilentVoid13/Templater/discussions/187) for "how to set up your first Templater script." They also put together a nifty [roundup of resources](https://discord.com/channels/686053708261228577/694233507500916796/838859649192296509) centered around how Obsidian block references differ from those in other tools. -* `@shabegom` had a helpful [summary](https://discord.com/channels/686053708261228577/707816848615407697/839853909103345735) of how the readwise community plugin works. - -### Academic -* There was a nice [discussion on reddit](https://www.reddit.com/r/ObsidianMD/comments/n5hg2v/obsidian_for_academic_work_and_sundry_other/) about "getting started" with Obsidian as an Academic. -* There was a really nice discussion about what different people's [literature notes look like](http://discordapp.com/channels/686053708261228577/722584061087842365/839302335078727710). - -### Mobile -* There was a discussion in the `#mobile` channel about Syncthing maybe being viable syncing between iOS, android, PC and Mac (and Linux). If you have any knowledge about this, please put together a guide and let us know about it. [MΓΆbius Sync](https://www.mobiussync.com/faq/) seems to be a way to get Syncthing on iOS. -* A nifty trick for keeping desktop and mobile setups differently is going into `the settings > about > override config folder` section and changing which folder mobile (or desktop) uses to store its settings. - -## Feature Requests -* `@dcoales` [asked](http://discordapp.com/channels/686053708261228577/707816848615407697/840195539617316866) about the viability of a plugin for spacially-organized notes on a "canvas." -* There's been some discussion about a proper [genealogy plugin](https://discord.com/channels/686053708261228577/744933215063638183/838859972094853160) for better management of family trees. Mermaid can't quite handle them correctly, but for story vaults and ancestry research, it would be super handy. -* The ability to [save node positions in graph view](https://forum.obsidian.md/t/save-node-positions-in-graph-view-edit-and-preview-toggle/1423) got discussed again. -* `@omarkhafagy` requested [better plugin management](https://forum.obsidian.md/t/better-plugin-management-with-folders-and-links/17568) with the ability to group plugins into folders. -* There was a request for the ability to ["pin" the header of a document](https://forum.obsidian.md/t/keep-title-visible-when-scrolling-down-note/17508), which might be particularly useful for people who use the sliding panes plugin. - -## CSS Stuff -* `@nickmilo` pushed an update to the [Cybertron theme](https://github.com/nickmilo/Cybertron). -* A YouTube tutorial about [how to create a custom theme with snippets](https://www.youtube.com/watch?v=lyaEnxgow4E) by `@Reggie` got resurfaced. -* There was a snippet shared for [styling dates & completed cards](http://discordapp.com/channels/686053708261228577/702656734631821413/840059525298126868) for the kanban plugin. -* `@foreveryone` shared [a handy trick](http://discordapp.com/channels/686053708261228577/694233507500916796/839563732262453338) with styling `` that allows for the [creation of columns](http://discordapp.com/channels/686053708261228577/805952223124520961/839696324365385750). -* There was a discussion of [how to highlight sections of text without having to rely on spans](https://www.reddit.com/r/ObsidianMD/comments/n3nkld/highlighting_sections_of_text_without_having_to/?utm_medium=android_app&utm_source=share) over at Reddit, with a couple of different possible solutions if that's something you're interested in. -* Here's a [snippet](https://forum.obsidian.md/t/arithmetic-gradient-heading-h1-h6/17551) that will let your headings automatically have a gradient based on a particular color, via `@Connor96`. - -## Ancillary Tools -* [Espanso](https://espanso.org/) is a popular text replacement tool that lets you get create templates that will autocomplete text, for example turning `::now` into a timestamp, or `----` into `β€”` or whatnot. It even also allows for a system-wide autocorrect, which is nice since Obsidian doesn't really have that feature. Here's a handy [list of resources](http://discordapp.com/channels/686053708261228577/694233507500916796/839559608862507019). -* [Screenotate](https://screenotate.com/) is apparently an easy way to grab text from a screenshot (via `@smithtjosh`) -* `@tallguyjenks` did a review of [GingkoApp](https://youtu.be/dxCJHHWyNzY), which is a nifty mix of outliner, kanban board, writing organizer, and longform writing tool. -* `@Joschua` created a script to [import stuff from Goodreads into Obsidian](https://forum.obsidian.md/t/goodsidian-a-goodreads-to-obsidian-script/17523). \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.15.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.15.md deleted file mode 100644 index c156ebde2..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.15.md +++ /dev/null @@ -1,78 +0,0 @@ -## In The Community -* There is a new [when2meet](https://www.when2meet.com/?11861492-Aihza) link for `@bri`'s [Knowledge Organization in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/) talk, which we needed to reschedule from next week to the 1st or 2nd week in June: -* You can still [vote for a time slot](https://www.when2meet.com/?11752321-UHqgS) for `@phnx`'s [Deep Learning on Networks](https://forum.obsidian.md/t/deep-learning-on-networks-community-talk-by-phnx/). -* If you're interested in a Discussing Spaced Repetition talk/discussion by `@Jamesb`, please vote [here](https://forum.obsidian.md/t/obsidian-talks-voting-post-which-talks-do-you-want-to-hear/15705/40): - - -## Obsidian Updates -* v0.12.3 rolled out to the public. It bundles [12.0](https://forum.obsidian.md/t/obsidian-release-v0-12-0/16809), [12.1](https://forum.obsidian.md/t/obsidian-release-v0-12-1/16904), [12.2](https://forum.obsidian.md/t/obsidian-release-v0-12-2/17602), and [12.3](https://forum.obsidian.md/t/obsidian-release-v0-12-3/17957). Highlights include better plugin management, the ability to pin commands in the command palette, and improvements to search. "Backlinks in document" is now a core feature. -* The biggest news is that you should grab the new installer from [the website](https://obsidian.md/) because there was an Electron update that has a bunch of security and speed improvements. - -## Plugin News - -### New -* [Better Footnotes](https://github.com/alx-plugins/better-fn) is pending review for admission into the community plugins list, but the long-awaited feature of getting preview-on-hover for footnotes is finally here (and I am HYPE). -* The [Incremental Writing](https://github.com/bjsi/incremental-writing) plugin (in the community plugins list, doesn't require manual install). There are a bunch of great videos -* [Inline Variables](https://github.com/flip-md/obsidian-inline-variables) allows the setting, referring, and rendering of inline-variables in real-time. Requires manual install. -* [Supercharged links](https://github.com/mdelobelle/obsidian_supercharged_links) allows for customization of internal links based on the target note's front-matter attributes. It also lets you trigger Array, Boolean and Number in front-matter values to style your internal links. There is a [showcase](https://forum.obsidian.md/t/supercharged-links-showcase/18219) on the forum. -### Updates -* [Buttons](https://github.com/shabegom/buttons/) had a big update, with a nifty button maker command, inline buttons, and the ability to put a templater command inside of a button. -* Dataview's new `link(url, alias)` function allows you to create aliased wikilinks ([example](http://discordapp.com/channels/686053708261228577/840286238928797736/840599798176022529) via `@SkepticMystic`). The `contains(key,value)` function is also pretty useful if you have more than one value possible for a key and therefore can't use `where x = y`. -* There's a new [showcase for the buttons plugin](https://forum.obsidian.md/t/buttons-showcase/18044). -* [v0.0.7 of the Readwise Community plugin](https://github.com/renehernandez/obsidian-readwise/releases/tag/0.0.7) lets you configure a sync interval so that the plugin will pull new highlights from Readwise every X hours. -* The Spaced Repetition plugin now has support for flashcard decks. -* [Tracker v1.4.0](https://github.com/pyrochlore/obsidian-tracker) has better support for chart scaling and positioning. -* [Hotkey Helper 0.3.2](https://github.com/pjeby/hotkey-helper) has an enhanced plugin browser. -* [Kanban v0.3.0](https://github.com/mgmeyers/obsidian-kanban/discussions/89) has some bugfixes and added time picker & time support. -* There's a new plugin that adds [Org Mode support](https://github.com/ryanpcmcquen/obsidian-org-mode) for Obsidian. -### Magic -* `@zsviczian` figured out how to [leverage dataviewjs with the excalidraw plugin to automagically generate mind map graphics](https://discord.com/channels/686053708261228577/840286238928797736/840606013341696040). Similar magic can be used to create [family tree graphics](https://discord.com/channels/686053708261228577/840286238928797736/840644541270982716). -* `@Mara` created a [script for espanso](https://discord.com/channels/686053708261228577/694233507500916796/841422069694201896) to make using the admonition plugin even easier. -* `@ryanjamurphy` combines dataview, templater, and kanban boards to [automate the creation of linked lists for kanban](https://discord.com/channels/686053708261228577/840286238928797736/841745942025207857). There's also a [simpler version](https://discord.com/channels/686053708261228577/840286238928797736/841779336398504017) that leverages only kanban and core features. -* `@ryanjampurphy` also shared [a way to use dataviewjs to dynamically show past and future tasks in your daily notes](https://discord.com/channels/686053708261228577/840286238928797736/842152590379712563). -* `@pmbauer` figured out how to do [basic OCR with Templater](https://forum.obsidian.md/t/basic-ocr-in-obsidian/18087), which might actually be the the thing that makes me try out Templater. -### Under the Radar -* This plugin lets you [easily convert a URL into an iframe](https://github.com/FHachez/obsidian-convert-url-to-iframe ). -* [Hotkeys for Specific Files](https://github.com/Vinzent03/obsidian-hotkeys-for-specific-files) by `@Vinadon` does exactly what it claims to, and is probably really nice for keyboard-first users. -### For Developers -* `manifest` defines which version to look for as the latest version, while `versions` defines which version works with which Obsidian version. (Thanks, `@zsviczian`!) -* `@Liam` shared the `obsidian-daily-notes-interface` lib, which handles lookups and weird edge cases for date formats and supports the Periodic Notes plugin. -* Obsidian uses [Icons8](https://icons8.com/) for icons. It's a membership, but if developers need an icon for a plugin that Obsidian doesn't currently support, `@Silver` is willing to add them. (Discussion [here](https://discord.com/channels/686053708261228577/840286264964022302/841732418439610388)). Here is the [list of icons currently available](https://github.com/obsidianmd/obsidian-api/issues/3#issuecomment-724665569). `@Chetachi` recommends anyone needing icon use [Iconify](https://iconify.design/icon-sets/) & the [Icon Swapper plugin](https://forum.obsidian.md/t/obsidian-icon-swapper-plugin/17539). - -## Workflow Stuff -* `@mktahmasbi` had a tip for [how to import highlights](http://discordapp.com/channels/686053708261228577/694233507500916796/841790522397294623) from Google Play Books using UltraEdit. -* There was a really nice [example](http://discordapp.com/channels/686053708261228577/702656734631821413/840937390498775062) of how to pair the Admonition plugin with reference notes from `@Chetachi` -* This GitHub discussion showcases `@dork`'s setup for [getting hypothes.is notes into Obsidian](https://github.com/out-of-cheese-error/gooseberry/discussions/73). -### Mobile -* `@Vinadon` was able to use MGit with their vault, although it's not automatic (requires manual push/pull, but it has GUI buttons so you don't have to mess with the command line on your phone). -* `@ankushg` uses [Toolbox Pro](https://toolboxpro.app/) (the free version) to get into the dotfolders (i.e. `.obsidian`) on iOS. - - -## Feature Requests -* [Folder Nodes on Graph View](https://forum.obsidian.md/t/folder-graph-view/4641) has 25 upvotes on the forum, and I'm resurfacing it rather selfishly because it's something I've been wanting for awhile, as someone who does a lot with folders. -* There's been some interest around functionality to make it easier to [resurface old notes](https://forum.obsidian.md/t/note-aging/467/11). - -## Appearance -* `@Blund` shared a reminder that [html symbol codes](http://cactus.io/resources/toolbox/html-symbol-codes) (like `→` for → ) work in Markdown. -* `@Chetachi` shared a `.css` file that includes all of [the codes for changing things around on the graph](http://discordapp.com/channels/686053708261228577/702656734631821413/841353144856084500). -* There were a lot of typography & font discussions this week; here's a link to the [forum thread](https://forum.obsidian.md/t/your-favourite-fonts-choice-and-why-thread/18129) on the topic. `@Korban` also shared some [typography resources](http://discordapp.com/channels/686053708261228577/702656734631821413/842671647550078996). -* The forums had a handy writeup about [how to add Google fonts to theme CSS](https://forum.obsidian.md/t/fyi-how-to-add-google-fonts-to-any-themes-css/18115). -* You can use `Ξ©` to sort files to the _bottom_ of a list, similar to how `!` usually will get something at the top of your file list. -* You can use [anchor links](https://www.reddit.com/r/ObsidianMD/comments/nbbskz/anchor_links/) in Obsidian to jump to a particular subheading. Incidentally, this also works for the roundup! -## Knowledge Management -* There was a nice discussion about [the dangers of 'reading like an academic' when you're not actually an academic'](http://discordapp.com/channels/686053708261228577/710585052769157141/840298881462960138) and how "productivity culture" can inhibit enjoyment and depth of learning. -* There was a nice discussion about how to [get started writing an essay](https://discord.com/channels/686053708261228577/722584061087842365/840989959053246495). -* There was an interesting discussion about [the difference between an index and a MOC](http://discordapp.com/channels/686053708261228577/710585052769157141/841885329572495360). -* There was a fascinating discussion about [how to take notes for inherently visual mediums](http://discordapp.com/channels/686053708261228577/710585052769157141/842458593444888636) like choreography. -* There was a nice discussion of [how to use Obsidian as a law student](https://www.reddit.com/r/ObsidianMD/comments/n8g5zs/looking_for_a_law_school_example_using_obsidian/) over on Reddit. -## Ancillary Tools -* [iris.ai](https://iris.ai/) came up as a useful research tool with a nifty GUI for tracking down articles related to a starting point. -* [Nebo](https://www.nebo.app/) is a mobile app with excellent handwriting detection, it can indent bullet points and exports well to clipboard, allowing for easy pasting into Obsidian. -* A lot of people enjoyed this [color palette generator](https://coolors.co/generate) for creating color schemes for graphs and folders and such. -* [LiquidText](https://www.liquidtext.net/) was recommended as a great tool for projects, as it allows for the opening of multiple PDFs in a single "project" and has a nice highlighting app. -* You can use [AutoHotKey](https://www.autohotkey.com/) to rebind the `insert` key to do literally anything else, which I highly recommend based on how often people think that its behavior of deleting everything after the cursor as you type is an Obsidian bug. -* `@koala` created a [CSV to Markdown converter](https://github.com/kometenstaub/csv-to-md). -## Housekeeping -* I added some [resources for beginners](https://obsidianroundup.org/resources/#for-beginners) to the Resources portion of the roundup. -* I also added some resources for [personal knowledge management](https://obsidianroundup.org/resources/#personal-knowledge-management). -* I've been making more of an effort to engage with folks over on [Twitter](https://twitter.com/EleanorKonik) about Obsidian-related things, if that's a place you prefer to interact. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.22.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.22.md deleted file mode 100644 index eafec414d..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.22.md +++ /dev/null @@ -1,51 +0,0 @@ -## In The Community -* There was a [lovely discussion](http://discordapp.com/channels/686053708261228577/744933215063638183/844726309410308177) prompted by `@AB1908` about what motivates people to write. -* The Leveraging Metadata and Bending Markdown talk has been cancelled, but we'll be hosting instead a Metadata Group Discussion on the same date and time (May 30th 8PM CET). Details [here](https://forum.obsidian.md/t/metadata-group-discussion-community-talk/) - -## Obsidian Updates - -## Plugin News - -### New -* [the MetaEdit plugin](https://github.com/chhoumann/MetaEdit/releases/tag/1.0.0) by `@Chhrriissyy` allows users to easily update YAML properties and Dataview fields, mark a task as completed (from anywhere), and the file will be updated with the new count. It also auto updates properties in files linked to from Kanban boards on lane change. Requires manual install. -* [Obsidian Dictionary](https://github.com/phibr0/obsidian-dictionary) requires manual install but creates a nifty "dictionary view" pane. -* [Supercharged links](https://github.com/mdelobelle/obsidian_supercharged_links) allows for some neat features for styling internal links. It also allows users to change any dataview inline field or frontmatter by right clicking on an internal link. -### Updates -* The Excalidraw [1.1.0](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases) by `@zsviczian` update discontinued code block embedding and implemented native `![[drawing.excalidraw]]` embedding. The MIGRATE command in the command palette should let you convert your old Excalidraw code blocks. -* The [Image in Editor](https://github.com/ozntel/oz-image-in-editor-obsidian) plugin now displays Excalidraw drawings in markdown mode. -* [MediaExtended 2.6.0](https://github.com/alx-plugins/media-extended/releases/tag/2.6.0) by `@AidenLx` has new features to get timestamp from player and open timestamp link on external video. -* [Buttons 0.4.7](https://discord.com/channels/686053708261228577/771575014382108672/845040678840827975) by `@shabegom` now has text buttons. -* [Tracker v1.5](https://github.com/pyrochlore/obsidian-tracker) by `@pyrochlore` added two new search types. `searchType 'table'` lets you extract data from a table and then make a plot for it while `searchType 'dvField'` allows retrieving data in "dataview plugin's inline field" format. `@bettyzhang` has an example [here](https://discord.com/channels/686053708261228577/771575014382108672/845223773178691594). -* [Pane Relief](https://github.com/pjeby/pane-relief#readme) by `@pjeby` now allows you to right-click on Obsidian's history arrows. - -### Under The Radar -* [Focus Mode](https://github.com/ryanpcmcquen/obsidian-focus-mode) by `@ryanpcmcquen` - -### Magic -* `@zsviczian` created a [workaround to Sync plugin settings with Obsidian Sync via Templater on GitHub](https://github.com/SilentVoid13/Templater/discussions/211). This should be helpful for iOS users. There are more details [here](https://discord.com/channels/686053708261228577/840286238928797736/843217947488157716). -* `@zsviczian` also shared how to [add syntax highlighting to templater scripts](http://discordapp.com/channels/686053708261228577/840286238928797736/843409737562325022). -* `@RoamHacker` put together [a Dataview script](https://gist.github.com/roamhacker/4e019abd25c58de57376add6e3aa4173) designed to give a more useful view of tasks by date, separated out by overdue, soon, due, and undated. -* `@Yas` created a [dataviewjs query](https://discord.com/channels/686053708261228577/771575014382108672/843841380773658664) to replicate the "on this day" timehop-style feature that some apps have. -* `@shabegom` created [a Templater script](https://discord.com/channels/686053708261228577/771575014382108672/844016103109165076) that prompts for a query and then shows notes and lines that include the query. -* `@Christian` shared a bunch of [Templater scripts](https://github.com/chhoumann/Templater_Templates), including a Readwise importer, and a QuickAdd that lets you append quick notes to a specified file. - -### For Developers -* There was a really interesting [discussion about Promises and Javascript](http://discordapp.com/channels/686053708261228577/840286238928797736/844549148904128512) that could be really valuable for anyone interested in learning to create plugins for Obsidian who isn't already good at Javascript. -## Workflow Stuff -* There was a discussion about workarounds that might replicate the "reading ruler" effect that some people with learning disorders like dyslexia use to help with reading -## Feature Requests -* a writeup on "the absolute state of syncing things between devices as relevant for obsidian" would be valuable. If someone knowledgeable on the topic can put that together (even just a meta post linking to stuff like the git options / the summaries about why iOS is hinky, the issues with google drive etc) many people would be grateful (and I will add it to the big meta resources post on the roundup). -* The desire to see the results of dataview queries (among other things) render in the graph was [discussed](https://discord.com/channels/686053708261228577/694233507500916796/843116572167372820). -* A couple of different people asked about a plugin to allow for the custom rearranging of notes and folders on the sidebar, which has come up a lot. After I [asked](https://discord.com/channels/686053708261228577/707816848615407697/844722593025490944) about how viable it would be to do that, `@danieltomasz` proposed [a solution that might be easier to implement](https://discord.com/channels/686053708261228577/707816848615407697/844858290536972289): creating a new navigation pane (a la the starred notes plugin) that is more flexible. -## Appearance -* This nifty css hack will make [the wordcount report screen flicker less](https://forum.obsidian.md/t/word-count-adds-distracting-motion-to-status-bar/18253). -* `SlRvb` has a version of "aside" CSS that leverages how `, ,` & `` allow for markdown code to work inside of them. The [theme repo for ITS](https://github.com/SlRvb/Obsidian--ITS-Theme) has a bunch of handy snippets. -* `@Mara` offered up [a snippet to hide files](http://discordapp.com/channels/686053708261228577/702656734631821413/844823253554036766) in the Obsidian explorer. -* `@yungbananapeel` figured out how to make [dataview tables look like gallery cards](https://discord.com/channels/686053708261228577/771575014382108672/844453734724796467). -## Knowledge Management -* `@itsTimConnors` put together a nice "getting started" [guide for knowledge management](https://itstimconnors.com/a-builders-guide-to-note-taking/) that also covers relationship management & recording information about entities like people and companies. -* This [reddit discussion](https://www.reddit.com/r/ObsidianMD/comments/ng9pqg/how_not_to_take_smart_notes/) started by `@joshduffney` had a really great discussion of "what not to do" when it comes to taking notes, and `@tyhe` added on with a bunch of background about Luhmann and the origins of the Zettelkasten method that I think were very informative. -## Ancillary Tools - - a list of [GUI programs](https://tesseract-ocr.github.io/tessdoc/User-Projects-%E2%80%93-3rdParty.html) that use Tesseract, an open source OCR engine, to use a mobile device with a camera to translate images into text, via `@brimwats` - - `@argentum` had a really nice [explanation of vim](http://discordapp.com/channels/686053708261228577/722584061087842365/844522162862030859), for those who have always sort of wondered what it is and why people like it. -## Housekeeping \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.29.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.29.md deleted file mode 100644 index fb7653d40..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.05.29.md +++ /dev/null @@ -1,74 +0,0 @@ -## In The Community -- `@nickmilo` hosted me for a chat about how I adapted Cat's amazing [workflow writeup](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536) and Argetina's comprehensive [Zotero tutorial](https://www.youtube.com/watch?v=9SzGxZbqyqc) to use [Zotero as a non-academic](https://www.youtube.com/watch?v=XbGJH08ZfCs). -- The [Metadata Group Discussion](https://forum.obsidian.md/t/metadata-group-discussion-community-talk/17070) will be moderated by `@Cat`. It is scheduled for [May 30th 20:00 CET](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). [Submit discussion points or questions](https://forms.gle/W42Vjwdozde1YUeS8) by Friday. -## Obsidian Updates -[0.12.4](https://forum.obsidian.md/t/obsidian-release-v0-12-4-insider-build/18764) is now available to insiders. Featuring: -* Quick switcher now has an option to show links to files that haven’t been created yet. -* A new core plugin β€œOutgoing links” is now available, which is basically the opposite of the backlinks panel but works very similarly. [Example here](https://discord.com/channels/686053708261228577/744933215063638183/847660973745373275). -* Graph view’s right click menu now has an option to open the note in a new pane. -* Obsidian Sync’s status icon will now show red when not connected to the server. -* Status bar elements now have a css class of the plugin ID added to it, for example, plugin-word-count. - -## Plugin News - -### New -* The ['Collapse All' plugin for the file explorer](https://github.com/OfficerHalf/obsidian-collapse-all) is one of those nice little quality of life updates that can fly under the radar but really improve things. -* [Obsidian Dictionary](https://github.com/phibr0/obsidian-dictionary) adds a View to the Sidebar in which you can search for Words in many different languages (including: English, German, Hindi, Spanish, French, & more) and now comes bundled with the "Synonym Popover Feature" from `@mgmeyers`. -### Updates -* Supercharged Links 0.2.4 lets you add a missing field by right-clicking the link. You can also show/hide the field options in the context menu, so that you can choose which plugin suits you for modifying fields. Example [here](https://discord.com/channels/@me/815308052323500033/845967637112291358). 2.5 lets you give your note a category to specify which dataview/frontmatter field should appear in your note links' context menu. Demo [here](https://youtu.be/Av7DeYZILUk). -* It is now possible to hide note files automatically in [Obsidian Folder Note](https://github.com/alx-plugins/alx-folder-note). -* [Excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin) [1.1.6](https://www.youtube.com/watch?v=FDsMH-aLw_I) adds functionality for links with the generated images. -* Kanban [0.3.9](https://github.com/mgmeyers/obsidian-kanban/releases/tag/0.3.9) lets users search (demonstration [here](https://discord.com/channels/686053708261228577/707816848615407697/846082394033225759)). 0.3.10 and 0.3.11 were smaller fixes. -* [MetaEdit](https://discord.com/channels/686053708261228577/771575014382108672/846094926987001896) added toggle for UI elements. You can now hide menu options, etc. There's also now an API with auto property handling. -* [Outliner](https://github.com/vslinko/obsidian-outliner/releases/tag/1.2.0) an update to support line breaks. -* [NoteTweet](https://github.com/chhoumann/notetweet_obsidian/) (which lets you tweet threads straight from Obsidian) now supports images. - -### Templater Scripts -* `@Murf` created a new Templater script that lets you [quick capture](https://github.com/SilentVoid13/Templater/discussions/231) β€” a modal popups up so you can input a new note (title and content) quickly, without having to change your workspace. Note: This was the thing that pushed me over the edge into downloading Templater, and it's amazing. -* `@Chhrriissyy` has an even more powerful version called [QuickAdd](https://github.com/chhoumann/Templater_Templates#quickadd-v2) that lets you quickly add new pages or content to your vault. It allows you to quickly add new pages from templates, as well as quick capture anything. You can customize practically everything about it. There's even custom templates, just for formatting titles and values. It even lets you put stuff below a particular heading in your daily note. -* `@death_au` uses this [Templater script](https://discord.com/channels/686053708261228577/840286238928797736/846205611167580207) to have a line in their daily note template to create a different day planner schedule depending on the day of the week. -* This Templater script lets from `@Murf` lets you open a `[[Link]]` under your cursor in Search pane with regex to show its Backlinks. Here's the [Github Discussion](https://github.com/SilentVoid13/Templater/discussions/245) -* `@Bejasc` put together a [Templater Script](https://discord.com/channels/686053708261228577/707816848615407697/847452061003284490) that lets you highlight text, run the template, and then choose an admonition type and give it a title. It makes it easier to use some of the less-common admonition tags without having to look them up, and I hope this functionality gets added into the admonition plugin soon! - -### Under The Radar -* Obsidian-flowcharts supports [linking to subgraphs](http://discordapp.com/channels/686053708261228577/709580487550828614/843821744623058985) in Mermaid. -* [Obsidian Sortable](https://github.com/alexandru-dinu/obsidian-sortable) allows users to make tables (including those created by Dataview) sortable with clickable arrows, like on Wikipedia. -* [Obsidian Tasks] is getting a lot of love. -* The [markdown formatting assistant plugin](https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin) has some latex helpers, and I want to share it again because there have been a couple of discussions lately about taking math notes in Obsidian. -### For Developers -* `@liam` shared that you can set the [app badge count with javascript](https://discord.com/channels/@me/815308052323500033/846132119280549930), which might be useful for task management plugin devs (but if you choose to go this route, be sure to make it an optional setting!). -* `@shabegom` put together a helpful writeup on [how to write templater scripts with plain javascript](https://publish.obsidian.md/shabegom/Publish/How+To+Use+Templater++JS+Scripts), which is advised where possible since it's much cleaner to read. -* `@pjeby` released [Hot Reload 0.1.8](https://github.com/pjeby/hot-reload) to support symlinked plugins on Windows and OS X. -* Reminder: if you want to track usage statistics or something for a plugin, it should be _off by default,_ have a toggle in the settings panel, and explicitly explain what the purpose of the trackers are. -## Workflow Stuff -* Francisco Bricio's [presentation](https://www.youtube.com/watch?v=Ehw3hUZNF1M), hosted by `@nickmilo` of Linking Your Thinking, got resurfaced this week as being particularly useful for entrepreneurs. -* This [Discord](https://discord.com/channels/686053708261228577/840286238928797736/845277734477627412) example of how to assign multiple values to a piece of inline metadata (which can be used by Dataview and [Obsidian Tracker](https://github.com/pyrochlore/obsidian-tracker)) was really helpful. -* Relatedly, here is a [video demonstrating how to create a graph from table data interacively](https://www.youtube.com/watch?v=EVgz7UV6fbU) using Tracker v1.5 -* Logseq and Obsidian can work together. `@shuyunzhang99` put together a [demonstration](https://www.youtube.com/watch?v=W4Art2DI9SA) of their interoperability on the same .md file. -* When looking at the backlinks/outlinks panel, you can open a note in a new pane using middle click from the scroll wheel. -* `@foreveryone` put together this handy [pro-con chart](https://discord.com/channels/686053708261228577/805952223124520961/845073044573782026) to help decide whether to split vaults, particularly for creative vs. knowledge vaults. -* This [iframe trick](https://discord.com/channels/686053708261228577/805952223124520961/809484088540266528) via `SlRvb` got resurfaced: it lets you use a dropbox link to embed a generated fantasy map into your vault, which is super useful for worldbuilders. -* `@StPag` added some admonition bits on top of the Zotero-Zotfile-MdNotes workflow and assigned a colour to highlight keywords and used some regex to build an index of the topics covered. There are [details on the forum](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536/29?u=eleanorkonik) but the actual [hacky rscript code is in the discord](https://discord.com/channels/686053708261228577/722584061087842365/847573039411757067). - -### Mobile -* You can use a [shortcut to get .css snippets](https://forum.obsidian.md/t/ios-shortcuts-share-your-ideas/15149/33) into your mobile vault if you're using iOS with Obsidian Sync. Toolbox Pro required. -* For Android users, you can use [Markor](https://play.google.com/store/apps/details?id=net.gsantner.markor&hl=en_US&gl=US)'s quick note widget to let you take notes directly into your inbox folder in your Obsidian vault; the two programs synergize well. (thanks, `@brimwats` for the tip). - -## Feature Requests -* Getting the [ability to create Filelinks/Tags for the Graph inside Codeblocks](https://forum.obsidian.md/t/ability-to-create-filelinks-tags-for-the-graph-inside-codeblocks/17419) was discussed in the Discord again, since it's a big limitation on the admonition plugin in particular. I proposed an [Optional Alternate Syntax for Codeblock Plugins](https://forum.obsidian.md/t/alternate-syntax-for-codeblock-plugins/18905) β€” please chime in with your preferences if this is something that matters to you. -* The request for [file explorer customer sort](https://forum.obsidian.md/t/file-explorer-custom-sort/1602/69) got resurfaced. -* A couple of people have lamented the lack of ocr allowing for the [searching of text in images](https://forum.obsidian.md/t/ocr-images-screenshots-to-make-them-searchable/6854). -## Appearance -* If you don't like the way that Obsidian's default font uses ligatures, you can [disable them with CSS](https://stackoverflow.com/a/39504776). -* This [css](https://discord.com/channels/686053708261228577/702656734631821413/842390693312725052) from `@SlRvb` lets you format inline keys with a `dv` cssclass. -* This [css](https://discord.com/channels/@me/815308052323500033/846089220430102628) from `@foreveryone` will let you hide a particular folder, i.e. your Attachments folder, from the file navigator. -* This [css](https://discord.com/channels/@me/815308052323500033/846752506054443069) (also from `@foreveryone`) will let you rotate an image, which can be really handy if you're on mobile and your phone takes stupid pictures. -* `@Chetachi` released the [Yin and Yang](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme/) theme. -## Knowledge Management -* `@Artefice` shared some [really nice advice about](https://discord.com/channels/686053708261228577/709712341066842113/847237568458522656) how to use Obsidian and personal knowledge management principles that are poplar in the community as a student. -## Ancillary Tools -* `@MrChad` [recommended](https://discord.com/channels/686053708261228577/710585052769157141/845503538490507334) [Refind](https://refind.com/EleanorKonik?invite=209801a8ad) as a read-later/bookmarking/link-curation app. It's got a browser add on that you can click on any article and save for later - and categorize if you want to. It reminds me of [Mix.com](https://mix.com/ekonik) except it seems to try to curate a more strict "top five" daily reading list with deep dives on different subjects. -* `@nvanderhoeven` [shared](https://nicolevanderhoeven.com/blog/20210302-presentation-slides-as-code/) how they use Obsidian + revealJS + Hugo + GitHub pages to create presentations and publish them online. -## Housekeeping -* I updated the [Resources: For Beginners](https://obsidianroundup.org/resources/#for-beginners) to include a couple of new beginner videos. -* I updated the [Task Management Plugins](https://obsidianroundup.org/plugins/#task-management) list to include kanban. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.05.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.05.md deleted file mode 100644 index 62040c572..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.05.md +++ /dev/null @@ -1,46 +0,0 @@ - -## In The Community -* This [video](https://youtu.be/N9Sg6-owHZ0) goes over the Obsidian v0.12.3 New Features & Improvements. -* This [video](https://youtu.be/nAoqy1V9iO0) is an Obsidian v0.12.4 Insiders Build Preview. -* [Knowledge Organization, Cataloging and Classification in Obsidian](https://forum.obsidian.md/t/knowledge-organization-cataloging-and-classification-in-obsidian-community-talk-by-brimwats/) by `@bri` is scheduled for [Saturday, June 5th 11:00 GMT-7](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). -* [Using Pandoc to keep your workflow inside Obsidian](https://forum.obsidian.md/t/using-pandoc-to-keep-your-workflow-inside-obsidian-community-talk-by-skepticmystic/19193) by `@SkepticMystic` has been scheduled for Sunday 13th 18:00 CET -* This [discord server](https://discord.gg/V9rXReZY) exists to help people with questions about the Obsidian Juggl plugin. -## Housekeeping -* Please note that some of the following links go to the Obsidian Communtiy discord and will only work if you have joined the server! Find out more on the [Obsidian Community](https://obsidian.md/community) page. - -## Plugin News - -### New -* [Obsidian Dropbox Backups](https://github.com/ryanpcmcquen/obsidian-dropbox-backups) can now be automated. -### Updates -* Kanban 0.4.0 was released. It supports pulling in metadata from pages linked within cards, including dataview inline metadata. Cards update when a linked page's metadata changes. This allows nifty things like updating the metadata with Supercharged Links. Note: Please update the Kanban plugin if you're on 0.4.1, `@doge` helped surface a pretty bad bug that is now fixed in 0.4.2. Image embeds, pasting HTML, and dropping content onto the board to create new cards were made available in 0.4.3! -* Supercharged Links 0.2.9 brings more flexibility for users to control the styling of their links! and the management of their frontmatter/dataview fields. -* the Obsidian Dictionary Plugin now allows users to click on a new Button in the Sidebar to save the Information of any word to a file locally, which you can use to link to other notes. -* [0.0.9 of block reference counters](https://github.com/shabegom/obsidian-reference-count/releases/tag/0.0.9) fixes a bug that added additional blank search tabs to the right sidebar. There's also a new reference view mode. Some people like it, some people hate it, be sure to voice your opinions! -### Under The Radar -* [Obsidian TOC](https://github.com/hipstersmoothie/obsidian-plugin-toc) will generate a table of contents for a file. -* [Obsidian Tweaks](https://github.com/JeppeKlitgaard/ObsidianTweaks) adds some additional functionality that can be hotkeyed. -### Templater Scripts -* This [video from Productivity Guru](https://www.youtube.com/watch?v=cSawi0tYPMM) was surfaced as being a good introduction to using the Templater plugin. -* You can add both [windows desktop native notifications](https://discord.com/channels/@me/815308052323500033/848195978124460082) and also [obsidian notifications (notices)](https://discord.com/channels/686053708261228577/840286238928797736/848168201195094066) with templater. -* The [QuickAdd templater script](https://github.com/chhoumann/Templater_Templates) now allows the use of variables. There's also a new property called `multi` that lets you group choices together and have a more organized menu. -* This [templater script](https://discord.com/channels/@me/815308052323500033/849439350534045731) can replace all timestamps prepended by a key with a YouTube link. - -## Workflow Stuff -* `@bettyzhang` shared their [academic workflow](https://discord.com/channels/686053708261228577/771575014382108672/849515200494436373), which leverages the Highlights App, Zotero & Mdnotes, Dataview, Citations Plugin, and Zotfile. -* This [dataviewjs query](https://github.com/chhoumann/Templater_Templates#httpsgithubcomchhoumanntemplater_templatesblobmasterdataviewcopy_links_in_querymd) allows you to copy all the links found in it. It also displays them in a table below, so you see what you're getting. I've included instructions for changing the formatting, in case you might want to have the links comma-separated or something. -* This [forum thread](https://forum.obsidian.md/t/how-do-you-put-yaml-to-use-in-your-system/18987) is a useful discussion about how various people leverage YAML metadata in their notes. - -## Feature Requests -* `u/ShikaruBoy` on Reddit asked for the ability to [exclude specific folders from the quick switcher](https://www.reddit.com/r/ObsidianMD/comments/nr22jo/exclude_specific_folders_from_quick_switcher/). -## Appearance -* This [CSS Snippet](https://discord.com/channels/@me/815308052323500033/848791385652854794) increases the visibility of the back/forward navigation arrows in Obsidian. -* This [theme enhances Nord](https://github.com/AidanGlickman/obsidian-nord-enhanced) by getting rid of colored headers, and adds support for syntax highlight and the presentation plugin. - -## Ancillary Tools -* [Cryptomator](https://cryptomator.org/) was recommended as an encryption tool that offers multi-platform transparent client-side encryption of your files. -* [Freeplane](https://www.freeplane.org/) was recommended as a quality open source mind mapping program. Evidently the documentation is poor and the website is dated, but you can ask questions on the SourceForge forum, and it's got "[10x the functionality of any free competitor and probably most commercial options](https://discord.com/channels/@me/815308052323500033/848911233129250836)." -* Calibre v5.18 added highlight/annotation functionality with the ability to export notes from documents in markdown format. It's not as configurable as export/use with Zotero for pdfs, but it does provide custom links directly to the text in the file. -* [Miraheze](https://meta.miraheze.org/wiki/Miraheze) was recommended as a mediawiki alternative. -* `@bettyzhang` put together this [Obsidian and Logseq Side by Side Comparison on YouTube](https://www.youtube.com/watch?v=W4Art2DI9SA&t=32s). - diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.12.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.12.md deleted file mode 100644 index 3afae9ae0..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.12.md +++ /dev/null @@ -1,58 +0,0 @@ -## In The Community -* The Knowledge Organization in Obsidian community talk by `@brimwats` is live on [Youtube](https://www.youtube.com/watch?v=jMJbVUUi34I). It offers a history of library organization, a detour into cataloging vs classification, and the lowdown on foldering/tags in PKMs. This [discord post](https://discord.com/channels/686053708261228577/694233507500916796/852555393741750272) contains links to unfilmed discussion points about geographical terms and classification systems, niche vocabularies, and "semantic obsidian." -* `@SkepticMystic` will be giving the [Using Pandoc to write PDFs, Word documents, and slideshows in Markdown](https://forum.obsidian.md/t/using-pandoc-to-keep-your-workflow-inside-obsidian-community-talk-by-skepticmystic/) talk this [Sunday at 18:00 (CET)](https://share.clickup.com/c/h/4gdf2-36/5b21a6f8588e5c6). - * `@Payload` had an excellent explanation of [what plugins are, some examples, and how they work](https://discord.com/channels/686053708261228577/707816848615407697/851695771178762240) that I recommend for anyone who finds them confusing. -* I feel a little weird including this, but it made it to the starboard and I posted it directly by request of multiple community members, so here's a condensed paper I wrote for my master's course about best practices in [teaching critical thinking skills](https://eleanorkonik.com/difficulties-teaching-critical-thinking/). There's probably a fair amount of applicability for _learning_ critical thinking skills, which help a lot with figuring out best practices for personal knowledge management and metacognition and life in general. -## Obsidian Updates -[Public v0.12.4](https://forum.obsidian.md/t/obsidian-release-v0-12-4/18764) -- Quick switcher now has an option to show links to files that aren't created yet. -- New core plugin "Outgoing links" which can be enabled through the settings page, which shows a list of destinations your note links to and gives a list of unlinked mentions from the current note that can be linked. - -[Insider 0.12.5](https://forum.obsidian.md/t/obsidian-release-v0-12-5-insider-build/19374) -* The template core plugin now has commands to insert the current time or the current date. -* There’s now a new dedicated command to focus on the editor. -* Pasting images copied from Chrome’s β€œCopy image” menu action will now properly import the image to the vault, instead of creating a link to the image’s original URL. -* Fixed some Mermaid diagrams not rendering properly (journey missing text, gantt unreadable active task, class diagrams have very faint text). -* There is now a function available for converting HTML to Markdown called htmlToMarkdown, which is using a pre-configured Turndown Service. - -## Plugin News - -### New -* the [ZoottelKeeper](https://github.com/akosbalasko/zoottelkeeper-obsidian-plugin/) plugin is an automated folder-level index file generator and maintainer that let me delete a bunch of tags and I'm really thrilled about it. -* [Obsidian smart typography](https://github.com/mgmeyers/obsidian-smart-typography) automatically converts straight quotes to smart quotes. It also has support for em dashes, and ellipsis, and I'm really grateful for its existence. `@mgmyers` wants to expand support to other languages, so if there's something you'd like added, file an issue on the github repo. -* [Obsidian Advanced New File](https://github.com/vanadium23/obsidian-advanced-new-file) lets you assign folder for a new file when you trigger the hotkey. -* The [Obisidan OCR plugin](https://github.com/schlundd/obsidian-ocr-plugin) extracts the text of image attachments. -* The [Obsidian iCal plugin](https://github.com/mdelobelle/obsidian-ical/tree/master -) (Mac only) includes the events of your Calendar at the end of your daily notes with templating capabilities. -* the [Adjacency Matrix Maker 0.4.0](https://github.com/SkepticMystic/adjacency-matrix-maker/releases/tag/0.4.0) by `@SkepticMystic` (of "helps people with dataview" fame) is a nifty alternative to the graph view. -* [Obsidian text format](https://github.com/Benature/obsidian-text-format) will "clean up" formatting, getting rid of excessive spaces and newlines if you, for example, paste in text from a pdf. -* [Obsidian grandfather](https://github.com/noatpad/obsidian-grandfather) puts the time (and date if you want) in the status bar, which might be useful for people who like to work in fullscreen mode. -* The [File Tree Alternative](https://github.com/ozntel/file-tree-alternative) plugin creates a file explorer similar to Evernote where folders and files are in separate leafs. I think [this feature request](https://forum.obsidian.md/t/split-view-of-the-file-pane/19555) gives a pretty useful overview of why someone might want this. -* The [Bible Reference Plugin](https://forum.obsidian.md/t/new-plugin-bible-reference-plugin-alpha/19532) will let you "fetch" a particular passage of the Bible from the [ESV.org](https://www.esv.org/). -### Updates -* [Dropbox backups 0.12.4](https://github.com/ryanpcmcquen/obsidian-dropbox-backups) supports mobile. Developers looking for an example of oath browser handshakes might want to give it a look, as well. -* The "[Collapse All](https://github.com/OfficerHalf/obsidian-collapse-all)" (folders) plugin how has functionality for expanding all folders. -* v1.5.0 of the [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition) allows for nested decks, better load balancing, and some other QoL improvements. -* [Kanban v0.5.6](https://github.com/mgmeyers/obsidian-kanban/discussions/177)'s metadata fields now support rendering markdown. - -### Under The Radar -* the [argdown plugin](https://github.com/amdecker/obsidian-argdown-plugin) can be useful for [taking notes on things that require a train of thought](https://forum.obsidian.md/t/taking-notes-on-information-that-requires-a-chain-of-thought/19531). - -## Workflow Stuff -* A [tip](http://discordapp.com/channels/686053708261228577/707816848615407697/852793134479835146) via `@Payload` is that the order of plugins being loaded decides the order of content that they populate in the status bar (if they are loaded first, they would be on the left of the status bar). You can change this ordering in .obsidian/config. Look for enabledPlugins, the array contains all your enabled plugins, in the order at which they are loaded. Change the order to one that you like. -* There was an interesting discussion on the forum about [how to build a recipe database using Obsidian](https://forum.obsidian.md/t/help-howto-build-recipe-database-in-obsidian-complex/19548/4). -* There was a discussion on Reddit about how [university teachers](https://www.reddit.com/r/ObsidianMD/comments/nx9ayz/any_teachers_out_there_using_obsidian/) use Obsidian to manage their notes and lecture plans. - -## Appearance -* This [CSS code](http://discordapp.com/channels/686053708261228577/702656734631821413/850509685110210580) will let you style specific headings (e.g. `## Reading Log` but not `## Tasking`) -* This [CSS code](http://discordapp.com/channels/686053708261228577/702656734631821413/851588418487975966) will visually shorten url links so they take up less space in the editor. -* This [CSS code](https://forum.obsidian.md/t/soft-wrap-file-name-in-sidebar/2369) will cause sidebar titles to wrap. -* `@SlRvb` [figured out](https://discord.com/channels/686053708261228577/771575014382108672/850791937371537458) how to put svg icons into css for use with folders. -* `@Payload` shared a really beautiful bit of [code](https://discord.com/channels/686053708261228577/702656734631821413/851474397238788146) that adds a visual background of stars and nebulae to an Obsidian instance. -* `@Chetachi` shared a tutorial for [multicolored highlights](https://www.reddit.com/r/ObsidianMD/comments/nu0olr/multicolored_highlighting_in_obsidian/) in Obsidian. - -## Knowledge Management -* This [discussion about source v. literature v. permanent v. atomic v. evergreen notes](https://forum.zettelkasten.de/discussion/1582/what-are-source-notes-literature-notes-permanent-notes-atomic-and-evergreen-notes) over at the zettlekasten.de is a useful summary of some of the common "vocabulary terms" that crop up in the Obsidian community. -* There was a related [discord discussion](https://discord.com/channels/686053708261228577/710585052769157141/852673138843189258) about different notetaking methodologies with a focus on multifacted systems and the value of the oft-maligned "bookkeeping" systems. -## Ancillary Tools -* [ShareX](https://getsharex.com/)is a popular gif creating & sharing tool. [Loom](https://www.loom.com/) is popular for sharing screen captures with voiceover. diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.26.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.26.md deleted file mode 100644 index 162795af4..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.06.26.md +++ /dev/null @@ -1,56 +0,0 @@ -## Obsidian Updates -* [Obsidian Release v0.12.6 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-6-insider-build/19914) added the new [Note Composer](https://help.obsidian.md/Plugins/Note+composer) core plugin. -* [Obsidian Release v0.12.7 (Insider build)](https://forum.obsidian.md/t/obsidian-release-v0-12-7-insider-build/20004) was mostly focused on bugfixes and Sync; third party sync tools should have a harder time corrupting the sync database now. -## Plugin News - -### New -* [Obsidian File Explorer Count](https://github.com/ozntel/file-explorer-note-count) lets you see how many files you have in a folder without having to hover. -* You can now get a [pomodoro timer in your status bar](https://github.com/kzhovn/statusbar-pomo-obsidian). -* the [Breadcrumbs plugin](https://github.com/SkepticMystic/breadcrumbs) allows you to assign parent, child, and sibling links to other notes using YAML and then get a visual navigation sidebar thing. -* There’s a new [task management](https://github.com/tgrosinger/tq-obsidian) plugin. Each task is represented as a Markdown note with a single task line and some metadata in the frontmatter. - -### Updates -* The new updates to [Admonition](https://github.com/valentine195/obsidian-admonition) allow for non-codeblock admonitions so that links can work! This is _incredible_. Here’s an [example](https://www.loom.com/share/730f77bbeeef453f94f22576df7178f4). -* [Table Extended](https://github.com/alx-plugins/table-extended/releases/tag/1.3.0) also moved away from codeblocks in order to better support backlinks and forward links. -* [Note Refactor 1.7.0](https://github.com/lynchjames/note-refactor-obsidian/releases/tag/1.7.0) is now available. It supports `[markdown](links)` and adds a new command for extracting selections. -* [Tracker 1.7.0](https://github.com/pyrochlore/obsidian-tracker) adds a new output type 'month', rendering a month view for a given dataset, as in [this example](https://discord.com/channels/686053708261228577/855181471643861002/856529983031607316). -* [QuickAdd 0.2.2](https://github.com/chhoumann/quickadd) has a bunch of behind the scenes improvements, and updated documentation. 0.2.12 adds an example for fetching tasks from Todoist into your vault, in a format that the Tasks plugin will collect. A lot happened here this week. If you like Templater, you will probably also like QuickAdd. For example, this incredible [QuickAdd script](https://discord.com/channels/686053708261228577/840286238928797736/855883637367242752) `Christian` put together lets you split _named_ (instead of just numbered) headings off into atomic notes in a particular folder, embedding the section in the new note instead of moving the text out of the literature note. This solves a bunch of the problems outlined in the discussion of my [increasingly atomic folders] workflow writeup about why I do it β€œmy way” instead of using the β€œproper” atomic note method. Now you can have the best of both worlds! -* [Obsidian Tasks 1.1.2](https://github.com/schemar/obsidian-tasks/releases/tag/1.1.2) had some bugfixes and a documentation update. It should be easier to use now. -* v0.1.0 of the LanguageTool plugin has been released. It adds automatic checking, a new suggestions popup, and a handy status bar menu. -* [Smart Typography 1.0.3](https://github.com/mgmeyers/obsidian-smart-typography/releases/tag/1.0.3) adds better dash rules so that YAML and arrows don’t get screwed up anymore. - -### Under the Radar -* [Text Expand]( https://github.com/mrjackphil/obsidian-text-expand) can generate indexes across notes if you specify a `\folder, #tag or [[Link]]` to generate an output of links that are readable by obsidian. - -### For Developers -* When putting together QuickAdd, `@Christian` figured out how to enable the Obsidian autocomplete for page names in the modal window. Check out the repo (or ping him, he’s very nice) if this would be useful for something you’re working on. -* There is now a `editor-menu` event on Workspace, which can be used to add more options to the context menu inside the editor. - -## Workflow Stuff -* `@tallguyjenks` shared [best some practices for YAML](http://discordapp.com/channels/686053708261228577/694233507500916796/856218976946618399) -* `@cotemaxime` shared that you can type `app.garbleText()` into the console to blur text before sharing a screenshot. -* Another neat [template for Zotero](http://discordapp.com/channels/686053708261228577/710585052769157141/856977587976011787) was shared. This time with buttons! -* `@thecookiemomma` shared [a plugin list](http://discordapp.com/channels/686053708261228577/694233507500916796/858023992743821373) they think would be useful for writers. -* `@death_au` shared a tip: Playing videos in Obsidian supports Picture-in-Picture! -* `@Patrick` shared a [showcase video](https://youtu.be/vfGDnIa34ag) showing how he uses Obsidian for creating tabletop adventures. -* Federico at the AppStories podcast [shared](https://appstories.net/episodes/228/) his research and note-taking setup. - -## Appearance -* This [css snippet](https://forum.obsidian.md/t/css-snippet-for-multiple-blockquote-styles-with-syntax-formatting/19839/8) lets you have multiple blockquote styles depending on what you tag the quote. -* This small css snippet allows for information to be [displayed in multiple columns](http://discordapp.com/channels/686053708261228577/707816848615407697/856860634884341830) without the interactivity of kanban, if you prefer to avoid plugins but are fine with custom css. -* `@gammons` created a [base16 theme](https://github.com/gammons/base16-obsidian) that enables basically 131 new "themes" for Obsidian. -* This css snippet will let you [hide certain folders](https://discord.com/channels/686053708261228577/694233507500916796/845664939292229642), i.e. attachments. -* This css trick is useful for when you’re trying to set rules for [printing a note to pdf](https://discord.com/channels/686053708261228577/722584061087842365/855105812463616040). -## Knowledge Management -* There was a [discussion](http://discordapp.com/channels/686053708261228577/722584061087842365/857982337814888508) about what good habits, methods, etc exist for learning, processing, and applying information. A really nice list came from the discussion; I recommend checking it out. -* There was a discussion about [how to take notes as a high school student](http://discordapp.com/channels/686053708261228577/694233507500916796/855792400278224907). -* We discussed [how Twitter threads are similar to zettelkasten card series](http://discordapp.com/channels/686053708261228577/710585052769157141/857716879393423371) and how to adapt that to Obsidian. -* There was a [discussion about how to combine different pkm/life-os systems](https://discord.com/channels/686053708261228577/710585052769157141/856366772130807829). -* There was an insightful discussion over on reddit about [zettelkasten vs evergreen systems](https://www.reddit.com/r/ObsidianMD/comments/o589cd/is_it_me_or_is_the_zettelkasten_being/). -* `@sivwuk` shared a [showcase video](https://www.youtube.com/watch?v=_81oIoHMQrQ) showing how they use Obsidian to study. -## Ancillary Tools -* I put together a bit of a stream-of-consciousness review / list of recommended guides for setting up Ghost](https://eleanorkonik.com/ghost-my-experiences-running-a-self-hosted-newsletter/). It’s what I use to run this Roundup. A couple of people asked how I liked it because they were thinking about maybe checking it out, so I thought I’d share. -* This [guide for using Dropbox with Obsidian](https://theproductiveengineer.net/ultimate-guide-to-using-dropbox-for-obsidian-notes/) was shared. It seems very comprehensive. -* [Rentry](https://rentry.org/) is a minimalistic tool that is basically β€œpastebin for markdown” if you want to just share an Obsidian note with someone really quick without losing the formatting. -* [Nebo](https://www.nebo.app/features/) is a paid app for handwriting on tablets, apparently the OCR is really good and it can handle mixing handwriting and typed statements within a single document. A bunch of people really like it. -* `@hstagner` shared a [Twitter thread](https://twitter.com/hstagner/status/1408388869549137921?s=21) discussing the differences between a digital garden and a blog. It’s another nudge for me personally; I’ve been considering opening up my notes as a digital garden to supplement my blog in a way similar to what’s described in the thread. diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.03.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.03.md deleted file mode 100644 index 8a790a943..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.03.md +++ /dev/null @@ -1,49 +0,0 @@ -## In The Community -* The recording of the last Community Talk, [What your Vault Knows](https://youtu.be/58-Ue2mDy0k), which involves three short presentations and a discussion about using computational methods to extract knowledge from our vaults, is now online on YouTube. -## Obsidian Updates -* The Insider Build ([12.9](https://forum.obsidian.md/t/obsidian-release-v0-12-8-insider-build/20214)) lets Obsidian Sync be used to synchronize your settings, appearance tweaks, custom CSS, and installed plugins. It can now sync any file type using the β€œSync all other types” option. - -## Plugin News - -### New -Note: Some of these are pending code review and are not yet available in the community store. They may require manual install. -* the [Obsidian & reMarkable plugin](https://github.com/cobalamin/obsidian-remarkable) is looking for Windows testers. -* the [Obsidian Initiative Tracker](https://github.com/valentine195/obsidian-initiative-tracker) should make things easier for people who are using Obsidian to run tabletop RPGs. -* `@death_au` created a new [command URI plugin](https://github.com/deathau/command-uri-obsidian) that should allow for the creation of a system-wide hotkey to create new notes from anywhere. It opens up uri schemes to plugins that haven't necessarily defined them. I think it’s intended for things like this method to use [ULauncher](https://ulauncher.io/), an alternative to Alfred for Linux, to help with [quick capture of thoughts into a daily note](https://forum.obsidian.md/t/linux-alfred-alternative-for-quick-caputure/20203). -* [Obsidian Pocket](https://github.com/nybbles/obsidian-pocket/) allows you to sync your Pocket reading list into Obsidian, so that you can easily create Obsidian notes directly from your Pocket reading list. -* [Map View](https://github.com/esm7/obsidian-map-view) looks incredible for trip planning & taking notes about places you’ve been. -* You can now query the [Amazing Marvin](https://github.com/obsidianmd/obsidian-releases/pull/343) API for a list of tasks. -### Updates -* You can now [schedule tweets with NoteTweet](https://github.com/chhoumann/notetweet_obsidian/blob/master/GuideToSettingUpScheduler.md). For what it’s worth, NoteTweet is the absolute best (& cheapest) way to write Twitter threads that I’ve found anywhere. We also recently discussed how [tweets can be used as a type of atomic note conversation](https://discord.com/channels/686053708261228577/710585052769157141/857716879393423371). -* [QuickAdd](https://github.com/chhoumann/quickadd) can now detect the end of sections, and the format syntax suggester will now help you write formats easier. There were also some updates to the documentation and some bugfixes. Date offset functionality was added, and there’s a new API feature for variables. It’s up to 3.0 now. -* obsidian smart typography has been updated to support [customizing the open/closing quote characters](https://github.com/mgmeyers/obsidian-smart-typography/issues/5). -* The [Dictionary plugin](https://github.com/phibr0/obsidian-dictionary) (which has been way more useful for me personally than I thought it would be) now supports caching, which helps with offline / slow internet usage. - -### Under The Radar -* The [dice roller plugin](https://github.com/valentine195/obsidian-dice-roller) lets you randomly select entries from a table, as in [this example](https://discord.com/channels/686053708261228577/805952223124520961/860471875678896159). This can be used for, say, [generating writing prompts](https://discord.com/channels/686053708261228577/805952223124520961/860534603521196062). -* [Better Footnotes](https://github.com/alx-plugins/better-fn) is really nice. If you use footnotes and aren’t using it, it might help: it lets you preview on hover with footnote links. -* There’s a plugin that assigns [hotkeys to starred files](https://github.com/Vinzent03/obsidian-shortcuts-for-starred-files). It will, for example, let you jump quickly to an index note. -### For Developers -* This [shell script](https://github.com/kometenstaub/shell) via `@koala` will make it easier to beta test plugins; it facilitates updating plugins which are not in the Obsidian community plugin store. This [discord post](http://discordapp.com/channels/686053708261228577/840286238928797736/858448800737001522) has more details. -* Obsidian’s config file has been split up into 4 different files. -* `registerMarkdownPostProcessor` and `registerMarkdownCodeBlockProcessor` will now return the `MarkdownPostProcessor` callback function to facilitate manual un-registration. -## Workflow Stuff -* Moderator `@cotemaxime` shared the full breakdown of their [productivity system]([Maxime Cote | Personal Site](https://www.maximecote.me/blog/my-productivity-system-planning/)) over on their blog. It pulls from David Allen’s β€œGetting Things Done,” [Tiago Forte](https://twitter.com/fortelabs/status/1397572271548502020), Cal Newport and more. It’s a great example of mashing together best practices from various sources to land on what works for you, which Maxime also wrote [a guide for](https://www.maximecote.me/blog/how-to-architect-your-productivity-system-yourself/). -* `@joshduffney` [recorded & shared their smart notes workflow in Obsidian](https://www.youtube.com/watch?v=o_pq43WzeEo&t). -* `@mutton44` shared a somewhat hacky way to get [obsidian to work on two monitors with the same vault on Windows 10](http://discordapp.com/channels/686053708261228577/694233507500916796/860128416724025364). I don’t know if I’d be brave enough to try it, but I’d be remiss to not share. - -## Feature Requests -* `@edith` posted a feature request for [keeping the focus in the current panel/tab](https://forum.obsidian.md/t/keep-focus-in-current-pane-tab/20317). -* There’s a [feature request](https://forum.obsidian.md/t/selected-note-shown-highlighted-on-the-local-graph/9643/18) to highlight the active note on graph view that got resurfaced. -## Appearance -* `@bobheadxi` created a script to [sync global graph settings to the local graphs](https://gist.github.com/bobheadxi/ad4bc77a7b8c80d26f7668dac8a47576). -* There’s a new dark theme in town; check out [Rmaki](https://github.com/luke-rmaki/rmaki-obsidian). -## Knowledge Management -* `@anthonyamar` shared this [curated list of public Zettelkastens / Second Brains / Digital Gardens](https://github.com/KasperZutterman/Second-Brain). -* `@Animalistic` shared a very popular [method for choosing when to skim, when to focus, and when to highlight](https://discord.com/channels/686053708261228577/694233507500916796/858514569978445854) when processing a text. -* There was a nice reddit thread about how to use Dataview to [track books](https://www.reddit.com/r/ObsidianMD/comments/oa8q80/how_would_you_use_dataview_to_make_a_book_tracker/). -## Ancillary Tools -* [Scholarcy](https://www.scholarcy.com/), an online summarizing tool & flashcard generator, added Markdown export to our Chrome Extension, so it's easier to get full text research papers, including key findings and references, into Obsidian. -* After some discussion of tab organizers, [Session Buddy](https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko) was shared as a nice way to keep browser tabs organized by source in an outline format. -* [ActivityWatch](https://activitywatch.net/) is a free and open source device tracker that can be used to keep track of your productivity, time spent on different projects, bad screen habits, or just to understand how you spend your time. -## Housekeeping \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.10.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.10.md deleted file mode 100644 index 03efa5f21..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.10.md +++ /dev/null @@ -1,49 +0,0 @@ -## Obsidian Updates -* The [Insider Build](https://forum.obsidian.md/t/obsidian-release-v0-12-10-insider-build/20523) is up to 12.10 now. It’s mostly sync fixes, but that means that since hotkeys are now stored in a separate file, if you’re using Obsidian on multiple devices you might notice that your hotkeys will disappear on non-upgraded Obsidian instances when using Obsidian Sync to sync your app config. To migrate, upgrade Obsidian and turn on the hotkeys sync flag to receive the hotkeys, then restart Obsidian. - -## Plugin News - -### New -* My hero `@mrjackphil` is back creating [plugins by request](https://forum.obsidian.md/t/uuid-for-note-links-in-url-scheme/14617), this time tackling a plugin that will [create and open UID notes by UID](https://github.com/mrjackphil/obsidian-note-uid). Currently, it only opens notes by UID. Hopefully soon it’ll the ability to generate those UID for notes. -* [Enhanced Mindmaps](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap) can do a lot of nifty stuff for, well, making better mindmaps. -* [tq v0.1.0](https://github.com/tgrosinger/tq-obsidian) is a task management plugin that uses a separate note to back each task and renders them in customizable code blocks. - -### Updates -* [Breadcrumbs now has support for Juggl-formatted links](https://github.com/SkepticMystic/breadcrumbs). It also supports multiple indexes. -* [Tracker v1.8.0](https://github.com/pyrochlore/obsidian-tracker) has support for month view, displays color based on a particular value, and all around is starting to look really incredible for, well, tracking things based on metadata. -* [Better Word Count 0.7.0](https://github.com/lukeleppan/better-word-count) has some speed improvements, customizable status bar counters, and stats for the day. I don’t think I’ve ever updated a plugin so fast! -* [File Tree Alternative](https://github.com/ozntel/file-tree-alternative/releases) now lets you search from within its file list view. - -### Magic -* I’m going to mangle this explanation, but `@kaelri` [shared](https://discordapp.com/channels/686053708261228577/694233507500916796/854541472761905162) how they make [project cards](https://gist.github.com/kaelri/f7427fef75a375a453faa7e9c030e254) using Templater and Dataview and it got bookmarked 66 times, so check it out if you’re somebody who enjoys content cards. One way to think of it is that it’s like a prettier / less table-like dataview view (thanks for walking me through it, `@anthonybaker`). -### Under The Radar -* There was a fun discussion of everybody’s [top 3 favorite plugins](http://discordapp.com/channels/686053708261228577/707816848615407697/861911446212444160) that I recommend checking out if you’re not sure where to start. Plus, it’s fun to see how different people have such varied use-cases. -### For Developers -* If you are trying to debug plugins for android, you need to have [Android Debug Bridge](https://developer.android.com/studio/command-line/adb) on your computer installed; on your android phone you have to enable ADB (it's under developer settings – tap the build number three times to get these settings); then connect the phone to your computer over USB; open chrome (or chromium based browser should also work) and type `chrome://inspect` in the browser. Open obsidian on your phone, then it should appear. - -## Workflow Stuff -* Folks with Obsidian mobile on their android device might benefit from these tips about [how to keep an app permanently running in the background](https://www.androidcentral.com/how-keep-app-permanently-running-background-galaxy-s20). It makes the new sharing features a bit nicer. -* `@cotemaxime` shared the second part of their [productivity system explainer](https://www.maximecote.me/blog/my-productivity-system-executing/). It’s mostly task management and things on the weekly scale. -* `@tallguyjenks` shared their [kindle to Obsidian](https://youtu.be/GKj6y7nKlxY) workflow on YouTube. -* `@hamster` shared a quick and dirty way to get an obsidian markdown file into .docx format if you don’t want to mess with pandoc or have to deal with footnotes: click on the 3 dots of the note - export to pdf, hen drag the pdf into google docs and then open it as a google doc and then save it as a docx. -* There was a discussion of [daily note templates](http://discordapp.com/channels/686053708261228577/694233507500916796/861616486261850114) in Discord. -* `@sashinexists` shared a [script](http://discordapp.com/channels/686053708261228577/722584061087842365/860727328597999636) that takes in a better bibtex json file and from it generates markdown notes and organises them into folders based on type in your vault. -* `@joshduffney` merged Cal Newport's time-blocking system into Obsidian and created [a short video on it](https://www.youtube.com/watch?v=4j4hG_0AoWs). -* `@Thomas Curro` shared how to [automate filing notes into folders with templater](https://www.youtube.com/watch?v=VPAGohAwiow). -* Reddit had an interesting discussion about how people [use Obsidian to replace various other tools](https://www.reddit.com/r/ObsidianMD/comments/ofp9s2/how_many_tools_has_obsidian_replaced_for_you/), with an additional thread about [what plugins are useful when migrating from Notion](https://www.reddit.com/r/ObsidianMD/comments/ofqxes/people_who_have_switched_from_notion_to_obsidian/). -* Keep Productive hosted Santi Younger for a sort of updated [2021 Obsidian Intro](https://www.youtube.com/watch?v=oaDkQl2zclY). -## Feature Requests -* A feature request to make it possible for [opening certain files to default to a particular mode](https://forum.obsidian.md/t/opening-certain-files-defaults-to-certain-modes/20600) was made. -* This feature request to create a β€œheatmap” to [color-code the graph view based on how recently a file & its linked associations was edited](https://forum.obsidian.md/t/graph-colourisation-according-to-brain-entropy/20402) is a really neat idea. -## Appearance -* The [Yin and Yang theme](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme) got an update. Among other things, `@chetachi` added base hue and saturation customization! You can now easily and uniformly change the base colors to the theme. Yin and Yang is an excellent theme all around but is also one of the few I’m aware of that is optimized for mobile. -* This reddit thread is a really nice collection of different ways to [color code text](https://www.reddit.com/r/ObsidianMD/comments/oeq7ae/i_have_a_question_about_text_colors/). -## Knowledge Management -* There was a nice [reddit thread](https://www.reddit.com/r/ObsidianMD/comments/ocgmsh/recipes/) discussing how to use Obsidian for managing recipes. -* Here’s an [interesting read about history of notetaking](https://boffosocko.com/2021/07/03/differentiating-online-variations-of-the-commonplace-book-digital-gardens-wikis-zettlekasten-waste-books-florilegia-and-second-brains/) shared by `@danieltomasz`) -* This [YouTube video](https://www.youtube.com/watch?v=7ik0JNnoXBc) about personal knowledge graphs in various personal knowledge management software was shared. It was part of a conference and is pretty thought-provoking. -* Here’s a reddit discussion about resources for [how to take book notes in Obsidian and share them on a blog](https://www.reddit.com/r/ObsidianMD/comments/ogmgnn/book_notes_in_obsidian/). - -## Ancillary Tools -* If anyone is looking for a Working Copy alternative (aka iOS only), [Polygit](https://www.polygitapp.com/) is $2/mo or $10/year and lets you clone a repo directly into the Obsidian folder. (via `@Krafty`) -* Anecdotally, MGit is the favored git-for-mobile option for Android, but I don’t think anybody has figured out a way to auto-sync a git repo on android (although the latest mobile update might have changed that, so if you get autosync of a git repo working on mobile please reach out). diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.17.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.17.md deleted file mode 100644 index a7df7ec34..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.17.md +++ /dev/null @@ -1,81 +0,0 @@ -## In The Community -* I’ll be joining Nick Milo for the inaugural LYT House feature, with a grand reveal of my (sanitized) vault for people to see. We’ll probably talk about managing writing projects and tasking, but the thing I’m most excited about is the 30-minute β€œAsk Me Anything” portion. It’ll be held on [Zoom](https://www.linkingyourthinking.com/lyt-house) at [10AM PT (UTC-7) on Sunday, July 18th](https://everytimezone.com/s/5f50ccb7). -* If you have ideas to improve the Obsidian documentation, **pull requests are welcome**. You can contribute to the process of [documenting Obsidian on GitHub](https://github.com/obsidianmd/obsidian-docs) -* `@nickmilo` shared this really heartwarming [Love Letter to Obsidian](https://www.youtube.com/watch?v=ho1EfhXQ8iE&feature=youtu.be) that some Discord users recorded made them tear up a bit. -* Paul Bricman is organizing a one-day online β€œunconference” about building tools for thought where participants host their own sessions (a bit like the community talks). It’s free on July 25th. Learn more [here](https://opencollective.com/psionica/events/augment-minds-7d13842a) -* `@Silverica` is looking for community members to contribute T-shirt designs for Obsidian merch πŸ‘€ Details on [Discord](http://discordapp.com/channels/686053708261228577/700466324840775831/865612406323281940). -* there's a [Japanese subreddit](https://www.reddit.com/r/ObsidianMD_Japanese/) now. - -## Obsidian Updates -The big news this week is that **obsidian for mobile has released!** This brought a whole host of questions about best practices and methods for syncing files between different devices. I’ve put together a meta list of all the [resources for sync](https://forum.obsidian.md/t/meta-post-syncing-between-devices/20983) and advice I was able to find. - -Other tips include: if startup time feels like it’s taking too long, try: - -* lock the app so that it doesn’t get killed. -* let the app run in the background -* check to see if your plugins are causing long load times. -* Make sure you don’t have any β€œmarkdown” files that are actually long files of another type, like xml. This can sometimes cause the parser to choke. -* Make sure you don’t have any illegal characters in your filenames. Different operating systems have different requirements, but `?` and `%` have been common culprits. - -Insiders will continue to get access to early beta builds and features. - -## Plugin News - -### New -* The new [obsidian timeline](https://github.com/George-debug/obsidian-timeline) plugin looks incredible for having a timeline of stuff in one file. It uses codeblocks. -* This plugin [makes Obsidian’s preview of LogSeq-flavored markdown more pleasant](https://github.com/ruivieira/obsidian-plugin-logseq). -* The new [Map View plugin](https://github.com/esm7/obsidian-map-view) is in the community plugins list. It’s a great way to work with notes on vacation notes, reflections on places you’ve visited, etc. Although by default it works with coordinates, `@Christian` put together a [QuickAdd macro](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_AddLocationLongLatFromAddress.md) (seriously, QuickAdd is amazing) to find the longitude and latitude for the given address and creates a YAML property called location in the active file. -* You can now easily [open your vault in Visual Studio Code](https://forum.obsidian.md/t/open-vault-in-vscode-plugin/20963) from a ribbon icon, which should make stuff like mass find&replace easier. -* Here’s a nifty way to [paste a multi-line code block or blockquote to the level of indent you’re at](https://github.com/publicus/obsidian-paste-to-current-indentation). -### Updates -* Linux-only: The [Ulauncher plugin for obsidian](https://github.com/mikebarkmin/ulauncher-obsidian) now supports direct access to Daily Note and Quick Capturing. -* The Excalidraw plugin has a nice [video walkthrough](https://www.youtube.com/watch?v=sY4FoflGaiM) of the big 1.2.1 update: This is a major release moving Excalidraw to Markdown and implementing linking, transclusion, aliases, tagging, backlinking, etc. feature set into Excalidraw. -* [File Tree Alternative version v.1.2.7](https://github.com/ozntel/file-tree-alternative/releases/tag/1.2.7)allows users to use keyword `all:` which helps with searching all files under the vault rather than the currently active folder. -* [Imgur Plugin 2.0](https://github.com/gavvvr/obsidian-imgur-plugin/releases/tag/2.0.0) now allowed users to authenticate and upload images tied to their account. -* [QuickAdd 0.3.5](https://github.com/chhoumann/quickadd) adds support for inline JavaScript execution. It also supports syntax highlighting out of the box. -* [Breadcrumbs 0.8.15](https://github.com/SkepticMystic/breadcrumbs) now has a grid view and is in the community plugins list now after getting through code review. I am very excited to start using this to mimic folgezettels, personally. -* [Advanced-URI](https://github.com/Vinzent03/obsidian-advanced-uri/tree/1.8.0#uuid-support) now supports opening files by UUID. -* Version 0.3.0 of [Amazing Marvin](https://github.com/ikuyarihS/obsidian-amazingmarvin-plugin/releases/tag/0.3.0) plugin adds a ribbon, more support for bringing tasks into your daily notes in Obsidian, and more customizations. -* the [Obsidian Initiative Tracker plugin](https://github.com/obsidianmd/obsidian-releases/pull/349) lets you add players, create homebrew creatures, and run a combat from within Obsidian, and includes the full 5e SRD creature list. - -### Under The Radar -* For those who have gotten used to the handy way that the mobile toolbar can cycle between `-` and `- [ ]` and `- [x]` don’t forget that [Hotkey++](https://github.com/argenos/hotkeysplus-obsidian) exists and lets you do something similar on desktop. -### For Developers -* Obsidian will be adding a native bypass for `navigator.clipboard.readText/writeText` on mobile to make it work; the bypass itself just replaces `readText/writeText` so no new API will be introduced. -* There’s a lengthy discussion over on the GitHub repo for Obsidian Git about the [challenges of getting obsidian git working on mobile](https://github.com/denolehov/obsidian-git/issues/57). If anybody has any insight or wants to help out, I think it would be appreciated by a lot of people. -* The developer of the [better word count plugin](https://github.com/lukeleppan/better-word-count/issues) is a bit swamped by the [issues facing their home country](https://discordapp.com/channels/686053708261228577/840286238928797736/865188193560559677) and requested that if anyone is able to submit a pull request to help with the issue where [wordcounts are unusually high](https://discordapp.com/channels/686053708261228577/840286238928797736/864548416093028352). -* [Obsimian](https://github.com/motif-software/obsimian) is an Obsidian simulation framework for integration testing Obsidian plugins without an actual Obsidian App instance. -* If you’re trying to [debug Obsidian using Android](https://forum.obsidian.md/t/debugging-obsidian-mobile-plugins/20913) you can use [Android Debug Bridge](https://developer.android.com/studio/command-line/adb). It’s a lot harder on iOS. - -## Workflow Stuff -* Here’s an explanation for [how to add shortcuts to notes to your Android homescreen](https://forum.obsidian.md/t/how-to-add-a-note-shortcut-to-the-homescreen-on-android/20889) -* `@viticci` is sharing his Obsidian workflow today in his newsletter. He also discusses the release of the mobile app on [Connected](https://overcast.fm/+FXx6_WZ-Y) at 14:54. -* Here’s a great thread about how to [use Logseq as your outliner for Obsidian](https://discuss.logseq.com/t/making-obsidian-play-nice-with-logseq/1185). -* `@Christian` the developer of QuickAdd and MetaEdit shared how he semi-automatically imports literature notes to his Obsidian vault and his workflow for [processing them](https://bagerbach.com/blog/how-to-take-smart-book-notes-in-obsidian/) into atomic, evergreen notes. He also shared how he [captures what he wants to include in his newsletter](http://discordapp.com/channels/686053708261228577/805952223124520961/863758164297777183). -* `@Christian` also helpfully put together a [β€œhow-to” guide]((https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_Zettelizer.md) for my [Zettelizer workflow with QuickAdd](http://discordapp.com/channels/686053708261228577/722584061087842365/864533595212480512) which I use to automatically create atomic notes from source notes using descriptive headers. -* This QuickAdd script to [quickly capture a task and add it to a kanban](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_AddTaskToKanbanBoard.md) is also pretty nifty. -* [Effective Remote Work](https://www.youtube.com/watch?v=oETBOXhdGPs&feature=youtu.be) has a new video about how effective Obsidian is for productivity and task management. -* Folks using Obsidian for TTRPG games should check out this [detailed discussion post](https://github.com/valentine195/obsidian-leaflet-plugin/discussions/130) on the Obsidian Leaflet plugin GitHub repository. It image maps easier to work with. It also discusses parameters you can use to automatically place markers defined in your notes, and a discussion of how to use GeoJSON to create features on your map. -* If you're looking to organize a campaign, this video](https://www.youtube.com/watch?v=tdDFlSJtUIU is useful. For an example of campaign notes from a player perspective, check out the newest mod `@Leah`'s [vault](https://publish.obsidian.md/leah/60+Games/62+Two+and+a+Half+Strahds/62.00+Two+and+a+Half+Strahds) There’s also this excellent [D&D Reference for Obsidian](https://github.com/twisterghost/5e-obsidian) and a great discussion about [how to use collapsible admonitions for branching choices](https://discord.com/channels/686053708261228577/805952223124520961/865659802502823936). -* `@hstagner` shared their workflow for getting [emails into your vault using Zapier](https://twitter.com/hstagner/status/1414578734703816706). -* `@alex_the_glad_stork` shared a [workflow for managing meeting notes and using anki flashcards in documents](https://discordapp.com/channels/686053708261228577/709712341066842113/865177908241498122) on Discord. -## Feature Requests - -## Appearance -* The new [Illusion Theme](https://github.com/ZaherAlMajed/Illusion-Theme.md) (optimized for light mode) is absolutely gorgeous. Its primary benefit is that things are a bit bigger with better contrast. -* [California Coast](https://github.com/mgmeyers/obsidian-california-coast-theme) got some major updates including better mobile support. -* A couple of people have asked for a β€œGetting Started” guide for making CSS themes for Obsidian. [Reggie has one](https://publish.obsidian.md/reggienotes/Quickstart+CSS+Guide/010+Obsidian+CSS+Themes) over on Publish. -* `@mgmeyers` shared a [method](https://discord.com/channels/686053708261228577/702656734631821413/865318907832172555) to define the shape of icons using css and `web-mask-image` that will work a bit better than `aria-label`s to replace svgs. This lets theme developers swap out icons without needing users to download the icon swapper plugin and download icon files, which should let theme developers do more with icons on mobile too. -* If you want a custom font on mobile, you can [Base64 encode the font](https://transfonter.org/) into your theme. You can't refer to other files from css snippets directly - relative links won't work there because the files are loaded as a blob instead. Once you’ve encoded the font, copy it into the theme file and change fonts wherever you want either in the theme file itself or through one of the plugins. -* the [Everforest theme has been updated](https://forum.obsidian.md/t/theme-everforest-dark-light-theme/20139) -* There’s a new theme called [darkyan](https://github.com/johackim/obsidian-darkyan). - -## Knowledge Management -* I thought you guys might enjoy this piece from r/askHistorians about the [history of notetaking](https://www.reddit.com/r/AskHistorians/comments/oi3x16/how_did_university_students_take_notes_during/) How far we’ve come! -* `@Calhistorian` shared this Loom [prototyping a method for organizing a Zettelkasten in Obsidian that demonstrates the utility of the graph view](https://twitter.com/calhistorian/status/1415396711988535296?s=20) for more than just a "map" of your Vault. It impressed a lot of prominent thinkers. It’s meant as a [demonstration to show how a linear exploration might occur through a note sequence](https://www.loom.com/share/1143aa8d5153417387d751bbcfda027a): you might follow different branches of the note sequence by following tags and folgezettels, and related notes. -* `@Cat` (who put together the directions for the Zotero/MDNotes workflow) shared a [snapshot of their indicies and metadata](http://discordapp.com/channels/686053708261228577/722584061087842365/864508091725512704). -* There was a nice [discussion of why atomic notes are helpful](https://discordapp.com/channels/686053708261228577/694233507500916796/865383608369545256) in the Discord. - -## Ancillary Tools -* Several people asked about tools for sharing and collaboratively editing and commenting on markdown files. [HackMD is a Collaborative Markdown Knowledge Base](https://hackmd.io/) and [HedgeDoc](https://hedgedoc.org/) is an open-source alternative. -## Housekeeping \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.24.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.24.md deleted file mode 100644 index 49b0e9d60..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.24.md +++ /dev/null @@ -1,60 +0,0 @@ -## In The Community - -* There’ll be a community showcase for themes, plugins & snippets this Saturday 24th (today!) at 17:00 (CET) (about 4 hours after the roundup arrives in your inbox). It will kick off with `@SkepticMystic`’s breadcrumbs and `@SlRvb`’s snippets! To sign up for a timeslot, use [this form](https://forms.gle/GjCnroTx7roCdhuq6). -## Obsidian Updates - -## Plugin News - -### New -* There’s a new [advanced mobile toolbar](https://github.com/phibr0/obsidian-advanced-toolbar) plugin. It lets the toolbar always be visible and show two rows at the same time. Probably handy for tablets! -* You can now get [rich links](https://github.com/dhamaniasad/obsidian-rich-links) / link cards in Obsidian! -* You can [garble text](https://github.com/kurakart/garble-text) using the command palette now. -* You can [access the spellcheck menu from the keyboard](https://github.com/zapthedingbat/obsidian-keyboard-context-menu-fix-plugin) now. -* You can [define a β€œHome” note for startup](https://github.com/mirnovov/obsidian-homepage). -### Updates -* The lead developer of the Dictionary API is not a member of the Obsidian community, but if you are using the [Dictionary plugin](https://github.com/phibr0/obsidian-dictionary), you are using his workβ€”and he needs help! The API is not free to maintain and it’s costs a bunch of money in AWS bills, so if you’re a frequent user, please consider [donating](https://github.com/meetDeveloper/freeDictionaryAPI). -* [QuickAdd](https://github.com/chhoumann/quickadd) updated 3 times and now has a nicer mobile interface, support for inline JavaScript execution, and a bunch of new macro commands. Most importantly, `@Christian` is working on a video guide so if you have questions about (or requests for) QuickAdd please [fill out this survey](https://forms.gle/6dAit3XKjVrcrxxS8). -* [Dice Roller 5.0.0](https://github.com/valentine195/obsidian-dice-roller) has support for rolling random blocks of notes. -* [Breadcrumbs](https://github.com/SkepticMystic/breadcrumbs) can now generate an index for you. -* The [status bar pomodoro plugin](https://github.com/kzhovn/statusbar-pomo-obsidian) can now log completed pomos. -* [Obsidian Filename Heading Sync](https://github.com/dvcrn/obsidian-filename-heading-sync/issues/18) is back and better than ever! -* Leaflet is now mobile compatible! Here’s an [example of how cool it looks](http://discordapp.com/channels/686053708261228577/805952223124520961/867574568574648352). - -### Under The Radar -* Don’t forget, you can use formulas in markdown tables with the [advanced tables plugin](https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md#using-formulas-in-markdown-tables)! -* Tidy Footnotes renumbers your footnotes if you add on in after the fact. - -### For Developers -* `@Roamhacker` put together [this diagram](https://discord.com/channels/686053708261228577/702656734631821413/866632447944163348) of the main css classes in Obsidian. - -## Workflow Stuff - -* [You can iframe a calibre ebook to read an ebook in one Obsidian pane while taking notes in the other](https://forum.obsidian.md/t/workflow-reading-ebook-epub-mobi-azw-etc-in-obsidian/17977/7) -* How I go from [research to notes to stories](https://www.youtube.com/watch?v=8sxyYbh5mio) video `@nickmilo` is live on YouTube, along with the AMA. If you were present and asked questions in the chat I missed, I answered them [on my blog](https://eleanorkonik.com/now-available-my-notes-stories-shortform-articles/). -* There was a nice conversation about the [pros and cons of different tools for highlighting browser articles](https://www.reddit.com/r/ObsidianMD/comments/oo96v0/trying_to_collect_my_browsing_highlights_through/) over on Reddit. -* Here’s a nice guide for [how to build a habit tracker in Obsidian](https://www.owenvachell.com/how-to-build-a-habit-tracker-in-obsidian/). -### Showcases - - A bunch of people shared their vaults this week, including me! - -* [My working vault](https://forum.obsidian.md/t/iterative-rainbow-folder-colors-css/21066) isn’t so much a pruned digital garden as a raw dump of my working files. I published it to make it easier to point people to examples of things. The raw [.zip](https://newsletter.eleanorkonik.com/changelog-20210708/) is also available on my website behind a small paywall, since it also includes my actual WIP articles and fiction. -* [Mister Chad’s beautiful art resources](https://mister-chad.com/) were created for his students, but it’s an absolutely beautiful exemplar of an Obsidian publish vault and has a lot of great visual design resources. Here’s the [git repo](github repo for the theme). -* [Singlanguages](https://publish.obsidian.md/singlanguages/500+Singlanguages/Welcome+Page) is a vault about the languages of Singapore and has resources for learning a second language. - * Also, `@tallguyjenks` has [4 hours of PKM content](https://youtu.be/wB89lJs5A3s) going live on Monday at 08:30 UTC-7. It’s a comprehensive look into personal knowledge management, with lots of definitions covered, an overview of his system, and a skeleton vault for people to play with. -## Feature Requests -* A bunch of folks are interested in having [Graph View presets to save and load filters & display settings](https://forum.obsidian.md/t/graph-view-presets-to-save-and-load-filters-display-settings/8131). In general there’s definitely a desire for a more robust β€œcore” graph experience for people who don’t need the fancy Juggl stuff… ;) -* There was a lengthy [discussion on the forum](https://forum.obsidian.md/t/concept-map-plugin-idea/21256) about how much folks would like a concept map plugin (as opposed to just a mind map). Think Scrapple & Miro. -* `@pseudometa` put together [code to merge embedded notes](http://discordapp.com/channels/686053708261228577/722584061087842365/867858741370421269) into one `.md` note and was hoping someone could help out by turning it into a plugin. -## Appearance -* Minimal theme has improved support for iOS. -* `@vainilie` shared their snippets and tricks for getting an absolutely beautiful daily note widget [over on GitHub](https://github.com/ohlinn/vainilla-style#daily-note). -* The [Horizon theme](https://github.com/tylernguyen/obsidian-horizon) was added to the community themes list. -* This [css snippet](https://forum.obsidian.md/t/iterative-rainbow-folder-colors-css/21066) will iteratively color folders. -## Knowledge Management -* `@hstanger` shared part three of their [digital smart notes series](https://harleystagner.com/digital-smart-notes-in-obsidian-part-3-how-to-create-permanent-notes/), about taking permanent notes in Obsidian. - -## Ancillary Tools -* [Quartz](https://quartz.jzhao.xyz/) is another option for hosting your digital garden as a webpage for you, with no web experience required. The developer seems nice and its optimized for Obsidian. It even has a little graph and backlinks -* YiNote is a chrome extension that lets you take timestamped notes while watching youtube videos. -* The book [Professional Git](https://www.amazon.com/Professional-Git-Brent-Laster/dp/111928497X) was edited by a community member and comes recommended for people who like textbooks for learning computer concepts. Git is a tool to help manage collaboration and version control that is pretty popular in this community, but can be overwhelming at first. If you want an easy start with git, check out [Github Desktop](https://desktop.github.com/). -## Housekeeping \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.31.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.31.md deleted file mode 100644 index e8cdfd84c..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.07.31.md +++ /dev/null @@ -1,48 +0,0 @@ -## In The Community - -## Obsidian Updates -[Insider 0.12.12](https://forum.obsidian.md/t/obsidian-release-v0-12-12-insider-build/21564) has arrived. Here are the highlights: -* There is now a search bar to find core plugins better. -* You can now use the keyboard to navigate and select context menus. -* There is now a YAML frontmatter flag for `publish:`. This flag affects the UI when uploading files to your publish site. -## Plugin News - -### New -* [Plugin Changelogs](https://github.com/phibr0/obsidian-plugin-changelogs) allows you to view the plugin changelogs right in Obsidian with a little Button next to the Update Button. -### Updates -* [The Advanced Toolbar Plugin](https://github.com/phibr0/obsidian-advanced-toolbar) now allows you to change all Toolbar Icons. -* [Tracker v1.9.0](https://github.com/pyrochlore/obsidian-tracker) lets users create pie charts. There are also some [breaking changes](https://discord.com/channels/686053708261228577/855181471643861002/869592821001236480) involving `{{sum}}` -* [Initiative Tracker 2.0.0]((https://github.com/valentine195/obsidian-initiative-tracker#creating-encounters-in-notes) ) adds support for creating & encounters directly in your notes. -* [Media Extended v2.9.0 Update](https://github.com/aidenlx/media-extended/releases/tag/2.9.0) adds timestamp template, option to blur on pause for Youtube videos, bilibili support, and embed size control and better options for player controls. -* [Tasks version 1.2.0](https://github.com/schemar/obsidian-tasks/releases/tag/1.2.0) lets users filter by recurring, can hide more stuff, and more. - -### For Developers -* `@Licat` strongly recommends using `Editor` when possible rather than directly using `cmEditor` because `Editor` is an abstraction that bridges the gap between Codemirror 5 & 6, and Codemirror 5 stuff won’t work on mobile. You can read the [full discussion on Discord](https://discord.com/channels/686053708261228577/840286264964022302/870514620450873464) -* `@Licat` also recommends avoiding using `basePath` directly, and [here’s more about why](https://discord.com/channels/686053708261228577/840286264964022302/851183938542108692). - -## Workflow Stuff -* `@NickMilo` shared a great [live notetaking session](https://www.youtube.com/watch?v=68huyTJjBF0) that includes he uses the graph view to become a better thinker. -* `@Christian` shared a blog post on a couple of different [ways to use QuickAdd]( https://bagerbach.com/blog/how-to-use-quick-add-for-obsidian-with-examples/), with examples! There’s also a really nice [video](https://www.youtube.com/watch?v=gYK3VDQsZJo). -* Did you know that YAML [supports multiline strings](http://discordapp.com/channels/686053708261228577/840286238928797736/868314054702297128)? -* `@ichmoimeyo` shared three showcase videos for the mobile app they found useful. [One](https://www.youtube.com/watch?v=66WnTCt77uU), [Two](https://www.youtube.com/watch?v=_ufMj-4cdIM), [Three](https://www.youtube.com/watch?v=Ke_m3y-6_DI) -* There was a discussion about how to [use Obsidian on a Chromebook](https://www.reddit.com/r/ObsidianMD/comments/ost772/best_way_to_use_obsidian_on_a_chromebook_perhaps/). -* You can [Update Obsidian by Voice with Dropbox, Google Assistant, & IFTTT](https://publish.obsidian.md/arun/Tech/Update+Obsidian+By+Voice+with+Dropbox+and+Google+Assistant+and+IFTTT) -### Showcases - -* `@markmcelroy` is planning to write a novel using Obsidian, a chapter a day, in public. He’s going to share access to his notes as he goes; backstories, outlines, and commentary. [Find out more](https://markmcelroy.com/ive-decided-to-write-a-novel-in-public-using-obsidian-md/). -* `@trulymavical` has a [GitHub repository for Obsidian resources](https://github.com/ransurf/obsidian-resources/tree/main/templates) including their [daily note template](https://www.youtube.com/watch?v=OFFTIIUDNK4), which they shared in a video about how they use daily notes as their bullet journal. -* [obsidian.garden](https://obsidian.garden) is a open-source guide to creating your own Digital Garden with Obsidian. It’s heavy on emojis but can be cloned via git or downloaded as a zip file to become a sort of starter vault. - -## Feature Requests -* `@ontheexam` created a feature request for a [plugin that lets you assign (for example) hotkey defaults that match your muscle memory from various programs](https://forum.obsidian.md/t/muscle-memory/21391), for example Ulysses or Drafts. -## Appearance -* The community showcase for `@SlRvb`’s Image Adjustment CSS Snippet is live on the [Obsidian Community Talks](https://www.youtube.com/watch?v=VRoBNWvw8sU) channel. -* Did you know you can set the alt text of embed with a `|` pipe, i.e. `[image.jpg|alt text]` -* `@SlRvb` shared [CSS snippets to emulate admonitions](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/S%20-%20Admonitions.css) on Obsidian publish. It’s not as fully featured as the plugin, but it’s a nice alternative for folks who don’t want to feel locked into the plugin and prefer pure CSS/HTML. -* `@chetachi` shared [how to set different icons based on file type](https://discord.com/channels/686053708261228577/702656734631821413/866399284437843978) using `[data-type$(file type here)]` -## Knowledge Management -* the LYT kit has been translated into [Chinese](http://discordapp.com/channels/686053708261228577/694233507500916796/870493440885010473). -## Ancillary Tools -* [Prettier](https://prettier.io/) is a nifty code formatter that is opinionated and can clean up not only programming langauges like Typescript, it can also clean up markdown and YAML! It works with Emacs, Vim, Sublime Text, and VS Code. -* Folks who use Zettlr on top of Obsidian files for stuff like the Pandoc integration: [Zettlr 2.0 is entering beta](https://twitter.com/zettlr/status/1420750610807222294). -* Here’s a nice [free resource for learning git](https://git-scm.com/book/en/v2/). \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.07.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.07.md deleted file mode 100644 index 5a26eafe9..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.07.md +++ /dev/null @@ -1,64 +0,0 @@ -## In The Community -* There was a really great discussion about [how to evaluate the security risks that Obsidian plugins (and all apps) represent](https://www.reddit.com/r/ObsidianMD/comments/oxgazv/community_plugin_and_security_concerns/) over at Reddit. Recommended reading for everyone who uses software and isn’t rock-solid certain about how to evaluate risk. -* `@curtismcshale` shared a video of [6 Excellent Obsidian Resources](https://youtu.be/KwxxrSb2Uyc) on YouTube. -## Obsidian Updates -* Insider v0.12.13 has some nifty timelapse improvements. -## Plugin News -* There’s been some discussion about how to translate plugins into various languages. For example, if you want to translate the [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition), there’s a β€œ[how to](http://discordapp.com/channels/686053708261228577/707816848615407697/872541667616509962)” message in Discord. Conversely, here’s how the [excalidraw plugin handles it](http://discordapp.com/channels/686053708261228577/840286264964022302/872364516996968478). -### New -* [cMenu](https://github.com/chetachiezikeuzor/cMenu-Plugin) is a plugin that adds a minimal and user friendly text editor modal for a smoother writing/editing experience. This plugin makes text editing easier for those that don't wish to configure a multitude of hotkeys. -* [Longform](https://github.com/kevboh/longform) is a plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects. You can finally reorder scenes using (an alternate) file explorer, and compile them into a single file. It even lets you customize the appearance of exported using css! This is the plugin authors have been hoping for for as long as I’ve been using Obsidian and I am HYPE to sit down and play with it. -* The [markdown attributes plugin](https://github.com/valentine195/obsidian-markdown-attributes) enables Pandoc-style markdown attributes, which allows you to add HTML attributes directly to an element, which means users can style two lists differently on the same page, or change the background color of a single highlight, or cause a paragraph to display in all caps. Here’s an explanation in the [discord](https://discord.com/channels/686053708261228577/855181471643861002/872925697612582912). -* You can now set Obsidian to [automatically hide sidebars when Obsidian is at a particular width](https://github.com/mybuddymichael/obsidian-hide-sidebars-when-narrow). -* `@ownjoke` figured out a way to make Obsidian intelligently switch between edit and preview mode depending on whether you’re typing. The plugin is called [budget WYSIWYG](https://github.com/OwnJoke/obsidian-budget-wysiwyg). -* You can text or email (among others) notes directly to your daily note using this [β€œphone to roam” client](https://github.com/dgarrett/phone-to-roam-to-obsidian) for Obsidian. - -### Updates -* [Tasks version 1.2.0](https://github.com/schemar/obsidian-tasks/releases/tag/1.2.0) had a bunch of updates, the main one seems to be that it lets you filter by recurring and hide elements from query results. -* [Excalidraw 1.2.13](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.13) now support links in View mode. -* [Map View](https://github.com/esm7/obsidian-map-view) works much better on mobile now, and there are some other quality of life improvements. -* It’s now easier to use [Obsidian Leaflet](https://github.com/valentine195/obsidian-leaflet-plugin) to track travel paths (i.e. run routes) thanks to GPX support. -* [Collapse All](https://github.com/OfficerHalf/obsidian-collapse-all/releases/tag/1.2.0) is now available on mobile. -* [0.1.4 of the status bar pomodoro plugin](https://github.com/kzhovn/statusbar-pomo-obsidian/releases/tag/0.1.4) has some bugfixes and allows users to add a link in your log to whichever note was active when you started your pomodoro. -* [0.2.0 of Obsidian Sortable](https://github.com/alexandru-dinu/obsidian-sortable/releases/tag/0.2.0) now supports resetting the sorting order on the third click (like Wikipedia). -* [Dice Roller 5.2.0](https://github.com/valentine195/obsidian-dice-roller) can return a random link using `dice: #tag|link` (or a global setting to always return links from tags). -* [Media Extended v2.10.0](https://github.com/aidenlx/media-extended/releases/tag/2.10.0) has mobile support and nifty timestamp stuff. -* [Styles Settings v0.3.0](https://github.com/mgmeyers/obsidian-style-settings) lets users export and import global and scoped settings, and has some nifty toggles. -* [Breadcrumbs](https://github.com/SkepticMystic/breadcrumbs) has a new Visualization View! This lets you see the structure of your vault using various different visualizations to get big picture views of your vault hierarchy. -### Magic -* Did you know that you can do [map layers with the leaflet plugin](https://discordapp.com/channels/686053708261228577/805952223124520961/873011203805417532)? Find out more neat tips and tricks from this [github discussion](https://github.com/valentine195/obsidian-leaflet-plugin/discussions/130). - -### Under The Radar - -### For Developers -* A request: where possible, it’s helpful to lean in to Obsidian’s local-first, no-internet-required ethos, and where possible avoid including things in themes and plugins that require internet, for example it’s helpful to base64 encode fonts instead of relying on Google font imports. -* There was [discussion](https://discordapp.com/channels/686053708261228577/840286264964022302/873305771625021500) about how the format for links in YAML in the future will be handled. -## Workflow Stuff -* There was a [great discussion](https://discord.com/channels/686053708261228577/722584061087842365/869942005210423397) in Discord about how to use citations and obsidian to best prepare for publication. -* Here’s a really nice guide for [how to use mermaid to make flow charts in Obsidian](https://www.mishacreatrix.com/knowledge-management-flow-diagram-in-obsidian). -* : There’s now a [Espanso (text expander) Snippet Showcase](https://forum.obsidian.md/t/espanso-text-expander-snippet-showcase/21852) in the forums, for those of us using Espanso, a cross-platform, system-wide text expander. (via `@Moonbase59`) -* via a couple of [folks in Discord](https://discord.com/channels/686053708261228577/744933215063638183/873033503976087622): You can use [Focus Mode](https://github.com/ryanpcmcquen/obsidian-focus-mode) & [Hider](https://github.com/kepano/obsidian-hider) & [WindowTop](https://windowtop.info/) (or [Autohotkey](https://discord.com/channels/686053708261228577/744933215063638183/873046760853999646), apparently) to turn Obsidian into a transparent (using [Window Tweaker](https://github.com/mgmeyers/obsidian-electron-window-tweaker)) scratchpad on top of other windows, i.e. a browser or PDF. -### Mobile -* [Quick Capture (mac/iOS) and Inbox Processing](https://forum.obsidian.md/t/quick-capture-mac-ios-and-inbox-processing/21808) keeps coming up, here are some tips! -* Android users can [use keyboard shortcuts on Android phone](http://discordapp.com/channels/686053708261228577/864046194195431425/872781020913598464) without a physical keyboard by installing the [Hacker's Keyboard](https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard) app. (via `@ichmoimeyo`) -* [Here’s how to use a .nomedia folder to get your phone’s gallery to stop including Obsidian images](https://www.reddit.com/r/ObsidianMD/comments/ovatlr/is_there_a_way_to_not_show_images_on_your_gallery/h7a1x2q/) -* There’s a new [fork of the todoist task management plugin](https://github.com/Finnvoor/obsidian-todoist-plugin) that works on mobile. -## Tiny Tips -* This keeps coming up, so, if you zoom in a bunch on your screen can’t get it β€œback to normal,” try using `ctrl+0` (`cmd+0` for Mac) to reset your font sizes. If that doesn’t work, try fiddling with the `Quick font size adjustment` setting in `settings > appearance`. -* You can continuously nest code blocks by adding more back ticks (via `@javalent`) -## Feature Requests -* [Clickable image link, using wikilinks](https://forum.obsidian.md/t/clickable-image-link-using-wikilinks-from-the-discord/21954) -## Appearance -* A bunch of people apparently didn’t know about the nifty [css options for the calendar plugin](https://github.com/liamcain/obsidian-calendar-plugin/wiki) which can, for example, let you make the calendar view a bit slimmer, or add emoji markers behind a day in the calendar view thanks to YAML. -* Here’s how to make a [linear gradient](http://discordapp.com/channels/686053708261228577/707816848615407697/872277959094984756) for a progress bar with CSS. -* Here’s how to make all numbers have the same width ([make them tabular](https://discord.com/channels/686053708261228577/702656734631821413/872192379485052950)) so they look nicer. -## Knowledge Management -* `@cotemaxime` refactored the [PARA starter kit](https://forum.obsidian.md/t/para-starter-kit/223) and also β€œforked” the PARA system into a β€œ[PAAN](https://forum.obsidian.md/t/paan-starter-kit/21782)” designed to work a little more intuitively with Obsidian’s strengths, like links and the graph. -* This is a periodic reminder to [back up your data](https://www.maximecote.me/blog/how-to-make-your-critical-data-last-decades/), and that means properly, one local, one remote, and one in the cloud. Sync is not a backup! -* I wrote a blog post about how [there's real value in "literature review" style notes](https://eleanorkonik.com/lit-review-value-gestalt-reflection/) and I don't see them discussed often. - -## Ancillary Tools -* [Meta](https://metanote.netlify.app/) is a nifty (alpha) visual notecard / whiteboard organizer / mindmap thing for notes. -* `@kepano` (the Minimal theme developer) put together [a 90 second demo](https://www.youtube.com/watch?v=Vy1MdjickAI) of their new [Web Clipper bookmarklet](https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3). It allows you to grab entire pages or selections from the web into Obsidian in one click. -## Housekeeping -* I updated some of the β€œstatic pages” for the Roundup, notably the [Resources](https://obsidianroundup.org/resources/) page (which now segments out the Obsidian-related paid courses) and the [About](https://obsidianroundup.org/about/) page (which now has a better explanation of how things get β€œchosen” to be added to the Roundup), since I’ve been getting more questions about that lately. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.08.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.08.md deleted file mode 100644 index 6f803ca1c..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.08.md +++ /dev/null @@ -1,98 +0,0 @@ -## In The Community - -* Maggie Appleton's [list of digital gardens](https://github.com/MaggieAppleton/digital-gardeners) (& tips & tools) was shared, there are a bunch of nice examples there. -* `@shabegom` will be giving a community talk about their plugin, [Buttons](https://github.com/shabegom/buttons), today at 18:00 (CET). - -## Obsidian Updates - -* [v0.12.14 for Insiders](https://forum.obsidian.md/t/obsidian-release-v0-12-14-insider-build/23046) comes with bugfixes and a nifty new utility to rename headings with the context menu, which will _update links_. This is very powerful, especially when coupled with the [block ref counter plugin](https://github.com/shabegom/obsidian-reference-count/releases/tag/0.1.0) that is currently in beta. - -## Plugin News - -Licat went through and approved a bunch of plugins, so if you were waiting for something to be in the community list, double-check and see if it's there now. - -### Updates - -* Admonitions 6.3.0 allows users to upload images to use as the admonition icon. -* The Toggl Track plugin needs to be updated to v0.2.5 to reduce load on the Toggl Track API. -* [Excalidraw v1.2.15](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.15) supports CTRL+hover-preview of links in drawings. [v1.2.16](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.2.16) fixes a rare race condition and improves fullscreen mode. -* The Readwise _Community_ Plugin is now at [v0.0.9](https://github.com/renehernandez/obsidian-readwise/releases/tag/0.0.9) with some QOL improvements and bugfixes. - -### New - -* [Obsidian Annotator](https://github.com/elias-sundqvist/obsidian-annotator) is a plugin for reading and annotating PDFs and EPUBs in Obsidian. It's based on hypothes.is but stores annotations in a local markdown file. -* [Obsidian Card View Mode](https://github.com/yo-goto/obsidian-card-view-mode) has some nifty sliding panes style views and the ability to grey out unfocused panes. -* [Open With](https://github.com/phibr0/obsidian-open-with) lets you open notes with other software (like Typora or Notepad) using the command palette. -* [Obsidian Image Toolkit](https://github.com/sissilab/obsidian-image-toolkit) lets you click on an image and rotate it in preview. -* [Hover External Link](https://github.com/jamiebrynes7/obsidian-hover-external-link) lets you get a tooltip with the website URL when you hover over an external link in preview mode. It's another one of those nice little quality of life things. - -**Task Management:** - -* The [Task Archiver](https://github.com/ivan-lednev/obsidian-task-archiver) will automatically move completed tasks to an "Archived" heading. It's meant to be a (partial for now) implementation of the similar org-mode feature. -* There's a new [Trello integration](https://github.com/OfficerHalf/obsidian-trello/) that can retrieve data from Trello and display and add comments. Note that this requires the MetaEdit plugin. -* The [Reminder](https://github.com/uphy/obsidian-reminder) plugin will notify you of tasks at a time you specify. -**Prettification:** -* [Obsidian banners](https://github.com/noatpad/obsidian-banners) adds pretty banners to your notes. -* [Obsidian Icon Folder](https://github.com/FlorianWoelki/obsidian-icon-folder) lets you add icons to folders without having to mess with emojis or CSS. -* [Code Mirror Options](https://github.com/nothingislost/obsidian-codemirror-options/releases/tag/0.0.2) allows for some fancy appearance alterations and selector improvements, like changing the color of selected text, and better syntax highlight consistency. -* [Code Block Enhancer](https://github.com/nyable/obsidian-code-block-enhancer) adds a copy button, linenumber, and language name for code blocks when in preview mode. - -**Commands:** - -* [Command Alias](https://github.com/yajamon/obsidian-command-alias-plugin) lets you add aliases to commands. -* [Editor Commands Remap](https://github.com/c4ctus5/editor-commands-remap) lets you map hotkeys to editor commands like `goLeft` and `swapLineUp`. - -**Calendar stuff: ** - -* [Jump to Date](https://github.com/TfTHacker/obsidian42-jump-to-date) is a popup calendar for quickly navigating daily notes. -* [Weekly note](https://github.com/maloneya/ObsidianWeekly) semi-automates weekly note templates. -* [Daily folder](https://github.com/NemoAndrea/obsidian-daily-folder) adds some improvements to the core daily note functionality, like better next/previous functionality. - -**Advanced: ** - -* [Shell Commands](https://github.com/Taitava/obsidian-shellcommands) lets you run terminal/shell commands from within Obsidian. Desktop only. -* [CustomJS](https://github.com/samlewis0602/obsidian-custom-js) - -_Remember: You can manually install plugins that aren't in the community list by copying the main.js, manifest.jso and (optionally) the styles.css files into {vault}/.obsidian/plugins/{plugin-folder}. It can then be enabled like any other plugin (you may need to refresh the list first). Usually these files can be found at the GitHub repo under Releases. Note, though, that this is not as safe as waiting for them to go through code review._ - -### For Developers - -* `@shabegom` created a [hot reload for mobile](https://github.com/shabegom/obsidian-hot-reload-mobile/releases/tag/1.0.2) thing. You should update `pjeby`'s Hot Reload for desktop before using it, I think. There was a discussion about it [here](http://discordapp.com/channels/686053708261228577/840286264964022302/879405215235854386) but if we're being honest it's way over my head. - -## Workflow Stuff - -* `@d.w.frank` shared a [series of blog posts](https://dwf.bigpencil.net/series/obsidian/) about how they use Obsidian, along with how they're using it for a job search. -* `@pseudometa` shared all the [documentation](https://github.com/chrisgrieser/shimmering-obsidian) for their Alfred workflow for Obsidian (mac-only). It covers plugin search, OCRing screenshots and toggling CSS snippets. -* `Moonbase59` [updated the clipit script](https://forum.obsidian.md/t/clipboard-snippets-in-your-inbox-for-later-review-even-when-obsidian-closed/22850) for getting clipboard snippets into Obsidian to include YAML frontmatter with date and tags. It also has better Pandoc options, daily clipboards, and bugfixes. - -## Feature Requests - -* There was some discussion about [increasing contrast of icons](https://forum.obsidian.md/t/enhance-default-color-contrast-of-the-icons/23045/3) and how a theme that prioritizes accessibility would be valuable for the community. -* It would be neat if there was a plugin to add functionality for [choosing a folder whenever a new note is created from a link](https://forum.obsidian.md/t/choose-a-folder-whenever-a-new-note-is-created-from-a-link/23177). - -## Appearance - -* `@SkepticMystic` shared a way to make [images zoom on hover](https://discord.com/channels/686053708261228577/722584061087842365/878721627427323974) which is handy for slideshows. -* `@Moonbase59` shared some css to [improve the GarbleText functionality](https://forum.obsidian.md/t/garble-text-on-screen-to-hide-private-info-with-added-features/23143). He also updated the [clean embeds css](https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/394) (here's for [all](https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/411)). -* `@curtismcshale` shared a video about how they [use daily notes](https://youtu.be/14GSuqWh4oU). -* This set of [icons for iOS/Mac](https://www.reddit.com/r/ObsidianMD/comments/l6amlf/three_icons_for_a_better_mac_experience/) got resurfaced again. Here's [another new icon](https://twitter.com/Gavmn/status/1431286249814315010?s=20). - -## Knowledge Management - -* I wrote a [quick-reference guide for evaluating the reliability of stuff you read on the internet](https://eleanorkonik.com/evaluating-references/). -* [How to Take Smart Notes in Obsidian](https://knowledgework.substack.com/p/how-to-take-smart-notes-in-obsidian) by `@joshduffney` got resurfaced a couple of times as a nice primer. -* `@SlRvb` shared an incredibly comprehensive [explanation](https://forum.obsidian.md/t/slrvbs-mediadb-setup/23227) of how they use Obsidian as a media database. -* There was a nice discussion on Reddit about the value of [using camelCase for tags](https://www.reddit.com/r/ObsidianMD/comments/pbzqia/tags_or_tags/). I'm actually really terrible about doing this even though I know it's better. Actually there were a bunch of discussions about tags on reddit, including the perennial [links versus tags](https://www.reddit.com/r/ObsidianMD/comments/pb0rrv/tags_what_is_the_difference_between_tagging_with/) discussion. Here's another one on [the Obsidian forum](https://forum.obsidian.md/t/how-do-you-use-tags/23172/5), which I contributed to. Also here's another one from Reddit about whether to place [tags at the top or the bottom](https://www.reddit.com/r/ObsidianMD/comments/pacv14/tags_on_top_of_note_or_bottom/) of a file. -* `@blizzingout` shared their for-medical-use variant of zettelkasten, called "[CSI](https://discord.com/channels/686053708261228577/710585052769157141/879686732675706911)," which is a nice modern practical update on the methodology that I quite like. It uses sources, inputs, summaries and "connectors" to link things together and it's a nifty new paradigm. -* `@otolith` shared their "[digital country estate](https://discord.com/channels/686053708261228577/710585052769157141/879520742063112273)," an expansion of the "digital garden" that works a bit better for clinical neuroscience than a publication-focused "digital garden." `@PaperbackCook` also shared another [alternative](https://discord.com/channels/686053708261228577/710585052769157141/879140427607973898) to the "digital garden" metaphor, involving toilet paper emojis. -* Here's how Tara made a [dictionary using Obsidian](https://tamethestars.wordpress.com/2021/08/24/how-to-make-a-dictionary-with-obsidianmd/) - -## Ancillary Tools - -* [Mathpix](https://mathpix.com/) will turn handwritten formulas into LaTeX formatting. [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR/) has better local-first privacy but apparently isn't quite as good, so, tradeoffs. - -## Housekeeping - -Awhile back, somebody requested a community talk about project management for fiction, with bonus points if the talk could cover managing marketing in Obsidian. I didn't pick it up at first because I didn't feel qualified, but now I've got [The Iceberg](http://newsletter.eleanorkonik.com/), my weekly newsletter where I share short fiction & the nerdy history & obscure biology research that supports the stories. It's doing pretty well, so I decided to go ahead and give the talk... which meant documenting things. That's how last week's article about the gardening metaphor for notetaking got started. - -Well, this week I set out to update my "How I use Obsidian for Writing" article to sort of consolidate all of different quirks of my personal knowledge management system. You can see the [saga of how the article metastasized on Twitter](https://twitter.com/EleanorKonik/status/1429850365747466248) but since apparently I'm writing a book (16,000 words and counting!) and I don't know a ton about nonfiction publishing, if you _do_ I would love recommendations / referrals for things like decent nonfiction copy editors, resources for typesetting, viable alternatives to Amazon, etc. Thanks! \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.14.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.14.md deleted file mode 100644 index 967fe3c88..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.14.md +++ /dev/null @@ -1,59 +0,0 @@ -## Plugin News - -### New -* [Readwise](https://readwise.io/i/ac9) shipped their [official integration plugin](https://github.com/readwiseio/obsidian-readwise) this week and it’s generating a ton of buzz. Here's the [forum thread](https://forum.obsidian.md/t/the-official-readwise-obsidian-integration-has-launched/22311/5) but basically, Readwise lets you import highlights and annotations from pdfs, rss readers, twitter, ebooks and more. It also has the best OCR highlighter for dead tree books I’ve ever come across, and while checking it out again for the Roundup I discovered that they have education pricing. Their team is also super nice, too, and have been helping people out in the Obsidian Discord. You can get a month free using [this link](https://readwise.io/i/ac9) if you sync highlights to your account. Here's a pretty good overview of [what to expect from the plugin](https://medium.com/@benenewton/first-look-at-the-official-readwise-obsidian-plugin-5d553c0d0521). -* [the Obsidian Pocket](https://github.com/nybbles/obsidian-pocket/) plugin allows users to sync Pocket reading lists into Obsidian. -* It's now possible to use YAML to force the view-mode of a note, i.e. to set a note with a dataview block to always open in preview mode by default. The plugin is very descriptively called [Obsidian Force View Mode of Note](https://github.com/bwydoogh/obsidian-force-view-mode-of-note). -* [Obsidian Macros](https://github.com/phibr0/obsidian-macros) lets you combine commands from the command palette, with optional delays between commands. -* Obsidian now has an [integration with Toggl](https://github.com/mcndt/obsidian-toggl-integration) timers. -* The [Obsidian Customizable Sidebar Plugin](https://github.com/phibr0/obsidian-customizable-sidebar)allows you to add any command, including those of plugins, to the sidebar and assign custom icons to them. Here's information for how [developers can add icons to their commands](http://discordapp.com/channels/686053708261228577/840286264964022302/875393424918999081). -* We now have support for [Emoji Shortcodes](https://github.com/phibr0/obsidian-emoji-shortcodes) in Obsidian, which makes `:heart:` turn into ❀️. -* You can now [automatically number headings](https://github.com/onlyafly/number-headings-obsidian). -* [Alx's Folder Note plugin](https://github.com/aidenlx/alx-folder-note) is a bit of an update on the OG version by `xpgo` that lets you have a folder function as a note. -* This customizable [linter](https://github.com/platers/obsidian-linter) plugin will let you "fix" markdown styling to be more consistent within a note. -* The new [WordNet plugin](https://github.com/TfTHacker/Obsidian-WordNet) is a dictionary plugin that works from the command palette instead of sidebar or right-click menu. - -### Updates - -* The absolutely gorgeous minimal text editor modal plugin [cMenu](https://github.com/chetachiezikeuzor/cMenu-Plugin) from the developer of Yin&Yang now has a setting for custom commands on the little ui bar. -* the original [Todoist plugin](https://github.com/jamiebrynes7/obsidian-todoist-plugin/releases/tag/1.8.0) released 1.8 with mobile support & a few other nice features. -* [Breadcrumbs](https://github.com/SkepticMystic/breadcrumbs) has had a breaking change update that allows for multiple separate hierarchies. -* [Obsidian Git v1.10.0](https://github.com/denolehov/obsidian-git/releases/tag/1.10.0) now has submodules support. -* [v1.0.3 of Longform](https://github.com/kevboh/longform) has some bugfixes. -* v1.6.0 of the [Obsidian Spaced Repetition Plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition) has single and multi line reversed cards function, the ability to ignore flashcards using HTML comments, and some caching improvements. - -### For Developers -* [Obsidian Tools](https://github.com/obsidian-tools/obsidian-tools) is an unofficial package designed to help devs build plugins that has some nifty CLI stuff. -* Here's a tutorial about how to do stuff with [custom events](https://shbgm.ca/obsidian/docs/plugin-development/custom-events). -* `@TfTHacker` put together this [object model diagram](https://twitter.com/TfTHacker/status/1424051711220625409) to help visualize the Obsidian API. - -## Workflow Stuff - -* Here's how you can [view your latest readwise highlights in your daily note using the Templater plugin](https://medium.com/@benenewton/how-i-view-my-latest-readwise-highlights-in-my-obsidian-daily-note-3d321dd6ed07) -* Danny Hatcher put together a beginner's guide for [building a second brain from scratch](https://www.youtube.com/watch?v=njibNuFQwjw) using Obsidian. -* Here's a guide for how to [Generate Custom PDFs with Pandoc, Panrun, and The Eisvogel LaTex Template](https://forum.obsidian.md/t/generate-custom-pdfs-with-pandoc-panrun-and-the-eisvogel-latex-template/22237/). -* Here is a [quick guide](https://gist.github.com/chrisgrieser/4f64b0fc656480ea707d2b45a03acdc0) from `@pseudometa` explaining how to deal with the problem that Pandoc does not understand Obsidian's Wiki-Style image links(`![[ ]]`). -* Here's a tutorial on [using Templater, Buttons & Dataview together](https://shbgm.ca/obsidian/docs/insert-dataview-table). -* `@ryanjamurphy` put together this nifty Obsidian environment for [qualitative data analysis](https://axle.design/an-integrated-qualitative-analysis-environment-with-obsidian) -* Here's a nifty guide to how [semantic line breaks](https://sembr.org/) can work with the Markdown spec to help make long text easier to parse. -* Here's a MacOS [guide](https://forum.obsidian.md/t/make-obsidian-a-default-app-for-markdown-files-on-macos/22260) for how to make Obsidian your default markdown editor for files in your vaults + simultaneously make other app of your choice (for example, VSCode) default markdown editor for files outside of your Obsidian vaults. -* Here's how you can [symlink your Markdownload files into your vault](https://forum.obsidian.md/t/markdownload-markdown-web-clipper/173/121) β€” without needing fancy plugins. -* `@SlRvb` shared how they use [Obsidian for jouranling](https://forum.obsidian.md/t/slrvbs-journaling-setup/22346) - -## Feature Requests - -* `@arminta7` requested a plugin that can allow for better automations like what Hazel and Dropbox can do automate stuff in vaults via Zapier, etc. Here's an [example](https://twitter.com/hstagner/status/1401175949987753986) of how some folks are _currently_ using Zapier with Obsidian. -* The request for [Smart Folders](https://forum.obsidian.md/t/smart-folders-notes-can-sort-automatically-to-chosen-folders-based-on-tags/4342/14) is still getting traction! -## Appearance - -* the [Yin and Yang theme](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme) now has better mobile optimization, more customizable feature settings in Style SEttings, & some other nice stuff. -* The delightful [Win98 edition theme](https://github.com/SMUsamaShah/Obsidian-Win98-Edition) makes Obsidian look like a Win98 program. - -## Knowledge Management - -* `@joshduffney` has a nice video about [how to categorize and manage fleeting notes](https://www.youtube.com/watch?v=cvYitBS1yOY. -* `@ryanjamurphy` shared a new [framework for understanding Integrated Thinking Environments](https://axle.design/obsidian-roam-and-the-rise-of-integrated-thinking-environments%E2%80%94what-they-are-what-they-do-and-what-s) like Obsidian. - -## Ancillary Tools - -* [Manubot](https://manubot.org/) lets you take a manuscript written in markdown track it with git, automatically convert it to .html, .pdf, or .docx, and deploy it to your destination of choice. Hopefully this helps all the folks trying to figure out how to collaborate using Obsidian. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.21.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.21.md deleted file mode 100644 index bd09a9862..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.08.21.md +++ /dev/null @@ -1,68 +0,0 @@ -## In The Community - -* There was a Reddit thread about [why Obsidian sync is great](https://www.reddit.com/r/ObsidianMD/comments/p7f6gc/obsidian_sync_is_great/h9kizzf/), and during the discussion `@ruanviljoen` helpfully shared this super useful from `@curtismcshale` that addresses [how to evaluate which sync method you should use](https://www.youtube.com/watch?v=JHAhE8QNokw). -* `@Chetachi` will be giving the [customizable workspaces](https://discordapp.com/channels/686053708261228577/876257648624939008/877223790256468008) talk today, Aug 21, 2021 at 12:30 PM Central Time. The talk will be a showcase of the newest updates to cMenu and Yin & Yang, namely, the setting for custom commands with cMenu and the color changing settings with Yin & Yang. She'll explain how a user can customize their menu bar and theme for their own needs. -* `@shabegom` is going to be giving a talk on the Buttons plugin on August 28. If you would like to get involved in community talks, you can find more information on [this forum post](https://forum.obsidian.md/t/meta-community-talks/16686). You can request talks, vote on which one should be next, and also offer to give a talk. -* `@Nick_At_day` is trying to put together some folks for [mutual critique of Obsidian workflows](https://www.reddit.com/r/ObsidianMD/comments/p62hpw/mutual_critique_of_obsidian_workflows_writing/) as a sort of informal workshop environment. - -## Plugin News - -### New - -*Remember, you can manually install any plugin by copying the `main.js`, `manifest.jso` and (optionally) the `styles.css` files into `{vault}/.obsidian/plugins/{plugin-folder}`. it can then be enabled like any other plugin (you may need to refresh the list first). usually these files can be found at the github repo under Releases* - -* [Tag Pane Preview](https://github.com/Aidurber/tag-page-preview) isn't published yet, but it was shared on [Reddit](https://www.reddit.com/r/ObsidianMD/comments/p4hrzw/how_to_create_a_popup_window_like_this_when_you/) and it's pretty cool. If you click on a tag, it'll open a little dialog box with pages that use that tag. -* This [plugin](https://github.com/gquental/obsidian-window-collapse) lets you use commands to toggle the sidebars of obsidian. -* [Obsidian Anki Sync](https://github.com/debanjandhar12/Obsidian-Anki-Sync) uses a different and more powerful markup based syntax for making flash cards. -* [Luhman](https://github.com/Dyldog/luhman-obsidian-plugin) adds support for using 1a2b3c style folgezettels by letting users automatically create a new filename immediately "below" the current file, i.e. if you're on `1a2b3c` it will create `1a2b3c1` or the next available sibling name. Incidentally, `@Nick_At_Day` put together a templater script to [turn folgezettels into an easy-to-read outline format](https://discord.com/channels/686053708261228577/840286238928797736/878331775556939826). - -### Updates - -* [Tracker v1.10](https://github.com/pyrochlore/obsidian-tracker) has a fancy new annotation mode for month view, different date format upgrades, and more. -* [QuickAdd v0.4](https://discord.com/channels/686053708261228577/855181471643861002/877788312679624734) has a bunch of API improvements, advanced settings, and more. -* Unfortunately, FreeDictionaryAPI will be ending support for non-English languages soon. If you know any free APIs for non-English languages, please reach out to `Philbr0`, the developer of the Dictionary plugin. More details [on github](https://github.com/phibr0/obsidian-dictionary/issues/43). -* The [emoji shortcodes plugin](https://github.com/phibr0/obsidian-emoji-shortcodes) has a dynamic Suggester now. - -### Under The Radar - -* The plugin that [automatically fetches a page title when you link to it](https://github.com/zolrath/obsidian-auto-link-title) got resurfaced this week. -* The [Extract Highlights Plugin](https://github.com/akaalias/extract-highlights-plugin) lets you create and extract highlights from a current markdown note in Obsidian onto your clipboard. - -### For Developers - -* `@arvn` is interested in hiring (this is a paid gig!) experienced Obsidian plugin developers to [create some plugins](https://publish.obsidian.md/arun/Tech/Obsidian/New+Features+that+Would+Make+Obsidian+More+Voice+Accessible) to *make Obsidian more voice accessible*. You can find [more details in Discord](https://discord.com/channels/686053708261228577/840286264964022302/877647079466471444). - -## Workflow Stuff - -* `@bianca_oli_per` has a holistic [academic workflow](https://www.youtube.com/watch?v=fGJv6hiXPmk up over on Linking Your Thinking. It covers MOCs, LaTeX equations, Obsidian queries, PDF extraction and more. -* `@ASRenner1` shared how she uses Obsidian to provide a [minimalist but organized workspace](https://www.youtube.com/watch?v=OX_UKIzRALs) for her fiction and nonfiction writing process. -* Remember, you can search for any heading or paragraph in your vault without knowing the file: `[[##` for headings, `[[^^` for blocks. -* This [guide](https://publish.obsidian.md/arun/Tech/Obsidian/Using+Obsidian+with+Dragon+Dictation+-+Edit+Your+Notes+With+Full+Voice+Control) serves as a quick how-to for switching between editing notes in Obsidian and Dragon-friendly word processors with full text control and without reaching for the mouse or keyboard. - -### Advanced - -* `@Chetachi` shared how she uses tags to [highlight her Readwise highlights](http://discordapp.com/channels/686053708261228577/707816848615407697/877196058764144691) in [different colors as appropriate](https://discord.com/channels/686053708261228577/707816848615407697/877375585456898048). -* `@Christian` put together a writeup for how he uses [QuickAdd and Zotero to process pdfs with hotkeys](https://bagerbach.com/blog/how-i-read-research-papers-with-obsidian-and-zotero/). It's a little technical but it's a nice complement to the [zotfile -> mdnotes](https://forum.obsidian.md/t/zotero-zotfile-mdnotes-obsidian-dataview-workflow/15536) workflow from Cat. Incidentally, the Zutilo plugin for Zotero which allows you to assign hotkeys to zotfile & mdnotes commands. -* `@Christian` also shared a [Toggl Track macro](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_TogglManager.md) that uses the new Toggl Track plugin. More details [in Discord](http://discordapp.com/channels/686053708261228577/707816848615407697/876069796553293835). `@Maximo` shared their usecase for how [Toggl](https://discord.com/channels/686053708261228577/700466324840775831/877639056828276746) helps them track how much time they spend on different projects. Note: the Toggl API got hinky so if you're using this plugin update to version 0.2.4 or it won't work. -* `@Christian` _also_ shared a [QuickAdd script](https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Macro_MoveNotesWithATagToAFolder.md) to automatically move files with a certain tag into a particular folder. More details [in Discord](http://discordapp.com/channels/686053708261228577/716028884885307432/876494826122657852). -* This [bash script](https://forum.obsidian.md/t/clipboard-snippets-in-your-inbox-for-later-review-even-when-obsidian-closed/22850) from `@Moonbase` lets users use a hotkey to quick-copy text, HTML and images from the clipboard into a "Clipboard" note within your vault, without the need of opening Obsidian each time. - - -## Feature Requests - -* `@Bibi53` is hoping somebody can help out with integrating the [Antidote spellchecker API](https://forum.obsidian.md/t/plugins-antidote/22653) into an Obsidian plugin. - -## Appearance - -* `@Chetachi` shared a snippet you can use to [make the headers in Yin & Yang be a long background highlight](http://discordapp.com/channels/686053708261228577/702656734631821413/877508873207050281) and like everything she does, it's beautiful. -* `@Mara` updated her github repository of [WYSIWYG snippets](https://github.com/Mara-Li/Obsidian-Snippet-collection). -* For those who prefer a more retro appearance for their vault, here's the [Win98 edition](https://github.com/SMUsamaShah/Obsidian-Win98-Edition) theme. - -## Ancillary Tools - -* this [guide](https://www.simonlindgren.com/notes/2019/11/15/setup-for-writing-in-markdown-citing-with-zotero-and-publishing-with-pandoc) explains the use of pandoc for markdown with Zotero pretty well. -* `@Koechiliniana` shared a [ready-made Obsidian vault](https://github.com/Bartlebooth1424/obsidian-nomic) for the government-mimicing metagame Nomic, - -## Housekeeping - -* I sat down to update and consolidate my various writeups about all the different pieces of my workflow and put them all in one place and instead wound up waxing philosophical about how notetaking really is like gardening for two thousand words instead, so oops but also if you're interested here's [my philosophy of gardening, digital and otherwise](https://eleanorkonik.com/the-konik-philosophy-of-gardening-digital-otherwise/). \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.04.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.04.md deleted file mode 100644 index 50833698a..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.04.md +++ /dev/null @@ -1,82 +0,0 @@ -## Obsidian Updates - -* There are now over 300 plugins and 40k members of the community Discord! -* The early bird discount pricing for Sync and Publish is ending at the end of this month (September 30, 2021). Please read the [FAQ](https://forum.obsidian.md/t/last-chance-to-get-early-bird-discount-for-sync-and-publish-before-september-30-2021/23541) and remember: Obsidian is created by a very small team of two and they only charge personal users for services that cost _them_ money (servers aren't cheap, especially if you don't have economy of scale advantages). - -[v0.12.15](https://forum.obsidian.md/t/obsidian-release-v0-12-15/23348) is now available for public access, featuring: - -- Improved [graph timelapse animation](https://forum.obsidian.md/t/obsidian-release-v0-12-13/21959) that's ordered by creation time. -- Right click on a [heading to rename](https://forum.obsidian.md/t/obsidian-release-v0-12-14/23046) and update all links to this heading. -- Right click on selected text to [search for it globally](https://forum.obsidian.md/t/obsidian-release-v0-12-15/23348). - -## Appearance - -* [Shimmering Focus](https://github.com/chrisgrieser/shimmering-focus) is a condensed minimalist theme aimed at working nicely with pandoc. It has a bunch of really nice features, like increased contrast. - -## Plugins - -### New - -* [Obsidian plaintext](https://github.com/dbarenholz/obsidian-plaintext) will let you edit `.bib` and presumably `.css` files etc directly in Obsidian instead of needing a text editor like Visual Studio Code (although there isn't any syntax highlighting, it's not meant as a replacement for VSCode or whatnot). -* You can now get a direct feed from the [Hacker News](https://github.com/arpitbbhayani/obsidian-hackernews) top stories into an Obsidian pane. Presumably it wouldn't be too hard to add other RSS feeds to this by forking it or creating a pull request? -* [Obsidian copy block link](https://github.com/mgmeyers/obsidian-copy-block-link) lets you right click a block and copy the link to the block. -* A new plugin lets you execute [jupyter notebooks](https://github.com/tillahoffmann/obsidian-jupyter), which I'm told are super useful for the data science / machine learning folks. -* There's a new riff off of focus mode: [ghost fade focus](https://github.com/skipadu/obsidian-ghost-fade-focus). -* [Random structural diary](https://github.com/ShockThunder/RandomStructuralDiary) will give you a random list of questions to journal about. -* This plugin integrates [drawio](https://github.com/zapthedingbat/drawio-obsidian) diagramming. If anybody knows how this is different than [excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin) or mermaid I'm interested. -* [Obsidian file link](https://github.com/marcjulianschwarz/obsidian-file-link) makes it easier for people to link to external files without having to drag and drop from the file explorer. - -### Updates - -* The [Image in Editor](https://github.com/ozntel/oz-image-in-editor-obsidian/releases/tag/1.4.9) plugin has commands to convert Wikilinks to Markdown links and vice-versa in all files within the vault or only in the active file. This is amazing for switching _to_ wikilinks for **seeing transclusions in editor mode using this plugin**, or for people trying to convert to Markdown links for interoperability with other programs like static site generators. -* [Quick Explorer 0.0.7](https://github.com/pjeby/quick-explorer) has more hotkey support and a quick preview mode. It also has a really amazing Readme. -* The [Spaced Repetition](https://github.com/st3v3nmw/obsidian-spaced-repetition) plugin got some love; more stastics, you can review cards from a single note if you want, and some niftier post-review edit options. -* [Obsidian Tasks](https://github.com/schemar/obsidian-tasks/releases/tag/1.3.0) v1.3.0 has new sorting options, better CSS support, and mobile toolbar icons. -* [Excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin/) 1.2.21 supports transclusion of sections in addition to blocks. 1.3.0 has an extended ExcalidrawAutomate API that lets users access elements of the active drawing and add elements on the fly. -* [cMenu](https://github.com/chetachiezikeuzor/cMenu-Plugin) now has a status bar menu and some QoL updates. - -### For Developers - -* Here's a nice [guide for new programmers](https://joschuasgarden.com/Five+lessons+from+a+new+programmer+for+a+new+programmer) who are starting out learning because of Obsidian, written by a programmer who started out programming because of Obsidian. -* Here's a discussion about [inter-plugin communication](https://forum.obsidian.md/t/inter-plugin-communication-expose-api-to-other-plugins/23618) that is probably important as a central discussion point for best practices for exposing plugin APIs from plugins. -* `@jgauthier` is working on a big update to the Citations plugin and is looking for CSS/design help and feedback (or contributions to development). Here's the [development branch](https://github.com/hans/obsidian-citation-plugin/tree/references-view). -* Theme developers should be on the lookout for breaking changes coming to the kanban plugin, which is currently [beta testing](https://github.com/mgmeyers/obsidian-kanban/releases/tag/1.0.0-beta.1) custom drag and drop and some other stuff like hotkeys and lists. -* This [script](https://github.com/luckman212/obsidian-plugin-downloader) will download all of the Obsidian plugin repositories to use as a reference for developing plugins -. -## Requests - -* There was [discussion](https://discord.com/channels/686053708261228577/694233507500916796/883218999628927066) about the possibility of creating a docker instance of a webtop window manager and running obsidian on it. If someone could put together a guide for "how to run Obsidian on a server so that you can access it from the web" I feel confident that a great many people would appreciate it. -* Rendering citations in preview mode was requested. There's was a good discussion about ways to [get started](https://discord.com/channels/686053708261228577/722584061087842365/881108789774942258) in Discord. - -## Guides - -* Did you know that you can use a `\` backslash to escape characters, so that they aren't treated as markdown commands and will therefore render in preview without needing to be commented using a backtick ( \`)? -* This is a really nice video guide for how to [process source notes into permanent notes](https://www.youtube.com/watch?v=qQM1pjxu3WE) and what Obsidian features help. -* The video from the Buttons community talk from Buttons developer `@shabegom` is now live [on YouTube](https://www.youtube.com/watch?v=3LhtmBYy6Jc). -* `@Christian` shared a QuickAdd script and process for importing notes that emulates other automatic importers but allows a bit more control. -* `@productivity guru` shared a [guide for using Templater](https://www.youtube.com/watch?v=LjdJbknTjm4) to insert variables and functions into your notes. -* `@zsviczian` shared a video of how to implement the [Clothesline Method for Sequencing Ideas](https://www.youtube.com/watch?v=q8KF3flIyKs&feature=youtu.be) using Templater and Excalidraw. Here's [part two](https://www.youtube.com/watch?v=yhljjFPzpzI). -* Here's a [Reddit discussion and video](https://www.reddit.com/r/FoundryVTT/comments/ozxpte/obsidian_md_module_or_markdown_integration/) about how to get things from the virtual tabletop Foundry into Obsidian. -* Here's a [script using netlify](https://forum.obsidian.md/t/yet-another-free-publish-yafp/23608) as an alternative to Obsidian publish. -* Here's how Mac/iOS users can use [keyboard maestro for quick capture and inbox processing](https://forum.obsidian.md/t/quick-capture-mac-ios-and-inbox-processing/21808). - -## Different Usecases - -* `@JeremyMcLellan` shared in Discord how he uses [Obsidian for standup comedy](https://discord.com/channels/686053708261228577/805952223124520961/883076332144168961). -* `@SlRvb` shared a [sample vault for journaling](https://forum.obsidian.md/t/slrvbs-journaling-setup/22346/14). -* On Discord, `@Vincer` shared a list of the plugins that help them have [a more visual experience](https://discord.com/channels/686053708261228577/707816848615407697/853289760578469948) with Obsidian. -* On Discord, `@pseudometa` had a [widely-bookmarked comment](https://discord.com/channels/686053708261228577/700466324840775831/881472955853459486) about why _and when_ highlighting and extracting notes can be more valuable than summarizing the main points of a text -* Here are some nice [starter templates](https://github.com/masonlr/obsidian-starter-templates). -* A user on Reddit shared their [workflow for task and project management in Obsidian](https://www.reddit.com/r/ObsidianMD/comments/pepced/hey_everyone_i_just_wanted_to_share_my_personal/). - -## Ancillary Tools - -* `@pseudometa` shared detailed documentation for how they use the (mac-only) tool [Alfred with Obsidian](https://github.com/chrisgrieser/shimmering-obsidian/releases/latest). Lots of gems there for Alfred users, I suspect. -* `@argentum` created an [issue on Github](https://github.com/argenos/zotero-mdnotes/issues/133) to track the migration of Mdnotes to the new Zotero beta. You can subscribe if you're looking for updates. -* `@Santi Younger` shared a video about [the Readwise integration](https://youtu.be/g_5Pk7XwDFg) with Obsidian. -* [Duplicati](https://github.com/duplicati/duplicati) is a free & open source backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works on OSX, Windows and Linux. `@peterOlson` says it was easy. Since Obsidian Sync is _not_ a backup service and as best practice you should separate backups from sync, it's been recommended as a nice companion. -* `@psuedometa` shared their note about [different PDF annotation extraction methods](http://discordapp.com/channels/686053708261228577/722584061087842365/882368061481570324), with some pros/cons of every tool, as `.md` file on Discord. - -## Housekeeping - -* If you're curious to see how my theory about [writing gestalt book reviews is helpful for processing knowledge](https://eleanorkonik.com/lit-review-value-gestalt-reflection/), I wrote a [twitter thread reflecting](https://twitter.com/EleanorKonik/status/1432855712934289408) on how the process of [reviewing Tamed by Alice Roberts](https://eleanorkonik.com/book-review-tamed/) helped me understand the book better. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.11.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.11.md deleted file mode 100644 index 8c3d4eb96..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.11.md +++ /dev/null @@ -1,74 +0,0 @@ -# Collaboration Guide, - -## In The Community - -Upcoming community talks (save the date, links to follow later in the month!): - -* Sunday, October 3, 2021 4:00 PM EST: `@Eleanor Konik` (that's me!) will discuss a comprehensive project management workflow for fiction writing: using folders, dataview, and tags. From ideation to completion, submitting to markets, tracking market preferences, branding work, and ancillary avenues for outreach like newsletters and tweets. If there's anything in particular you want to see, reach out. For now I'm working off of [this request](https://forum.obsidian.md/t/obsidian-talks-voting-post-which-talks-do-you-want-to-hear/15705/15). -* Sunday, October 10, 2021 2:00 PM EST: In this showcase, presenters will share how they set up and use iOS shortcuts in Obsidian Mobile. - -## Plugin News - -### New - -* We've got another proto-WYSIWYG plugin on the scene: [Autoview](https://github.com/mmhobi7/obsidian-autoview) will auto-switch the active window to edit mode when a keystroke is detected, and then switch back to preview mode a delay after the last keystroke is detected. -* `@luckman212` put together a small quality of life plugin that will let you assign a hotkey to [reset your zoom level](https://github.com/luckman212/obsidian-reset-font-size) back to "normal" even on operating systems and keyboards that don't make it easy. -* [Podcast Note](https://github.com/marcjulianschwarz/obsidian-podcast-note) lets you easily pull metadata for podcasts and take notes on them. -* I had to do a double-take because I wrote this last week about a different plugin: There's a new riff off of focus mode! This week we got [stille](https://github.com/michaellee/stille). -* [Obsidian carry forward](https://github.com/publicus/obsidian-carry-forward) lets users copy a link to the current block. - -### Updates - -* the [File Tree Alternative](https://github.com/ozntel/file-tree-alternative) plugin allows users to view the file and folder lists in a single view to have Evernote similar experience instead of switching between the views. Here's a [demo](https://www.youtube.com/watch?v=fbz8IZtXuUE) video. -* [Excalidraw](https://github.com/zsviczian/obsidian-excalidraw-plugin/) 1.3.1 has drag & drop support to create links from files in the file manager and improved zoom to fit. Images will fit fullscreen, (almost) regardless of image size. Also, the full package is now in one file and chunks no longer get loaded from the web. -* The [Dictionary](https://github.com/phibr0/obsidian-dictionary) plugin (which by the way has a fantastic thesaurus) just got a redesign to look more like the native Obsidian views, i.e. the search panel. -* The [Extract url plugin](https://forum.obsidian.md/t/extract-url-plugin-mobile-support/23664) now has mobile support. - -### For Developers - -* `@NothingIsLost` shared a plugin to help theme designers inspect the "Export to PDF" styling output interactively in Dev Tools which should make debugging print mode easier. - -## Workflow Stuff - -* A group of pentesters (which is to say, white hat hackers) shared a really nice and comprehensive article about how they use [Obsidian for collaboratively documenting group knowledge](https://www.trustedsec.com/blog/obsidian-taming-a-collective-consciousness/) in the cybersecurity field. If you wanted to use Obsidian collaboratively and are not terrified of git, this is a must-read in my opinion. Here's the [associated git repo](https://github.com/trustedsec/Obsidian-Vault-Structure). -* I wrote an article about how [the graph view isn't just a pretty gimmick](https://eleanorkonik.com/its-not-just-a-pretty-gimmick-in-defense-of-obsidians-graph-view/), and there were some great comments in the [reddit thread](https://www.reddit.com/r/ObsidianMD/comments/plc4ny/its_not_just_a_pretty_gimmick_in_defense_of/) about using the graph view for fiction writing and different kinds of knowledge graphs. -* Ben shared how they use [Obsidian for tracking tasks](https://medium.com/geekculture/how-i-track-my-tasks-in-obsidian-47fd7ad80364). Note though that other people prefer to [keep task management and knowledge management separate](https://publish.obsidian.md/leah/40+Digital+Garden/Simplicity%2C+strategic) -* Here's a nice [collection of daily notes templates](https://www.reddit.com/r/ObsidianMD/comments/pjp8d1/daily_note_templates_please_share/) on Reddit. -* This [collection of templates](https://filipedonadio.com/6-useful-templates-for-obsidian/) also got resurfaced if you're looking for inspiration about how to set up Cornell notes, meeting notes, book notes, blog posts or an Einsenhower Matrix. Also, Filipe has a bunch of Obsidian content on YouTube that I wasn't aware of, like this video from last month about how he used [only Obsidian for a week](https://www.youtube.com/watch?v=1UCAlCAvXhk). - -### Advanced -* Here's a [powershell script](https://forum.obsidian.md/t/insert-title-into-front-matter-powershell-script/23966) to insert file titles into the front matter of all your notes. -## Feature Requests - -* You can [add your support](https://forum.obsidian.md/t/obsidian-send/23899) to the feature request to send things to Obsidian via email and tweets and stuff, a la IFTTT but with Obsidian Sync. - -## Appearance - -* This absolutely incredible css snippet will make [your vault look like a Diablo game](http://discordapp.com/channels/686053708261228577/700466324840775831/885715893919825990). For a laugh, try it in light mode. -* The [Firefly theme](https://github.com/lazercaveman/obsidian-firefly-theme) is pending review, but is one of the few examples I've personally seen of a repository using SCSS, a Rubyprogram written in that assembles CSS style sheets for a browser, and for information, SASS adds lots of additional functionality to CSS like variables, nesting and more which can make writing CSS easier and faster. -* CSS for [rainbow relationship line colors](https://discord.com/channels/686053708261228577/702656734631821413/884586663064535141) was shared in the Discord by `@NothingIsLost`. -* Here's how you can [hide attachment subfolders](https://forum.obsidian.md/t/hiding-attachments-folders/23929). -* Here are some nice [tips for printing to PDF](https://www.reddit.com/r/ObsidianMD/comments/pl29cs/better_pdf_printing/). - -## Ancillary Tools - -* `pseudometa` shared a [detailed academic workflow](https://chris-grieser.de/Comprehensive-Academic-Workflow-from-Reading-to-Writing-in-Markdown) that offers alternatives to the Zotero/MDNotes process and discusses when to do what and why and what else you can do. -* The creator of Gingko, a pane-based outliner-setup longform writing app is also an obsidian user and [swung by the forums](https://forum.obsidian.md/t/writing-in-tree-structure-the-solution-to-long-form-writing-gingko/20727/24?u=eleanorkonik) to share that Gingko now allows for importing from markdown and is looking for some discussion on how people would like to see the feature develop. - -### Research Rabbit - -* [Research Rabbit](https://www.researchrabbit.ai/) (yes it's free) put together [a playlist of Youtube videos](https://www.youtube.com/watch?v=wHBql2JncyU&list=PLLrc8QKmOs9btNMYi8zsNRKlGuIZgPTZK) with tutorials from users, starting with `@dannyhatcher` and his workflow (follow up with [this video](https://www.youtube.com/watch?v=AQdKBhCaCcI) to see how he processes things into Obsidian afterwards). -* `@brimwats` and Bryan Jenks and I also did a community talk on Thursday with some interested folks sharing our workflows with Research Rabbit: here's my writeup about [how I use Research Rabbit for Worldbuilding Research](https://eleanorkonik.com/using-research-rabbit-for-worldbuilding-research/). -* PS: I'm deliberately not giving you a referral code because I don't want to take their money, it's such a good tool and they're so nice, but if you have trouble signing up (they require some kind of 'institutional' email for the forum) you can reach out via email and let them know you found them though the PKM community and they'll set you up. - -### Readwise - -* The folks at [Readwise](https://readwise.io/i/ac9) (subscription-fee app but too many pkm people love it to not include it here) just announced a big update coming β€” [a read-later app with RSS, newsletter and pdf-reading capabilities](https://readwise.io/read). They're adding people to the waitlist now and while I'm not personally in the beta I'm pretty excited for it β€” I've heard it's great, and has nice hotkey support. -* They're also working on a web highlighter. Some Obsidian users are excited at the idea of replacing products like Highlights and Instapaper with their new Reader app. -* While I'm talking about Readwise, they also shipped [focused highlight review](https://twitter.com/hstagner/status/1435593578194120706?s=21). -* Here's [Dan Ollosso](https://www.youtube.com/watch?v=XnG9beuXmJw) on the Readwise Obsidian plugin. Here's [Curtis McShale](https://youtu.be/tUfTaEhqZU8)'s. (I told you it was popular with Obsidian folks). - -## Housekeeping - -* both `@liam`’s Calendar and `@tgrosinger`’s Advanced Tables community plugins have surpassed 100,000 downloads in the Obsidian plugin gallery. So exciting! -* When I logged in to work on this yesterday, my dashboard let me know that there are over 2,000 of you subscribed to this newsletter, which is orders of magnitude more than I thought would ever find value from it, so thanks for checking in with me every week! Ghost reports that about 70% of you read this pretty consistently (so I guess I'm not getting lost in the ether!), which is incredibly motivating. Thank you! diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.18.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.18.md deleted file mode 100644 index 984771e0f..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.18.md +++ /dev/null @@ -1,90 +0,0 @@ -## In The Community - -* `@SlRvb` and `@mikeschmitz` will be showcasing how they use Obsidian for journaling today at 3pm EST. There's more [information in Discord](https://discord.com/channels/686053708261228577/876257648624939008/888086347510865950). -* The [Kanban plugin](http://matthewmeye.rs/obsidian-kanban/) is looking for community help keeping the documentation up to date, so if you have any workflow tutorials (like [this German-language one](https://www.youtube.com/watch?v=6aU2lYGsRzw)) or such you'd like to add, you can [submit a pull request](https://github.com/mgmeyers/obsidian-kanban/tree/main/src/docs) to the GitHub repository. - -## Obsidian Updates - -[v0.12.16 is out for Insiders](https://forum.obsidian.md/t/obsidian-release-v0-12-16-insider-build/24166)! - -- You can now undo closing a pane. -- Core now supports copying a code block in preview mode. -- Empty panes will be removed on startup if the plugin that created it has been uninstalled or disabled. -- `{{date}}` and `{{time}}` will now work with the core daily notes and zettelkasten prefixer plugins. Previously you needed to add the format, for example `{{date:YYYY-MM-DD}}` -- Creating new files from in note composer will now show an error if it contains illegal characters. -- You can now use Ctrl/Cmd+click or middle-click the icon or the command palette item to open daily note/new zettelkasten in a new pane - -### Developers - -* There is now access to the following bundled libraries: PDF.js, Mermaid, Prism, MathJax. Each library does things a bit differently but Obsidian now exposes functions to load them if they weren’t loaded already: `loadPdfJs`, `loadMermaid`, `loadPrism`, `loadMathJax`. -* `request` can now set HTTP headers. - -## Plugin News - -### New - -* [Blue Pill](https://github.com/dyldog/blue-pill) is a plugin designed to rename files from numerical UUIDs to a new file name based on the first header. -* [Simple Embeds](https://github.com/samwarnick/obsidian-simple-embeds/tree/main) will allow twitter cards and youtube links to render in preview. -* [Workspaces Plus](https://github.com/nothingislost/obsidian-workspaces-plus) comes with some nice features for making workspaces easier to work with, and includes handy features like auto-saving workspaces on switching, status bar indicators to let you visually see which workspace you're working in, etc. Here's how [Josh Duffney uses Workspaces](https://www.youtube.com/watch?v=EiI1ekkiB2k) if you're looking for a use-case example. -* This plugin lets you [add commands to the right click menu](https://github.com/kzhovn/obsidian-customizable-menu) -* The [copy command](https://github.com/kzhovn/copy-command-obsidian) makes the "make a copy" command available to the command palette and file menu. Shoutout to the dev for reading my mind because I was just lamenting the lack of this on Wednesday. - -### Updates - -* [Kanban](https://github.com/mgmeyers/obsidian-kanban/) is now out of beta with v1.0.0. Lanes are scrollable, cards can contain newlines, the input fields supports markdown editing, block embeds are supported, and there are some more action buttons functionality. Note: may contain breaking changes for some themes (but I haven't heard much chatter about this so you'll probably be fine). -* [Pane Relief](https://github.com/pjeby/pane-relief) has a hotfix to support the new Insider build (0.12.16); please be sure to close any orphan panes! -* [Dice Roller 6.0.0](https://github.com/valentine195/obsidian-dice-roller) had a major backend update that should speed things up, and you can modify and condition dicerolls, i.e. create formulas and variables. More details in the Readme! -* [Image in Editor](https://github.com/ozntel/oz-image-in-editor-obsidian/releases/tag/1.5.4) can render mermaid diagrams in transclusions in the editor. Which should give you an idea of the complexities WYSIWYG mode faces β€” and by the way, **WYSIWYG mode has been moved to the "In Progress" section of the Obsidian Roadmap.** -* The [Linter plugin](https://github.com/platers/obsidian-linter/releases/tag/1.1.5) allows for footnotes to be moved and reindexed, which is useful for concatenation i.e. with the longform plugin, and also will reformat tags with hashtags in YAML frontmatter to be correct, i.e. removes the hashtag. -* [v1.11.0 of Obsidian Git](https://github.com/denolehov/obsidian-git/releases/tag/1.11.0) comes to us from the incredibly tenacious `@Vinadon` (who has faced some truly demoralizing struggles developing this plugin) and features support for initializing new repos and selecting upstream branches for pushing and pulling from. -* Users of the Folder Note plugin should be aware that most of the features have been migrated to the [Folder Note Core](https://github.com/aidenlx/folder-note-core): check out the [migration guide](https://github.com/aidenlx/alx-folder-note/wiki/migrate-from-v0.10.0-and-lower). -* [Dictionary 2.18.0](https://github.com/phibr0/obsidian-dictionary) lets you override the language for an individual note by noting the preferred language in the YAML. - -### Betas - -* [Text Transporter](https://github.com/TfTHacker/obsidian42-text-transporter/releases) is currently rapidly iterating through beta testing (aka will require manual install) and `@TFTHacker` is looking for testers to help put it through its paces before code review. It's an Obsidian riff off of his Roam workflow, and offers a bunch of features, including replace a link with its original text, slinging text around, bookmarks, quick capture, and more. - -## Feature Requests - -* People used to IDEs like Visual Studio Code would love it if it were possible to ["tab out" of markup](https://forum.obsidian.md/t/pressing-tab-when-inserting-a-link-should-move-the-cursor-to-the-next-brackets/11953) instead of needing to use the arrow key. -* Is it possible to [assign a hotkey to readable line width](https://forum.obsidian.md/t/is-there-a-way-to-set-readable-line-length-option-to-a-hotkey/24255)? I know there have been times when I really wanted this, too, especially when dealing with tables. -## Appearance - -* The [LaTeX insipired CSS Snippet for PDFs](https://www.buymeacoffee.com/phibr0/e/42263) is designed to help with page breaks, automatically number headings, and more. -* The [ITS Theme](https://forum.obsidian.md/t/theme-its-dark-light-theme/12838/132) had an update that reduces the filesize by moving icons to an external snippet and some new Style Settings toggles. -* [Yin and Yang](https://github.com/chetachiezikeuzor/Yin-and-Yang-Theme) theme got an update to change the darkness value of the base color that should help with reflective screens. - -## Ancillary Code - -* the [Web Clipper bookmarklet](https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3) from `@kepano` has some more features, like removal of illegal characters and variables for tagging things more easily. -* `@Ckain` figured out how to get [Obsidian as a dockerfile to use Obsidian in a browser](https://discord.com/channels/686053708261228577/694233507500916796/888512777336021044). I understand about half of the instructions but I feel like this is an incredible thing for developers who want to access their Obsidian notes from a locked down computer at work, so if you know what "docker file" and "container" and "reverse proxies" mean, check this out! If you don't, this is an advanced option, please don't try. - -## Guides - -* Here's why you [probably should not store plain text passwords in Obsidian](https://www.reddit.com/r/ObsidianMD/comments/pmscaz/is_obsidian_safe_for_storing_your_passwords_there/). -* Here's a guide of _why_ to use [Obsidian for RPGs](https://www.youtube.com/watch?v=cLMcRiacY3g). Even if you don't care about TTRPGS, though, it has some really nifty looks at how people can use timelines, kanban boards, and statblocks. -* `@_Nick` shared a nice overview of [different notetaking methods they iterated through](https://www.nickseitz.com/writing/take-less-stupid-notes) looking for the one that worked for them. -* `@nvanderhoevan` shared how she uses [Obsidian for work](https://nicolevanderhoeven.com/blog/20210518-how-i-use-obsidian-at-work/); her notes are available to coworkers via git. -* Here's a neat video guide on how to [do mindmapping in Obsidian](https://www.youtube.com/watch?v=pWcHBmJLvLc&feature=youtu.be) -* Here's a writeup about how to use [Obsidian for cultivating a writing habit with morning pages](https://www.cultivatingmentalsilence.com/blog/using-the-obsidian-app-to-do-morning-pages). -* Here's a video guide about [how to take concept notes]( https://www.youtube.com/watch?v=MYJsGksojms) that leverages the linking your thinking philosophy. -* Here's how `dannyhatcher` takes [notes from a bunch of different sources](https://www.youtube.com/watch?v=tLa2tNuXau0&feature=youtu.be) in a consistent way. - -## Knowledge Management - -* Here's a nice discussion in Discord about [how to deal with information overload](http://discordapp.com/channels/686053708261228577/722584061087842365/888244420728741938). -* Here's a discussion on Reddit about how to use [Obsidian as a lab notebook](https://www.reddit.com/r/ObsidianMD/comments/pojd73/does_anyone_use_obsidian_as_a_lab_notebook/). -* Here's a discussion about [how to leverage Obsidian for a Master's thesis](https://forum.obsidian.md/t/start-using-obsidian-for-masters-thesis-when-you-already-have-a-rough-outline-in-mind/24228/3). -## In The Wild - -Every now and then someone shares a link to a popular outlet "discovering" Obsidian and writing about it and I'm never sure about adding it to the Roundup because I'm never sure if it's teaching _us_ anything β€” we already know about Obsidian β€” but ultimately, I think it's fun to see what "new users" are saying about Obsidian and it's kind of neat to see my niche notetaking tool mentioned "in the wild" so maybe you feel the same way. - -* Here's Andrew Myrick of Android Central on why [Obsidian is the best notetaking app most people have never heard of](https://www.androidcentral.com/obsidian-best-note-taking-app-youve-never-heard). - -## Ancillary Tools - -* [Drafts v28](https://forums.getdrafts.com/t/drafts-28-released-ready-for-new-ios-macos-folder-bookmarks-and-more/11201) for iOS makes it possible to grant permissions to additional folders outside the Drafts App Sandboxl their release notes specifically mention that it should now be easier to integrate it with Obsidian. - -## Housekeeping - -* I think I sorted the database problems. I haven't had time to sit down and write a postmortem but suffice it to say that without the support of this community (especially moderator `@Leah` and her incredible excel skills) I would probably still be deep in database hell. For those curious about the topline result, I managed to salvage most of the Roundup database but had to wipe the Iceberg back to nothing, and I'm not totally convinced that some of the weirder problems we ran into won't recur, but I'm hopeful that things should be alright going forward. Thanks for all your kind words during a dark time πŸ’š. \ No newline at end of file diff --git a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.25.md b/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.25.md deleted file mode 100644 index 10c013ddb..000000000 --- a/09 - Digital Garden/09.03 - Obsidian roundup/2021.09.25.md +++ /dev/null @@ -1,93 +0,0 @@ -## In The Community - -* The Obsidian developers are doing an "Obsidian October" initiative / contest to encourage people to polish off their WIP plugins and themes, or even try their hand at developing one for the first time. **Winners will get hundreds of dollars in credit to spend on Obsidian services; the top winner, as determined by a panel of community judges, will get a custom trophy. Even if you don't win, they're picking 3 random people to earn rewards too.** Learn more on the new [Obsidian publish hub](https://publish.obsidian.md/hub/Events/Obsidian+October+2021). Here's the forum thread for [sharing your progress](https://forum.obsidian.md/t/obsidian-october-2021-daily-progress-and-learnings/24472). -* Anne-Laure Le Cunff [interviewed](https://nesslabs.com/obsidian-featured-tool) `@Silver` (Erica Xu) about why she developed Obsidian and the process of developing the community. -* Nick Milo featured content creator [Mike Schmitz](https://www.youtube.com/watch?v=aiTV9MOBYPs) as part of the LYT House series awhile back β€” the recording is now on YouTube. Ditto [David Sparks](https://www.youtube.com/watch?v=JLk5jIHpvxE) talking about how he uses Obsidian. -## Obsidian Updates - -* Obsidian Sync increased the size limit of each remote vault from 4 GB to 10 GB. - -## Plugin News - -### New - -* There's a new plugin to add more [shortcuts for LaTeX](https://github.com/joeyuping/quick_latex_obsidian). -* It looks like the folks over at ClubMacStories are trying out a business model for paid plugins: if you subscribe to the ClubMacStories newsletter you can get access to their Todoist Tasks, Markdown links, and Markdown embeds plugins. Here's their [Twitter announcement](https://twitter.com/viticci/status/1440841977994432522). -* [Metadataframe](https://github.com/SkepticMystic/metadataframe) lets users extract all the metadata in a vault into a CSV file. -* [Prominent Sarred Notes](https://github.com/valentine195/obsidian-prominent-starred-files) adds stars to starred notes in the file explorer. -* [Local images](https://github.com/aleksey-rezvov/obsidian-local-images) finds hotlinked images in your notes, downloads and saves them locally and finally adjusts the link in your note to point to the local file. -* [MarginNote Companion](https://github.com/aidenlx/marginnote-companion) lets users use MarginNote 3 to read and create text/area excerpt on PDF files and easily import notes to obsidian with backlinks to MarginNote. It synergizes with Media Extended to support importing video notes. -* If you play music and want to use Obsidian to keep track of scores, check out [Scales & Chords](https://github.com/egradman/scales-chords). -* Here's a [hotkey for superscript](https://github.com/oliviodare/obsidian-superscript). -* Here's a plugin designed to help users use Obsidian as a [Read It Later](https://github.com/DominikPieper/obsidian-ReadItLater) app. -* Here's a plugin to let you [change the playback speed](https://github.com/kaizau/obsidian-audio-speed-plugin) of audio files in Obsidian. - -### Updates - -* [Kanban 1.0.17](https://github.com/mgmeyers/obsidian-kanban/releases/tag/1.0.17) lets users search for notes by aliases, headings and blocks. -* Recursive folder copying has been added to [0.2.0 of Enhance Copy Note](https://github.com/kzhovn/copy-command-obsidian). -* Obsidian42 - Jump-to-Date plugin got some nice navigation features for 1.0.9 -* Dice Roller now lets users save results of dicerolls and has a prettier dice view. -* [v1.7 of MetaEdit](https://github.com/chhoumann/MetaEdit) fixes the KanbanHelper setting not being able to expand. -* [Obsidian Leaflet](https://github.com/valentine195/obsidian-leaflet-plugin) updated to version 4.0.0. It's now faster, integrated with Initiate Tracker, allowes for layers on real-world maps, and lets you draw and edit shapes directly on maps. -* [Toggl Track Integration for Obsidian v 0.3.0](https://github.com/mcndt/obsidian-toggl-integration/releases/tag/0.3.0) comes with better support for tags. -* [Obsidian Git v 1.13.0](https://github.com/denolehov/obsidian-git/releases/tag/1.13.0) supports custom git binary paths and cloning remote repos. -* [v1.3.0 of Obsidian Trello](https://github.com/OfficerHalf/obsidian-trello/releases/tag/1.3.0) lets users customize which part of a Trello card render in Obsidian. - -### Betas - -* [Cross Reference Navigation](https://github.com/alexobenauer/Cross-reference-Navigation-for-Obsidian) lets you navigate through notes using their tags. I don't have a great short explanation for it but it's kind of like a kanban board for your tags, and it's got a gorgeous interface. It's still in beta, but the author has an [incredible website](https://alexanderobenauer.com/labnotes/000/) and vision. Highly recommend clicking through. Here's a [youtube demo](https://www.youtube.com/watch?v=sm5HXFNN8jE) if you prefer those. - -### For Developers - -* Here's an incredible new guide for [how to develop plugins for Obsidian](https://marcus.se.net/obsidian-plugin-docs/). -* Here's a [pdf cheatsheet on Discord](https://discord.com/channels/686053708261228577/889616783458304001/890406344509784126) for base theme colors. -* Here's a [community theme dev vault](https://github.com/obsidian-community/theme-dev-vault) that contains a bunch of text files and fiddly plugin examples with all the special classes you might need to worry about during theme development. -* Here's a [guide to styling Obsidian](https://publish.obsidian.md/hub/Guides/Themes/How+to+Style+Obsidian) endorsed by the Obsidian devs. - -## Feature Requests - -* Here's a request for a [teleprompter plugin](https://forum.obsidian.md/t/teleprompter-window/14178). -* If two-factor authentication is something you'd like to see added to Obsidian accounts, you can add your support to the [feature request](https://forum.obsidian.md/t/two-factor-authentication/21888/14) -* `@brimwats` provided a proof of concept for [assigning library subject headings to a note](https://discord.com/channels/686053708261228577/889616783458304001/890038532570234940) which would be neat for bringing controlled knowledge management vocabularies to Obsidian. If you're looking for a project for Obsidian October, this is a neat one! - -## Appearance - -* Here's a neat css snippet to [hide fold arrows unless the line is active](https://gist.github.com/uphy/924b84f4c238b9d513d1851a6d788cf6). -* the [Alternate Checkboxes](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/S%20-%20Checkboxes.css) snippet adds a bunch of nice checkbox stylings to Obsidian and should work with most themes. It also shipped with the new ITS theme update. -* Here's `@dannyhatcher` looking at [every single Obsidian theme on YouTube](https://www.youtube.com/watch?v=W7OUgdvXh0o). πŸ™ˆ I need to find time to update Palatinate. - -## Ancillary Code - -* This [dataviewjs snippet](https://gist.github.com/chrisgrieser/ac16a80cdd9e8e0e84606cc24e35ad99) provides a dashboard for getting the wordcount from a folder, which is handy for longform writing. -* `@Murf` shared [four templater scripts](https://discord.com/channels/686053708261228577/875720842443649045/890699674552524821) to quickly open up DNP type needs in the Search bar quickly and without losing current context: [one](https://gist.github.com/GitMurf/8a915a9050930feb58123cd0c0832957) [two](https://gist.github.com/GitMurf/09e78ba81508d1f02de7fb315a06e536), [three](https://gist.github.com/GitMurf/c48231d090fe5db85ecafe1ed990bac4), [four](https://gist.github.com/GitMurf/0aa0d121eb052ff1d8ff40fab9517cb2). -* Here's how to [use dataviewjs and obsidian-charts to generate a chart based on dataview inline fields](https://discord.com/channels/686053708261228577/840286238928797736/890609645201264710). - -## Guides - -* Nick Milo, creator of the Linking Your Thinking methodology, is working on an Obsidian course called "Obsidian Flight School." You can sign up for the waitlist [here](https://lyt.ck.page/ace689c709). -* Dan Allosso put together a video about how he gets [information from PDFs into Obsidian](https://www.youtube.com/watch?v=HCACgiFzfdw) using [Hypothesis](https://web.hypothes.is/) and [Readwise](https://readwise.io/i/ac9). -* Here's a [video guide](https://www.youtube.com/watch?v=G-4l0sAQwt0) for getting handwritten notes on the iPad into Obsidian. -* Here's a StackExchange discussion about [how to get Markdown to place nice with Google docs](https://webapps.stackexchange.com/questions/44047/how-can-google-docs-and-markdown-play-nice). - -### Tips - -* You can use .txt files and the [text as md plugin](https://github.com/deathau/txt-as-md-obsidian) to [omit certain files from the quick switcher](https://discord.com/channels/686053708261228577/694233507500916796/890397234737344512 and Obsidian's core search without having to worry about filtering. -* If you are not already familiar with what the insert key on some keyboards does, please copy and paste this paragraph into a text file, find the "Insert" or "Ins" key on your keyboard, put your cursor into the middle of the paragraph, and start typing... because I'm pretty sure this is the most common recurring bug report we get. A surprising number of people aren't familiar with this incredibly obnoxious key on their keyboard. -* This is your periodic reminder to [back up your files](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) responsibly and regularly. -## Discussions - -* `pseudometa` shared the [list of plugins they use for longform writing](https://discord.com/channels/686053708261228577/744933215063638183/890711042085244978). -* Here's a nice Reddit thread about [how to set up Obsidian to be maximally future-proofed and cross-compatible](https://www.reddit.com/r/ObsidianMD/comments/ptcm8x/what_settings_to_use_to_make_notes_created_in/). -## In The Wild - -* Here's a digital garden from a creator who describes himself as a researcher, musician, designer, photographer and filmmaker. - -## Knowledge Management - -## Ancillary Tools - -* The developer of Drafts for iOS published a step-by-step guide for [integrating Obsidian with Drafts](https://forums.getdrafts.com/t/using-drafts-with-obsidian/11221). - - -## Housekeeping \ No newline at end of file diff --git a/09 - Digital Garden/T - Getting Started with Obsidian b/09 - Digital Garden/T - Getting Started with Obsidian deleted file mode 100644 index 9780aa696..000000000 --- a/09 - Digital Garden/T - Getting Started with Obsidian +++ /dev/null @@ -1 +0,0 @@ -This is a course on SkillShare that walks you through the basics of getting started with Obsidian. [View the course](https://skl.sh/2Y6DUDM) diff --git a/10 - Resources/10 - Resources.md b/10 - Resources/10 - Resources.md deleted file mode 100644 index 2421c6ef9..000000000 --- a/10 - Resources/10 - Resources.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 10 - Resources - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[10 - Resources/10.01 - Note attachments/10.01 - Note attachments|10.01 - Note attachments]] -- [[10 - Resources/10.02 - Publish sites/10.02 - Publish sites|10.02 - Publish sites]] -- [[10 - Resources/A Brief History and Ethos of the Digital Garden|A Brief History and Ethos of the Digital Garden]] -- [[10 - Resources/Videos/Videos|Videos]] -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/10 - Resources/10.01 - Note attachments/10.01 - Note attachments.md b/10 - Resources/10.01 - Note attachments/10.01 - Note attachments.md deleted file mode 100644 index fb2380c81..000000000 --- a/10 - Resources/10.01 - Note attachments/10.01 - Note attachments.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 10.01 - Note attachments - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[10 - Resources/10.01 - Note attachments/file-and-link-settings.png|file-and-link-settings.png]] -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/10 - Resources/Videos/Videos.md b/10 - Resources/Videos/Videos.md deleted file mode 100644 index ae8a94115..000000000 --- a/10 - Resources/Videos/Videos.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# Videos - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[10 - Resources/Videos/Create Your Own Obsidian Plugin - How To Get Started|Create Your Own Obsidian Plugin - How To Get Started]] -- [[10 - Resources/Videos/Obsidian Office Hours|Obsidian Office Hours]] -- [[10 - Resources/Videos/YT - Intro to Dataview Plugin|YT - Intro to Dataview Plugin]] -- [[10 - Resources/Videos/YT - An Introduction to Dataview|YT - An Introduction to Dataview]] -- [[10 - Resources/Videos/YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples)|YT - Dataview Plugin - How to Use this Powerful Obsidian Plugin (With Examples)]] -- [[10 - Resources/Videos/YT - How to use QuickAdd|YT - How to use QuickAdd]] -- [[10 - Resources/Videos/YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents|YT - Pandoc and Obsidian - Create slideshows, PDFs and Word documents]] -%% Zoottelkeeper: End of the autogenerated index file list %% diff --git a/11 - Events/11 - Events.md b/11 - Events/11 - Events.md deleted file mode 100644 index 7d82851d1..000000000 --- a/11 - Events/11 - Events.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -aliases: -- -tags: -- MOC ---- - -# 11 - Events - -#placeholder/description - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[11 - Events/Obsidian Community Coworking|Obsidian Community Coworking]] -- [[11 - Events/Obsidian Community Talks|Obsidian Community Talks]] -- [[11 - Events/Obsidian October 2021|Obsidian October 2021]] -%% Zoottelkeeper: End of the autogenerated index file list %% \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 index 7954b2537..2d2a6629a --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,119 +1,155 @@ --- aliases: -- how to contribute + - how to contribute tags: -- seedling + - seedling --- -# Contributing to the Obsidian community vault +# CONTRIBUTING Hi! First of all, thanks for your interest in contributing to our Obsidian community vault! This is a big experiment on trying to create an Obsidian vault that is maintained by the community. + If you're reading this on GitHub, you might notice there are a few things that look weird. -For the best experience, we recommend [downloading the latest version][download vault] of this vault or browsing it in our [publish site][published vault]. +For the best experience, we recommend [downloading the latest version](https://github.com/obsidian-community/obsidian-hub/releases/latest) of this vault or browsing it in our [publish site](https://publish.obsidian.md/hub). -## Setup +## Setup & Vault Consistency -To contribute, please [download the latest version][download vault] of this vault and open it in Obsidian. This is important to avoid duplicating content, and allows you to use the autocomplete when linking to other notes, searching and following our content guidelines. +To contribute, please [download the latest version](https://github.com/obsidian-community/obsidian-hub/releases/latest) of this vault and open it in Obsidian. This is important to avoid duplicating content, and allows you to use the autocomplete when linking to other notes, searching and following our content guidelines. -Because PKM is usually (as it name states) *highly* personal, we have added a few rules about how we use Obsidian features to preserve our sanity: +Because Personal Knowledge Management is usually (as it name states) _highly_ personal, we have added a few rules about how we use Obsidian features to keep this Community vault consistent (and to preserve our sanity πŸ™‚) - **Tags**: We mostly use tags to indicate the status of a note. You can find more details in the [[Tag glossary]]. -- **Files & Links**: Make sure that any time you add or edit a note, your settings are configured correctly. This should be set up by default. To sum up: - - Configure `Location of new notes` to go the [[08 - Seedbox]] folder. - - Links should be set to `Shortest path` and wikilinks must be enabled. - - The `Default location for new attachments` should be the folder [[10.01 - Note attachments]]. - ![[file-and-link-settings.png]] -- **Templates**: We have predefined a few templates for any new content to be added (more about this later). These templates include comments and instructions of when to use them. -- **Folders**: We have roughly pre-defined the structure of the vault using Johnny Decimal-ish prefixes. Before adding new folders, please open an issue to discuss the changes you'd like to propose. +- **Files & Links**: Make sure that any time you add or edit a note, your settings are configured correctly. This should be set up by default. To sum up: + - Configure `Location of new notes` to go the [[πŸ—‚οΈ 06 - Inbox]] folder. + - Links should be set to `Shortest path` and wikilinks must be enabled. + - The `Default location for new attachments` should be the folder [[πŸ—‚οΈ 02 Attachments]]. + ![[file-and-link-settings.png]] +- **Templates**: We have [[πŸ—‚οΈ 01 Templates|predefined a few templates for any new content to be added]] (more about this later). These templates include comments and instructions of when to use them. +- **Folders**: We have roughly pre-defined the structure of the vault using Johnny Decimal-ish prefixes. *Before adding new folders, please open an issue to discuss the changes you'd like to propose. * Now that you have configured Obsidian, you are ready to do your first contribution! Have a look at the [[#Types of contributions]], and depending on what you want to contribute open the linked note for further instructions. -Once you have added or edited the note using Obsidian, come back and check out [[#Submitting your contribution]] +Once you have added or edited the note using Obsidian, come back and check out [[#Submitting your contribution]]. + +## Structure of the Community Vault + +### Overview +This is a [tree](https://github.com/MrRaindrop/tree-cli) view of the basic folder structure of this Community Vault. + +%% Keep this updated when the Vault structure changes! %% +``` +β”œβ”€β”€ 00 - Contribute to the Obsidian Hub +β”‚Β Β  β”œβ”€β”€ 01 Templates +β”‚Β Β  └── 02 Attachments +β”œβ”€β”€ 01 - Community +β”‚Β Β  β”œβ”€β”€ Authors - Persons +β”‚Β Β  β”œβ”€β”€ Events +β”‚Β Β  β”œβ”€β”€ Obsidian Roundup +β”‚Β Β  └── Video Channels +β”œβ”€β”€ 02 - Community Expansions +β”‚Β Β  β”œβ”€β”€ 02.01 Plugins by Category +β”‚Β Β  β”œβ”€β”€ 02.02 Themes by Category +β”‚Β Β  β”œβ”€β”€ 02.03 CSS Snippets by Category +β”‚Β Β  β”œβ”€β”€ 02.04 Auxiliary Tools by Category +β”‚Β Β  └── 02.05 All Community Expansions +β”‚Β Β  β”œβ”€β”€ Auxiliary Tools +β”‚Β Β  β”œβ”€β”€ CSS Snippets +β”‚Β Β  β”œβ”€β”€ Plugins +β”‚Β Β  └── Themes +β”œβ”€β”€ 03 - Showcases & Templates +β”‚Β Β  β”œβ”€β”€ Note Examples +β”‚Β Β  β”œβ”€β”€ Plugin Showcases +β”‚Β Β  β”œβ”€β”€ Publish Sites +β”‚Β Β  β”œβ”€β”€ Templates +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Daily notes +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Literature notes +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Monthly notes +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Plugin-specific templates +β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Dataview templates +β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Templater templates +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Projects +β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Weekly notes +β”‚Β Β  β”‚Β Β  └── Yearly notes +β”‚Β Β  └── Vaults +β”œβ”€β”€ 04 - Guides, Workflows, & Courses +β”‚Β Β  β”œβ”€β”€ Community Talks +β”‚Β Β  β”œβ”€β”€ Courses +β”‚Β Β  └── Guides +β”œβ”€β”€ 05 - Concepts +└── 06 - Inbox +``` -## Types of contributions -To try and make it easy for folks to navigate this vault and find content they're interested in we have added a little bit of structure to the vault. If you can, try to file any new notes in one of the folders described in [[#Adding or editing notes]], but don't worry too much about it! If you don't think it fits any of those folders, or are unsure/don't have time to think about this, just do the following: +### The Main Folders +Lets have a brief look at the main folders: -1. Create a new note (if you followed the steps in [[#Setup]] it should be created under [[08 - Seedbox]]) -2. Apply the [[T - New Note]] template and write! -3. [[How to add content through GitHub|Submit your changes to GitHub]] +#### [[πŸ—‚οΈ 00 - Contribute to the Obsidian Hub]] +This folder contains various resources for making contributions to this community vault. Other than adding your attachments here, there is most likely no real need to contribute in this folder. -### Adding or editing notes +#### [[πŸ—‚οΈ 01 - Community]] +This one contains all notes related to People, Community Events, or specific Social Media Channels belong here. Courses offered by the community, however, belong to the folder [[πŸ—‚οΈ 04 - Guides, Workflows, & Courses]]. You can add new pages for various persons and events here. +%%Should we have a rule regarding the threshold for someone being "relevant enough" to get their own page?%% -#### [[02 - Community plugins]] +#### [[πŸ—‚οΈ 02 - Community Expansions]] +Due to the high number of plugins, themes, snippets and auxiliary tools (third-party-tools), we have compiled [[Maps of Content (MOC)|MOCs]] to browse expansions by category. So if a user is e.g. looking for [[Status bar|Status bar-related Plugins]], they can go to the respective MoC and find them there. -- [[02.01 - Plugins|Community plugins]] - This folder is pre-populated with information from the [obsidian-releases]() repository. Here you can add more information about the plugin itself. For [[09.02 - How To|how to]] do something with a plugin keep reading. -- [[02.02 - Categories|Plugin categories]] - Help us categorize community plugins! +Feel free to add new links to any list if they are missing! (Remember, download this vault for correct autocompletion of internal links.) -#### [[03 - Community templates]] +You can also create a new MoC here by using the [[T - Plugin Category|Template for Plugin Categories]] or [[T - MOCs| or MoCs in general]], but only if it is a truly new category not already covered by any of the existing lists – we want to avoid ending up with too many categories. -Here you can contribute the templates you use for Obsidian. Examples of those include: +The sub-folder [[πŸ—‚οΈ 02.05 All Community Expansions]] is automatically prepopulated with notes on the all expansions of our community submitted to the community plugin browser and the community theme store respectively. The MoCs in `02.01` to `02.04` link to the individual pages found in here. -- [[03.01 - Daily notes|Daily note templates]] -- [[03.02 - Weekly notes|Weekly note templates]] -- [[03.03 - Monthly notes|Monthly note templates]] -- [[03.04 - Yearly notes|Yearly note templates]] -- [[03.05 - Projects|Project management templates]] -- [[03.06 - Literature notes|Literature note templates]] +This folder is prepopulated automatically, so you should not create any new notes in here. The only exception are Auxiliary Tools, for which you are free to create a new note with [[T - Ancillary tools|the respective Template.]] -[[03.10 - Plugin-specific templates|Plugin-specific templates]]: +Each note represents exactly one tool, which (in the future) should also serve as a jumping pad for all information regarding this one tool – a bit like a Wikipedia page for each plugin, theme, snippet, or ancillary tool. -- [[Dataview templates]] -- [[Templater templates]] +#### [[πŸ—‚οΈ 03 - Showcases & Templates]] +All Showcases, Examples, and Templates belong into this folder. This includes special-purpose or pre-prepared Vaults ("Starter Kits"). Note examples are pretty much the equivalent of the `#snip-a-note` channel on Discord. -#### [[04 - Community themes]] +In this folder, you can add new notes with the [[T - Showcases|Template for Showcases]], the [[T - Vault showcase|Template for Vaults]], and the [[T - Templates|Template for Templates]] (Yeah, this is getting meta.) -Similar to the community plugins, this folder is pre-populated with information from the [obsidian-releases](https://github.com/obsidianmd/obsidian-releases/) repository. You can add information about the theme itself or add links to support the author of your favourite theme. See [[#04 - CSS Snippets]] for more. +#### [[πŸ—‚οΈ 04 - Guides, Workflows, & Courses]] +This is where all guides, instructions, explainers, and workflows should be placed. Courses, basically being more comprehensive paid guides, are also located here. To make it easier for everyone to find guides relevant to them, the guides should be linked to from the "for Group X" notes (which are basically MoCs) . -#### [[05 - CSS Snippets]] +You can contribute here adding [[T - How to|new Guides and How Tos with the respective template]]. Remember to also link to them from any fitting "for Group X" page, so it can be found. -There are different ways to contribute CSS snippets: +#### [[πŸ—‚οΈ 05 - Concepts]] +This folder serves as some sort of wiki or dictionary for all the technical and PKM-terms you will find when people are talking about Obsidian. Rather than explaining concepts like [[Zettelkasten]] in every guide or at the note of every plugin developed for it, you can simply refer to it's concept note. -- Links to snippets hosted on GitHub or as Gists (recommended) -- Snippets hosted in this community vault. +Naturally, new notes on concepts not explained in this vault yet, are welcome. Use the [[T - New Concept|Template for new concept notes]] to add information here. Be sure to also use the [Unlinked Mentions Feature](https://help.obsidian.md/How+to/Add+aliases+to+note#Find+unlinked+mentions) to find all the notes which should be linked to the new concept. -#### [[06 - Note and vault examples]] -- Note examples are the equivalent of the `#snip-a-note` channel on Discord. -- Vault examples are notes that describe how you organize your note. They can be as simple as screenshots of your folder structure or as complicated as a starter vault. +## On Note Location and Note Links -#### [[09 - Digital Garden]] +In general, you should create new notes **in one of the existing folders described above, instead of creating a new one**. If you are unsure in which folder a new note belongs to, use the more general [[T - New Note| New Note Template]], place it in [[πŸ—‚οΈ 06 - Inbox]] and let others have a look. Generally, try to search for an existing note to make additions to before creating a new one. -##### [[09.02 - How To]] +If you have the feeling that your contribution belongs into two or more folders at the same time (e.g. an ancillary tool of yours, for which you also provide a guide), consider breaking up your contribution and putting smaller notes into the respective locations. Afterwards, link you contributions to each other. -Do you want to share how you do _X_ with Obsidian, a community plugin or an ancilliary tool? This is the right place! They can be as atomic or as comprehensive as you'd like. -We added a few folders with topics we have forseen, but don't worry too much about where your note belongs -- just add it at the root of this folder if it's ambiguous. +As this is indeed Obsidian, one thing pretty much always welcome is the addition of new links. Download this vault for correct autocompletion of internal links, and make use of [aliases](https://help.obsidian.md/How+to/Add+aliases+to+note#Link+with+aliases) to increase readability. Also make use of the [Unlinked Mentions Feature](https://help.obsidian.md/How+to/Add+aliases+to+note#Find+unlinked+mentions) and be sure to link to [[πŸ—‚οΈ 05 - Concepts|Concept Notes]] instead of explaining too much. -- [[Workflows]] -- [[Plugin Tips and Tricks]] -- [[Guides]] -- [[Publishing]] +==**Rule of thumb for contribution**: No folders, notes for new content, and note additions for existing content, and don't be shy with new links!== -#### [[10 - Resources]] +## Making your Contribution -In addition to storing all the note attachments in this folder, here we collect all Obsidian-related resources. These are mostly links to external websites. Examples include: +### Writing +This has been pretty much all you need to know before making a contribution. Use the Community Vault as any other vault to write your contribution in. Obviously, you use the plugins and settings you are familiar with for writing and working with the vault. -- [[YouTube| YouTube Videos, Channels and Playlists]] -- [[T - Blog posts]] or [[Websites]] -- [[Ancilliary tools]] -- [[Publish sites]] and other [[Digital garden]] +Please turn on the spellchecking when you are writing longer bits. πŸ™‚ (And only add words to the dictionary if they are really common.) -#### [[11 - Events]] -For regularly or publicly held events, you can add a note describing the event and any other important information or links. +### Submitting -### Adding suggestions or ideas for this vault +==Before submission, remember to revert the Community Vault to its basic settings, e.g. remove installed plugins, turn on spellchecking, and change any other unusual settings back to how they previously were.== Most importantly, this concerns the [[CONTRIBUTING#Setup Vault Consistency|settings relevant to Vault consistency mentioned above]]. -Please [click here](https://github.com/obsidian-community/obsidian-hub/discussions/new) if you have suggestions or ideas for this vault. +If you know how to use git and GitHub, go on and make a pull request. Otherwise you might be interested in reading [[How to add content through GitHub]] (we've tried to make it as friendly and assume as little background knowledge as possible!). -### Reporting broken (external) links, typos or mistakes +## Reporting broken (external) links, typos or mistakes If you found a broken link, a typo or a mistake [please open an issue](https://github.com/obsidian-community/obsidian-hub/issues/new). -## Submitting your contribution -If you know how to use git and GitHub, go on and make a pull request. Otherwise you might be interested in reading [[How to add content through GitHub]] (we've tried to make it as friendly and assume as little background knowledge as possible!) +## Further Questions? +Got some question left? Check out the [[FAQ]] or drop by in the `#Obsidian-Hub` at [the Obsidian Discord Server](https://discord.gg/veuWUTm) Wondering how a certain tag is used? Refer to the [[Tag glossary]]. +Please [open a new discussion at GitHub](https://github.com/obsidian-community/obsidian-hub/discussions/new) if you have suggestions or ideas for this vault. -[download vault]: https://github.com/obsidian-community/obsidian-hub/releases/latest -[publish site]: https://publish.obsidian.md/hub \ No newline at end of file diff --git a/README.md b/README.md old mode 100644 new mode 100755 index d875b09bf..4d538f9ac --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obsidian Community Vault +# README Welcome! This is an experimental vault that is maintained by the Obsidian community. diff --git a/community-vault.md b/community-vault.md deleted file mode 100644 index 6a34640f7..000000000 --- a/community-vault.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -aliases: -- -tags: -- MOC -publish: true ---- - -This is an auto-generated MOC. For more information about this vault, visit [[00 - Start here]] - -## MOC - -%% Zoottelkeeper: Beginning of the autogenerated index file list %% -- [[00 - Meta/00 - Meta|00 - Meta]] -- [[00 - Start here|00 - Start here]] -- [[02 - Community plugins/02 - Community plugins|02 - Community plugins]] -- [[03 - Community templates/03 - Community templates|03 - Community templates]] -- [[04 - Community themes/04 - Community themes|04 - Community themes]] -- [[05 - CSS snippets/05 - CSS snippets|05 - CSS snippets]] -- [[06 - Note and vault examples/06 - Note and vault examples|06 - Note and vault examples]] -- [[08 - Seedbox/08 - Seedbox|08 - Seedbox]] -- [[09 - Digital Garden/09 - Digital Garden|09 - Digital Garden]] -- [[10 - Resources/10 - Resources|10 - Resources]] -- [[11 - Events/11 - Events|11 - Events]] -- [[CONTRIBUTING|CONTRIBUTING]] -- [[logo.svg|logo.svg]] -- [[publish.css|publish.css]] -- [[README|README]] -%% Zoottelkeeper: End of the autogenerated index file list %% - diff --git a/logo.svg b/logo.svg old mode 100644 new mode 100755 diff --git a/publish.css b/publish.css old mode 100644 new mode 100755