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

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.

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**.