alfredapp / gallery-edits

Suggest edits to the Alfred Gallery
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Submit Workflow: Save 'ur URL #34

Closed Stephen-Lon closed 3 months ago

Stephen-Lon commented 3 months ago

Preflight

The submitted workflow:

Homepage

https://github.com/Stephen-Lon/Alfred-workflow-save-ur-url

Alfred Forum page

https://www.alfredforum.com/topic/20802-save-ur-url/

Gallery page content

Save, view, edit and search URLs in a single plain text or markdown file

This workflow requires Alfred 5.5.

Usage

Save

Save a selected URL from your browser or in Clipboard History with the Universal Action.

SaveURL

Optionally provide a title (or accept that offered) when using a plain text Links file.

TextTitlePrompt

You must provide a title if using a markdown Links file.

MDTitlePrompt

View and clear

View saved links in Alfred’s Text View, or clear all links, with the links keyword.

ViewKeyword

View Links file

Send Links file to Trash and create new empty Links file

View using the configuration option to save in plain text:

ViewPlainLinks

View using the configuration option to save in markdown:

ViewMDLinks

Edit the links file (in either case)

Editing a plain text Links file opens the file in Alfred’s Text View and editing a markdown Links file opens the file in your default markdown editor.

Search

Search the URL names in the Links file with the keyword flinks.

SearchLinks

Select any link to open it in your browser.

Tags

URL, browser, links

Test data

No response

Homebrew dependencies

No response

Bundled libraries

No response

vitorgalvao commented 3 months ago

Thank you. Will be live soon.

One thing I noticed, not about the submission but the workflow itself, is that there is a Keyword to delete the links file (right at the bottom: {var:deleteLinksFile}) but there’s no configuration for that keyword. I’m guessing you may have forgotten to remove it when adding to links?