Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strangegirlmurph/obsidian-deno-svelte-template

Template for developing Obsidian.md plugins using deno.
https://github.com/strangegirlmurph/obsidian-deno-svelte-template

deno obsidian-md obsidian-plugin sveltejs

Last synced: 11 days ago
JSON representation

Template for developing Obsidian.md plugins using deno.

Awesome Lists containing this project

README

        

# Obsidian.md Deno Svelte Starter

A template for developing Obsidian.md plugins using deno and svelte.

What this template includes:

- Deno developer experience
- Svelte support
- GitHub release workflow

What this template doesn't include:

- Versioning like `npm version patch` (just do it by hand)
- Your plugin idea

To use it tweak the `manifest.json`, `.github/workflows/release.yml` and `src/` :)