linkding/bookmarks
Jonathan Sundqvist 683cf529d7
Group ideographic characters in tag cloud (#613)
* Fix #588, Ideographic characters should be grouped together.
Following the suggestion of using regex to find the ideographic
range in this SO answer https://stackoverflow.com/a/2718203/554903

We group the ideographic characters together, while keeping other
chinese, japanese and korean characters apart.

* cleanup

---------

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-03-16 07:09:37 +01:00
..
api Add black code formatter 2024-01-27 11:29:16 +01:00
e2e Add black code formatter 2024-01-27 11:29:16 +01:00
frontend Add tooltip to truncated bookmark titles (#607) 2024-01-27 10:16:44 +01:00
management/commands Persist secret key in data folder (#620) 2024-01-28 23:58:03 +01:00
migrations Add black code formatter 2024-01-27 11:29:16 +01:00
services Add black code formatter 2024-01-27 11:29:16 +01:00
static Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
styles Add tooltip to truncated bookmark titles (#607) 2024-01-27 10:16:44 +01:00
templates Persist secret key in data folder (#620) 2024-01-28 23:58:03 +01:00
templatetags Add black code formatter 2024-01-27 11:29:16 +01:00
tests Group ideographic characters in tag cloud (#613) 2024-03-16 07:09:37 +01:00
views Group ideographic characters in tag cloud (#613) 2024-03-16 07:09:37 +01:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Add black code formatter 2024-01-27 11:29:16 +01:00
apps.py Add black code formatter 2024-01-27 11:29:16 +01:00
context_processors.py Add black code formatter 2024-01-27 11:29:16 +01:00
feeds.py Add black code formatter 2024-01-27 11:29:16 +01:00
middlewares.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
models.py Add black code formatter 2024-01-27 11:29:16 +01:00
queries.py Add black code formatter 2024-01-27 11:29:16 +01:00
signals.py Add black code formatter 2024-01-27 11:29:16 +01:00
urls.py Add black code formatter 2024-01-27 11:29:16 +01:00
utils.py Add black code formatter 2024-01-27 11:29:16 +01:00
validators.py Add black code formatter 2024-01-27 11:29:16 +01:00