Sascha Ißbrücker

Results 310 comments of Sascha Ißbrücker

I think this could be very surprising for users if bookmarks that are currently not visible are modified as well. And it would not be possible anymore to just select...

That looks correct, the bookmark date display is using Django's `SHORT_DATE_FORMAT`: https://github.com/sissbruecker/linkding/blob/master/bookmarks/utils.py#L34 If I remember correctly by default Django uses a format the matches the locale that was detected from...

Closing as answered

I think a more generic `/system` or `/server` endpoint would make sense. Using the `ListModelMixin` seems wrong, as this endpoint will never work with a list of entities. Probably should...

In general I'm OK with that, as it seems like a rather isolated thing that doesn't change much. Note that this feature requires the website to be installed as a...

@fs111 Sure, that would be cool. 👍 Can also consider opening a new how-to.md file in the docs folder.

Looks like the share target API still isn't supported in Safari / iOS or Firefox: https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target#browser_compatibility

@bland328 I understand the problem, but it's not something that I would want support in the application itself unless there is a large demand for it. Also while your proposed...

Thanks for providing workaround @sunrisepi . I'll leave this open for now if someone wants to work on providing an option to convert folders to tags.

The web archive feature creates a snapshot of every bookmarked URL on http://web.archive.org/, also known as Wayback machine. The linkding database does not contain the snapshot itself, but only a...