No description
Find a file
Sebastien Delisle c77e21c98d Release 0.3.0
2026-06-14 20:13:48 -04:00
.github/workflows Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
assets Add demo gif to README 2026-06-14 20:11:58 -04:00
src Add dotted grid background 2026-06-14 20:13:34 -04:00
.editorconfig Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
.gitignore Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
.npmrc Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
esbuild.config.mjs Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
eslint.config.mts Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
LICENSE Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
manifest.json Release 0.3.0 2026-06-14 20:13:48 -04:00
package-lock.json Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
package.json Release 0.3.0 2026-06-14 20:13:48 -04:00
README.md Add demo gif to README 2026-06-14 20:11:58 -04:00
styles.css Add dotted grid background 2026-06-14 20:13:34 -04:00
tsconfig.json Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
version-bump.mjs Initial release: Better Bujo v0.1.0 2026-06-08 16:34:59 -04:00
versions.json Release 0.3.0 2026-06-14 20:13:48 -04:00

Better Bujo

Render bullet-journal (BuJo) markers in your notes instead of Obsidian's checkboxes — in both Reading mode and Live Preview.

Better Bujo demo

Markers

At the beginning of a line:

You type Renders as Meaning
- item Plain note (a dash, not a bullet)
- [ ] Open task
- [x] x Done
- [>] > Migrated to the month note
- [<] < Sent to the future log
- [o] Event
- [O] Completed event
~ ... ~ (styled) An emotion or a thought

How it works

A regular - dash triggers a list, just as normal. A markdown task turns into a bullet. Click it to complete the task. A migrated task looks like >, and a task sent to the future log looks like <. Events look like a small circle. Click it to complete the circle.

Known Limitations

This plugin does not work with the Border theme.

Acknowledgements

Inspired by obsidian-bujo-bullets by Frank Olson and Bullet Journaling by Ryder Carroll.

My other Obsidian plugins

  • Date List — Returns a list of dates according to the conditions you supply.
  • Calendar List — Insert macOS Calendar events into your notes.
  • File Filter — Filter your pages and sidebar by a search term; everything else fades away.