| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Move bookmark utils from shared-react to shared | Mohamed Bassem | 2025-05-31 | 1 | -2/+2 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -3/+3 |
| | | |||||
| * | feature: WYSIWYG markdown for notes. Fixes #701 (#715) | Giuseppe | 2024-12-21 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #701 Improve note support : WYSIWYG markdown First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc... * #701 Improve note support : WYSIWYG markdown improved performance to not rerender all note card when one is updated * Use markdown shortcuts * Remove the alignment actions * Drop history buttons * Fix code and highlighting buttons * Remove the unneeded update markdown plugin * Remove underline support as it's not markdown native * - added ListPlugin because if absent, there's a bug where you can't escape a list with enter + enter - added codeblock plugin - added prose dark:prose-invert prose-p:m-0 like you said (there's room for improvement I think, don't took the time too deep dive in) and removed theme - Added a switch to show raw markdown - Added back the react markdown for card (SSR) * delete theme.ts * add theme back for code element to be more like prism theme from markdown-readonly * move the new editor back to the edit menu * move the bookmark markdown component into dashboard/bookmark * move the tooltip into its own component * move save button to toolbar * Better raw markdown --------- Co-authored-by: Giuseppe Lapenta <giuseppe.lapenta@enovacom.com> Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feature: Allow attaching custom banners to notes. Fixes: #106 | MohamedBassem | 2024-10-05 | 1 | -1/+17 |
| | | |||||
| * | feature: Persevere the source URL of clipped texts from the extension. | MohamedBassem | 2024-10-05 | 1 | -1/+7 |
| | | | | | Fixes #448 | ||||
| * | feature(web): Add a compact layout. Fixes #379 | MohamedBassem | 2024-09-15 | 1 | -0/+1 |
| | | |||||
| * | refactor: Remove unused BookmarkedTextViewer (#310) | kamtschatka | 2024-07-21 | 1 | -8/+0 |
| | | |||||
| * | refactor: Extract the bookmark polling logic into a separate shared component | MohamedBassem | 2024-06-09 | 1 | -26/+3 |
| | | |||||
| * | feature(web): Add syntax highlighting to code blocks and a quick copy ↵ | kamtschatka | 2024-06-09 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | button. Fixes #195 (#197) * Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature: Download images and screenshots | MohamedBassem | 2024-04-20 | 1 | -1/+1 |
| | | |||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 1 | -1/+1 |
| | | |||||
| * | feature: Add title to bookmarks and allow editing them. Fixes #27 | MohamedBassem | 2024-04-15 | 1 | -0/+1 |
| | | |||||
| * | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 2024-04-14 | 1 | -24/+30 |
| | | |||||
| * | chore: Refactor tailwind in all apps to use the tooling package | MohamedBassem | 2024-03-23 | 1 | -1/+1 |
| | | |||||
| * | feature(web): Add dark mode support | MohamedBassem | 2024-03-23 | 1 | -1/+1 |
| | | |||||
| * | ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ↵ | MohamedBassem | 2024-03-17 | 1 | -21/+2 |
| | | | | | own component | ||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 1 | -7/+9 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 1 | -0/+94 |
