pbd Posted December 30, 2024 Posted December 30, 2024 (edited) Hi! I've created a simple workflow that allows to create posts on Memos (https://www.usememos.com/). Note: this requires a running instance of Memos app ℹ️ Repo with more info here: https://github.com/pbdco/memos-alfredworkflow ⤵️ Direct download here: https://github.com/pbdco/memos-alfredworkflow/releases/latest/download/Memos.alfredworkflow Example: memo Hi! From Alfred -t HelloWorld,Testing Edited December 30, 2024 by pbd
vitor Posted December 30, 2024 Posted December 30, 2024 Thank you for sharing. Some suggestions to improve the workflow and make it more idiomatic: It’s missing the version, bundle identifier, and About. It’s quite atypical to use command-line flags such as -t in Alfred’s window. It’s more idiomatic to e.g. parse the words with preceding #. Or using an Alternative Action. You don’t need three objects for different keywords, you can use multiple keywords in a single object. But even so that should be avoided since you’re overloading a common letter for users. The idiomatic way to do it is to a single user-configurable keyword with at least three characters (e.g. memo). Users can then configure more or shorter keywords if they want (including you, in your local set up). Have you considered using a Text View instead/in addition to the other methods?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now