lumen
lumen copied to clipboard
A simple note-taking app for better thinking
This pull request introduces the ability to pin and unpin notes directly from the note card dropdown menu in the `src/components/note-card.tsx` file. - **Dropdown Menu Update**: Adds a new menu...
Hi, This looks so awesome! I fell in love within seconds of trying it. It's just so cool, I can't believe I hadn't heard of this project yet. I have...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.3.1 to 8.0.9. Release notes Sourced from @storybook/addon-essentials's releases. v8.0.9 8.0.9 Addon-docs: Fix MDX compilation when using @vitejs/plugin-react-swc with plugins - #26837, thanks @JReinhold! CSF: Fix typings...
Bumps [unified](https://github.com/unifiedjs/unified) from 10.1.2 to 11.0.4. Release notes Sourced from unified's releases. 11.0.4 Types 1ca1a43 Add TypeScript declaration maps by @remcohaszing in unifiedjs/unified#230 Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.3...11.0.4 11.0.3 Fix 8dee2ab Fix...
Hovering on a link to a file (e.g., `[pdf](/uploads/123.pdf)`) should show a preview of that file in a hovercard.
I'm trying to make a basic template where the first thing I'll do after creation is start adding tags: ``` --- template: name: basic tags: [{cursor}] --- # ``` If...