Skip to content

A starter template for using creating Obsidian plugins in PreactJS

License

Notifications You must be signed in to change notification settings

obsidian-community/obsidian-preact-template

Repository files navigation

obsidian-preact-starter

A starter template for creating an Obsidian plugin with PreactJS.

Features

This project comes preconfigured with Typescript, Babel, and Rollup.js.

Getting Started

Click "use this template" to create your own fork of this repo. Make sure to reference the official sample plugin for information about how to get started with the Obsidian API and how to submit your plugin to the Community Plugin Gallery.

# for local development
npm install
npm run dev

# for a production bundle
npm install
npm run build

Stats

The production output of this sample plugin is ~13 KB.

About

A starter template for using creating Obsidian plugins in PreactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published