-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "Read later" bookmarklet #143
Comments
Yeah, I would gladly stop using readability.com for my own self-hosted solution! (although it wouldn't do the "keep only the content" part that is also pretty nice...) |
I think it would require indeed a visual feedback (like a gray or semi-transparent background to show that it hasn't been reviewed yet). But most of all it would require a specific page to show all "to-read-later" links. And maybe a way to quickly review them so they are added with regular links. |
In the first time I think we can:
Sounds good? Edit: and for what @e2jk suggested, you can already self-host wallabag which is a read-it-later service with improved readability features. It can fetch RSS feeds items automatically, just point it at |
The pull request #192 works but I'd like to move this to a plugin. See https://github.com/nodiscc/Shaarli/blob/readlater-bookmarklet/tpl/TODO.md. Blocked by #14 |
Feedback needed :)
|
Note that a "true" read-it-later solution would be available with the proposed wallabag plugin |
Please add as plugin.. There's a lot of php apps for read it later :) its a nice plugin for shaarli |
It can be a plugin. If it's only another bookmarklet, might not be necessary though. |
I think that too. it might not be necessary |
+1 for having bookmarklets as plugins :) |
In the plugin list, I can't find a "Read later" plugin. |
This issue is still open, so it does not exists yet. |
Where would you store the read/unread status? Another field in the datastore entry? Special |
I recently added an |
- each route will be prefixed by `/plugin/<plugin_name>` - add a new template for plugins rendering - add a live example in the demo_plugin Check out the "Plugin System" documentation for more detail. Related to shaarli#143
- each route will be prefixed by `/plugin/<plugin_name>` - add a new template for plugins rendering - add a live example in the demo_plugin Check out the "Plugin System" documentation for more detail. Related to shaarli#143
A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to shaarli#143
A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to shaarli#143
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 shaarli#143 Signed-off-by: ArthurHoaro <[email protected]>
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 shaarli#143 Signed-off-by: ArthurHoaro <[email protected]>
Reported by @sebsauvage at sebsauvage#7:
The text was updated successfully, but these errors were encountered: