MyShaarli/application/bookmark
ArthurHoaro bf8bec322b New Core Plugin: ReadItLater
Create a new core plugin allowing to mark bookmarks to read them later.
When enabled:

  * checkbox is displayed in editlink view for new bookmarks
  * a plugin setting is available to check it or not it by default
  * in bookmark list:
    * new global filter to display only bookmark flagged as read it
      later
    * for each bookmarks, new action icon to toggle read it later status
    * for each « readitlater » bookmark, red label « To Read » added,
      and red line on the right of the bookmark added (default template)

Fixes #143

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
2022-08-12 19:58:07 +02:00
..
exception tests: phpcs: fix 'Opening brace must not be followed by a blank line' error 2022-01-13 20:50:39 +01:00
Bookmark.php New Core Plugin: ReadItLater 2022-08-12 19:58:07 +02:00
BookmarkArray.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
BookmarkFileService.php Fix a bug 2021-04-02 21:14:09 +02:00
BookmarkFilter.php New Core Plugin: ReadItLater 2022-08-12 19:58:07 +02:00
BookmarkInitializer.php Manually fix remaining PHPCS errors 2020-11-09 10:56:49 +01:00
BookmarkIO.php Fix: soft fail if the mutex is not working 2020-11-24 13:39:35 +01:00
BookmarkServiceInterface.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00
LinkUtils.php Support search highlights when matching URL content 2021-01-19 17:49:19 +01:00
SearchResult.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00