Jump to content

Standalone Read-Later-App that saves items in plaintext


Recommended Posts

Simple standalone read-later-app for Alfred. Saves the items in plaintext on your device.

 

Usage
- Use the keyword rl to add the current tab of the frontmost browser to your read-later-list.
- Any item in your reading list also shows up when using the keyword rl. Press ⏎ to open the item in your browser and remove it from your read-later-list.

 

Items are saved locally

  • The items are saved in a local markdown file on your disk. You can set the location in the workflow configuration.
  • The items formatted in the markdown task syntax.
    • Unread items as open tasks: - [ ] [title](url)
    • Read items as completed tasks: - [x] [title](url)
  • This has several advantages:
    • No dependency on any read-later service.
    • The reading list is available offline.
    • Since Markdown is a widely supported format, you can access your items in many other apps as well, such as Obsidian.
    • Easy backup: Just copypaste the file.
    • Easy sync: Just save the file in a Cloud Drive like iCloud.

 

➡️ https://github.com/chrisgrieser/alfred-read-later

 

Pastedimage2023-12-30at22_00.53@2x.thumb.png.2a5b3ac28817faad60b58c75eef17ebc.png

Edited by pseudometa
formatting
Link to comment
  • 2 weeks later...

Feature request if you think more people than me could be interested, I would find it valuable that the date when the url was saved is added to each item (e.g. appending after each item today's date like "(2024-01-14)"), so it is easy to distinguish new links from old links directly from the Alfred search. This could be optional to not frustrate users who have no use for that info.

Link to comment
1 hour ago, cands said:

Feature request if you think more people than me could be interested, I would find it valuable that the date when the url was saved is added to each item (e.g. appending after each item today's date like "(2024-01-14)"), so it is easy to distinguish new links from old links directly from the Alfred search. This could be optional to not frustrate users who have no use for that info.

 

Good idea, actually. I added that as opt-out feature: https://github.com/chrisgrieser/alfred-read-later/releases/download/1.1.1/alfred-read-later.alfredworkflow

Link to comment
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...