Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/strangegirlmurph/obsidian-deno-svelte-template
- Owner: StrangeGirlMurph
- License: other
- Created: 2023-12-24T10:47:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-24T12:05:15.000Z (11 months ago)
- Last Synced: 2024-11-03T23:03:56.925Z (11 days ago)
- Topics: deno, obsidian-md, obsidian-plugin, sveltejs
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 workflowWhat this template doesn't include:
- Versioning like `npm version patch` (just do it by hand)
- Your plugin ideaTo use it tweak the `manifest.json`, `.github/workflows/release.yml` and `src/` :)