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

https://github.com/octoshrimpy/fusen

fusen: sticky note (ไป˜็ฎ‹) โ€” single-file, markdown-driven kanban ๐Ÿ—‚๏ธ
https://github.com/octoshrimpy/fusen

kanban markdown organization trello-clone

Last synced: 18 days ago
JSON representation

fusen: sticky note (ไป˜็ฎ‹) โ€” single-file, markdown-driven kanban ๐Ÿ—‚๏ธ

Awesome Lists containing this project

README

          

# ๐Ÿ—‚๏ธ fusen

**fusen** (ไป˜็ฎ‹) translates to a simple *sticky note* in Japanese โ€” and that's exactly the idea.

A minimal, single-file, markdown-powered kanban board. Just drop it on GitHub Pages or your local machine and start organizing your thoughts. No build tools, no frameworks, no nonsense.

---

## โœจ Features

- ๐Ÿ“ Write your board in plain Markdown
- ๐Ÿง  Frontmatter-powered configuration
- ๐Ÿงฒ Drag and drop tasks between columns
- ๐Ÿชถ Built with [Pico.css](https://picocss.com/) and Web Components
- ๐Ÿ’พ Save to file โ€” no backend needed
- ๐Ÿงฉ One HTML file, nothing else

---

## ๐Ÿ“ฆ Usage

Write your kanban board like this:

```markdown
---
board-title: Personal Tasks
columns:
- [๐ŸงŠ] Icebox
- [๐Ÿšง] In Progress
- [โœ…] Done
---

- `[๐ŸงŠ]` Learn CSS
- `[๐Ÿšง]` Build fusen
- `[โœ…]` Take a break
```

Then load it in `index.html`:

```html

```

---

## ๐Ÿ”ง Settings

Click the โš™ icon to open the settings modal. Customize:

* Board title
* Column symbols
* Save-as name

---

## ๐Ÿš€ Deploying

Just push to GitHub Pages or open the HTML file locally. Thatโ€™s it.

---

## ๐Ÿง˜ Philosophy

**fusen** is about flow, not friction.
No logins, no databases, no yak shaving.

---

## ๐Ÿ› ๏ธ Dev

Everything is in one file: `index.html`.

* Want to change how cards look? Edit the CSS.
* Want to parse different Markdown? Update the JS.
* Want to add new features? Keep it lean.

---

## ๐Ÿ“„ License

MIT ยฉ octoshrimpy

---