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

https://github.com/weekend-project-space/moon-note

bullet journal, 子弹笔记
https://github.com/weekend-project-space/moon-note

chatgpt gpt journal markdown notebook podcast rss todolist

Last synced: about 13 hours ago
JSON representation

bullet journal, 子弹笔记

Awesome Lists containing this project

README

        

# moon note (Moon Bullet journal)

I used this weekend to develop a small bullet journal application called [Moon note](https://weekendproject.space/journal.html), which means: the light of the moon comes from the sun.

feature:

- [x] No server (data stored locally)

- [x] Note

- [x] Event

- [x] Todo

- [ ] Use pwa offline

- [x] Data export

- [ ] Data import

- [x] Widget (Podcat, RssList, Quick Note)

- [x] Custom widget

- [ ] Three-party widgets

- [x] Favorite URLs

- [x] Date view jump

- [x] Responsive

**Use**

```
npm install

npm run dev
```
or
```
npm install

npm run build
```