| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
| i18n: Sync weblate translaions | Mohamed Bassem | 3 | -7/+334 | |
| fix: Add i18n for query explainer and add missing url matcher | Mohamed Bassem | 4 | -15/+82 | |
feat: Add support for smart lists (#802) …* feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com> |
Mohamed Bassem | 26 | -100/+2045 | |
| feat: Add delete bookmark confirmation dialog. Fixes #776 (#787) | Nicole Li | 6 | -38/+110 | |
i18n: Added Croatian translation (#788) …* Added Croatian translation * Update translation.json |
Jaksa101 | 2 | -0/+268 | |
i18n: Translated using Weblate (Croatian) …Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/hr/ |
Jaksa | 1 | -5/+87 | |
i18n: Translated using Weblate (Croatian) …Currently translated at 73.8% (141 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/hr/ |
Jaksa | 1 | -1/+185 | |
i18n: Translated using Weblate (Galician) …Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/gl/ |
Sunny | 1 | -99/+99 | |
i18n: Translated using Weblate (Spanish) …Currently translated at 99.4% (190 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/ |
Sunny | 1 | -1/+1 | |
i18n: Translated using Weblate (German) …Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/ |
Jaksa | 1 | -3/+57 | |
| i18n: Added translation using Weblate (Croatian) | Jaksa | 1 | -0/+1 | |
i18n: Translated using Weblate (Galician) …Currently translated at 20.4% (39 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/gl/ |
Sunny | 1 | -1/+267 | |
| i18n: Added translation using Weblate (Galician) | Sunny | 1 | -0/+1 | |
i18n: Translated using Weblate (Spanish) …Currently translated at 99.4% (190 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/ |
Sunny | 1 | -3/+9 | |
feat: add Linkwarden importer (#786) …* added in Linkwarden import * simpler parsing --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> |
Patrick Leonard | 3 | -1/+53 | |
| build: Fix format error | Mohamed Bassem | 1 | -252/+252 | |
| i18n: Added Turkish translation (#781) | Buğra Canata | 2 | -0/+267 | |
| i18n: Sync weblate translaions | Mohamed Bassem | 7 | -23/+1179 | |
| fix: Better handling for when there's no highlights in the all highlights page | Mohamed Bassem | 2 | -3/+14 | |
| feat: Implement the all highlights page. Fixes #620 | Mohamed Bassem | 13 | -85/+255 | |
| feat: Implement highlights support for links. Fixes #620 | Mohamed Bassem | 16 | -6/+3837 | |
i18n: Translated using Weblate (Spanish) …Currently translated at 33.6% (63 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/ |
Fernando Belaza | 1 | -1/+82 | |
| i18n: Enable polish translations | Mohamed Bassem | 3 | -157/+158 | |
Translated using Weblate (Polish) …Currently translated at 2.1% (4 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ |
Kamil P | 1 | -1/+8 | |
| Added translation using Weblate (Polish) | Kamil P | 1 | -0/+1 | |
Translated using Weblate (Dutch) …Currently translated at 63.6% (119 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ |
Mathy Vandersmissen | 1 | -56/+161 | |
| i18n: Added translation using Weblate (Spanish) | Fernando Belaza | 1 | -0/+1 | |
i18n: Translated using Weblate (Polish) …Currently translated at 100.0% (187 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ |
Kamil P | 1 | -2/+255 | |
Translated using Weblate (Polish) …Currently translated at 2.1% (4 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ |
Kamil P | 1 | -1/+8 | |
| Added translation using Weblate (Polish) | Kamil P | 1 | -0/+1 | |
Translated using Weblate (Dutch) …Currently translated at 63.6% (119 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ |
Mathy Vandersmissen | 1 | -56/+161 | |
feature: WYSIWYG markdown for notes. Fixes #701 (#715) …* #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>
|
Giuseppe | 15 | -129/+1177 | |
Translated using Weblate (German) …Currently translated at 100.0% (159 of 159 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/ |
Andreas Morgenstern | 1 | -194/+201 | |
Translated using Weblate (Dutch) …Currently translated at 31.1% (48 of 154 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ |
Guido | 1 | -1/+58 | |
| Added translation using Weblate (Dutch) | Guido | 1 | -0/+1 | |
Translated using Weblate (Swedish) …Currently translated at 81.1% (125 of 154 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/sv/ |
Marcus skoding | 1 | -1/+177 | |
| Added translation using Weblate (Swedish) | Marcus skoding | 1 | -0/+1 | |
| feature: Store crawling status code and allow users to find broken links. Fixes… | Mohamed Bassem | 9 | -6/+1628 | |
| i18n: Add zh-TW Traditional Chinese locale (#689) | Peter Dave Hello | 2 | -1/+208 | |
| translations: Add german, french and chinese LLM translations | Mohamed Bassem | 5 | -2/+622 | |
feature: Add i18n support. Fixes #57 (#635) …* feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now |
Mohamed Bassem | 56 | -281/+929 |