Settings

Theme

Show HN: We just released Lotion on NPM An open-source Notion built on Vue 3

npmjs.com

6 points by greentfrapp 3 years ago · 0 comments · 1 min read

Reader

Hiya HackerNews!

We just released Lotion as an npm package! Lotion is an extensible open-source Notion-like UI built on Vue 3, and now you can add it as a Vue component to your own apps.

- Block-based editor - Drag to reorder blocks - Basic Markdown-parsing including bold, italic, headings and divider - Type '/' for command menu and shortcuts - Register your own blocks - Read-only mode

Check out a demo at https://lotion.dashibase.com/

We also shared about Lotion and recreating the Notion UI during [CityJS Singapore's conference](https://twitter.com/dashibase/status/1554070309224861696?s=2...)!

You can install it via `npm i @dashibase/lotion` and do check out the repository at https://github.com/dashibase/lotion

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection