https://github.com/alexw00/obsidian-flow
Node based automation toolkit for Obsidian.
https://github.com/alexw00/obsidian-flow
Last synced: 8 months ago
JSON representation
Node based automation toolkit for Obsidian.
- Host: GitHub
- URL: https://github.com/alexw00/obsidian-flow
- Owner: AlexW00
- License: mit
- Created: 2022-11-01T10:41:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T23:06:02.000Z (over 3 years ago)
- Last Synced: 2025-02-14T11:00:25.994Z (over 1 year ago)
- Language: TypeScript
- Size: 337 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-flow
A starter template for creating an [Obsidian](https://obsidian.md/) plugin with [ReactJS](https://reactjs.org/).
## Features
This project comes preconfigured with [Typescript](https://www.typescriptlang.org/), [Babel](https://babeljs.io/), and [Rollup.js](https://www.rollupjs.org).
## Getting Started
Click "use this template" to create your own fork of this repo. Make sure to reference [the official sample plugin](https://github.com/obsidianmd/obsidian-sample-plugin) for information about how to get started with the Obsidian API and how to submit your plugin to the Community Plugin Gallery.
```bash
# 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 **~200 KB**.