diff --git a/02 - Community Expansions/02.01 Plugins by Category/Plugins for web publishing.md b/02 - Community Expansions/02.01 Plugins by Category/Plugins for web publishing.md new file mode 100644 index 000000000..6c57af116 --- /dev/null +++ b/02 - Community Expansions/02.01 Plugins by Category/Plugins for web publishing.md @@ -0,0 +1,27 @@ +--- +aliases: +tags: + - seedling +publish: true +--- + + +# Plugins for web publishing + +%% 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 +- [[02 - Community Expansions/02.05 All Community Expansions/Plugins/Enveloppe|Enveloppe]] +- [[obsidian-mkdocs-publisher|Github Publisher]] +- [[publish-to-dev|Publish to DEV]] +%% Add a bullet here and link to the plugins you'd like to categorize! %% + +## Related categories +- [[Third-Party Integration Plugins]] +- [[Automation plugins]] +- [[Backup plugins]] +- +%% Add links to other 02.02 - Category notes %% + +#placeholder/notes diff --git a/02 - Community Expansions/02.01 Plugins by Category/Third-Party Integration Plugins.md b/02 - Community Expansions/02.01 Plugins by Category/Third-Party Integration Plugins.md index 56a929e0d..70132accc 100644 --- a/02 - Community Expansions/02.01 Plugins by Category/Third-Party Integration Plugins.md +++ b/02 - Community Expansions/02.01 Plugins by Category/Third-Party Integration Plugins.md @@ -63,13 +63,14 @@ Plugins to integrate with other services or applications. - [[obsidian-vale|Vale]]: A Vale client for Obsidian. - [[obsidian-wikipedia|Wikipedia]]: Grabs information from Wikipedia for a topic and brings it into Obsidian notes - [[obsidian-youglish-plugin|Youglish Plugin]]: Use YouTube to improve your pronunciation. YouGlish gives you fast, unbiased answers about how words is spoken by real people and in context. +- [[obsidian-ghost-publish|Ghost Publish]]: Single click to publish to Ghost ## Related categories %% Add links to other 02.02 - Category notes %% - [[Automation plugins]] - +- [[Plugins for web publishing]] ## Related Topics - [[Controlling Obsidian via a Third-party App]] 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 index b1a511cb6..a7ba1b3ec 100644 --- 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 @@ -10,8 +10,9 @@ publish: true %% Add a description below this line. It doesn't need to be long: one or two sentences should be a good start. Mention [[🗂️ 02.04 Auxiliary Tools by Category]] and any other relevant notes in this vault. %% -- [Obsidian SSG Blog](https://github.com/A/obsidian-blog): A static site/blog generator for Obsidian that supports includes, image embeds, title customisation and the handlebars templating engine. Built to work with a git/GitHub Pages/GitHub Actions workflow this python program has `--watch` and `--serve` flags for local testing. +- [Obsidian SSG Blog](https://github.com/A/obsidian-blog): A static site/blog generator for Obsidian that supports includes, image embeds, title customisation and the handlebars templating engine. Built to work with a git/GitHub Pages/GitHub Actions workflow this python program has `--watch` and `--serve` flags for local testing. Written in Python. - [Esker](https://github.com/teesloane/esker): A static site generator for Obsidian. Alpha software written in Rust. +- [Quartz](https://quartz.jzhao.xyz/): Written in TypeScript and Node. - ... %% Hub footer: Please don't edit anything below this line %% 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 index 9f30c5818..2f10540d7 100644 --- 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 @@ -8,10 +8,10 @@ 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]] %% +Official website: [Docker: Accelerated Container Application Development](https://www.docker.com/) +Documentation: [Docker Docs](https://docs.docker.com/) +Cost: free, open source +Available for: [[Windows Tools|Windows]], [[MacOS Tools|MacOS]], [[Linux Tools|Linux]] %% 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. %% diff --git a/06 - Inbox/Obsidian2Mkdocs.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/Enveloppe.md similarity index 97% rename from 06 - Inbox/Obsidian2Mkdocs.md rename to 02 - Community Expansions/02.05 All Community Expansions/Plugins/Enveloppe.md index 257258c92..4ddbddc0c 100644 --- a/06 - Inbox/Obsidian2Mkdocs.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/Enveloppe.md @@ -9,10 +9,10 @@ tags: publish: true --- -# Obsidian to Mkdocs +# Enveloppe Official website: -- [Template Website](https://mara-li.github.io/mkdocs_obsidian_template/) +- [Home](https://enveloppe.github.io/) - [My french website](https://www.mara-li.fr/) [Documentation](https://github.com/Mara-Li/mkdocs_obsidian_publish) diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-ghost-publish.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-ghost-publish.md index 0a5587355..ddab0e122 100644 --- a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-ghost-publish.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-ghost-publish.md @@ -2,6 +2,7 @@ plugin-id: obsidian-ghost-publish aliases: - Obsidian Ghost Publish +- Ghost Publish tags: - publish: true diff --git a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mkdocs-publisher.md b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mkdocs-publisher.md index c7d414011..5d91c9d7b 100644 --- a/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mkdocs-publisher.md +++ b/02 - Community Expansions/02.05 All Community Expansions/Plugins/obsidian-mkdocs-publisher.md @@ -2,6 +2,7 @@ plugin-id: obsidian-mkdocs-publisher aliases: - Github Publisher +- Enveloppe tags: - publish: true 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" index 436dbf84e..687c4e537 100644 --- "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" @@ -22,7 +22,7 @@ In this folder are all new things which haven't been properly sorted into the Ob - [[06 - Inbox/Nomic|Nomic]] - [[06 - Inbox/Obsidian CSS|Obsidian CSS]] - [[06 - Inbox/Obsidian Flight School|Obsidian Flight School]] -- [[06 - Inbox/Obsidian2Mkdocs|Obsidian2Mkdocs]] +- [[02 - Community Expansions/02.05 All Community Expansions/Plugins/Enveloppe|Enveloppe]] - [[06 - Inbox/pfSense|pfSense]] - [[06 - Inbox/Productivity Guru|Productivity Guru]] - [[06 - Inbox/Seedbox|Seedbox]]