linkding/bookmarks
Rithas K c97d5c3dc5
Feature: Shortcut key for new bookmark (#241)
* Add shortcut key for new bookmark

* Use location.assign to keep history

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2022-05-14 08:44:03 +02:00
..
api Ensure tag names don't contain spaces (#184) 2021-12-12 22:54:22 +01:00
components Add whitespace after auto-completed tag (#249) 2022-05-14 01:18:41 +02:00
management/commands Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
migrations Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
services Ensure tag names don't contain spaces (#184) 2021-12-12 22:54:22 +01:00
static Feature: Shortcut key for new bookmark (#241) 2022-05-14 08:44:03 +02:00
styles Prevent bookmark actions through get requests 2022-03-27 10:56:09 +02:00
templates Prevent bookmark actions through get requests 2022-03-27 10:56:09 +02:00
templatetags Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
tests Prevent external redirects 2022-03-27 11:47:45 +02:00
views Prevent bookmark actions through get requests 2022-03-27 10:56:09 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Make bookmarks count column in admin sortable (#183) 2021-12-12 22:52:22 +01:00
apps.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
models.py Prevent external redirects 2022-03-25 18:29:54 +01:00
queries.py improve tag query performance (#142) 2021-08-15 09:28:40 +02:00
signals.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
urls.py Prevent bookmark actions through get requests 2022-03-27 10:56:09 +02:00
utils.py Prevent external redirects 2022-03-27 11:47:45 +02:00
validators.py Add option to disable bookmark URL validation (#57) 2021-02-06 16:27:19 +01:00