Jump to content

jmjeong

Member
  • Posts

    86
  • Joined

  • Last visited

  • Days Won

    6

jmjeong last won the day on October 30 2014

jmjeong had the most liked content!

Recent Profile Visitors

1,917 profile views

jmjeong's Achievements

Member

Member (4/5)

35

Reputation

  1. Vote +1. Would be awesome if workflow JSON supports markdown or HTML syntax.
  2. Github: https://github.com/jmjeong/alfred-extension/tree/master/alfred-bookmark Download link: https://github.com/jmjeong/alfred-extension/raw/master/alfred-bookmark/alfred-bookmark.alfredworkflow alfred-bookmark Alfred 3 workflow to manage Browser's bookmark. It is tested on Google Chrome and Safari. Install To install, download the latest file and double-click to open in Alfred 3. Setup & Keys Add Bookmark (Configurable: F5) Search Bookmark - Supports Incremental search (Configurable: F1) Edit Bookmark (mod:Ctrl in search mode, Enter in add mode) Delete Bookmark (mod:Option) Copy Bookmark (mod:Command) Open Bookmark in Google Chrome Incognito mode (mod:Shift) Quick Look URL (Shift) Usage Search Bookmark (F1) Add Bookmark (F5) Search terms You can search any terms (order does not matter). Bookmark Sort order Accessed, launch count, registered time (default) Sync between several machines You can sync bookmark database through several machine via DropBox. mv '~/Library/Application Support/Alfred 3/Workflow Data/com.jmjeong.alfred-bookmark/pinboard.db' ~/Dropbox/Apps ln -s ~/Dropbox/Apps/pinboard.db '~/Library/Application Support/Alfred 3/Workflow Data/com.jmjeong.alfred-bookmark/'
  3. https://www.alfredapp.com/help/workflows/inputs/script-filter/json/ autocomplete field seems not to be applicable to mods field. It would be helpful to support this option to mods objects. Sometimes it is necessary to expand other words with the mods key when creating a workflow.
  4. I think Safari or Chrome must be stopped before performing editing.
  5. Web bookmarks of Alfred provide search functionality for Safari and Chrome. How about supporting to delete or edit bookmarks? Currently, there is one action for the searched bookmark. Please add some modifier in the configuration screen, perform delete or edit bookmark with the modifier key. Please let me know what you think.
  6. I updated the workflow and released it to github. @Today is changed into id, so I think it will work for spanish translation.
  7. Updated for Things 3. title #tag @t|a|s ::note >duedate (ex. fri, 3d, 2w, 12/31) Github main branch is for Things3. For Things 2, download from history commit. https://github.com/jmjeong/alfred-extension/tree/d4ecb77112621edcd65d676303f20cc1dd747f92/things
  8. Add to Things workflow. Supports date parsing for easy input. t title #tag @t|n|s ::note >duedate (ex. fri, 3d, 2w, 12/31) - create things todo tm title #tag @t|n|s >duedate - create todo with clipboard contents as a note - Syntax - #tag : tag - Focus : default location is 'Inbox' - @t : @Today - @n : @Next - @s : @Someday - ::note : note - > duedate - > : today - > 2d : two days after - > fri : next friday - > -1d : one day before - > 11/23 : November 23 ex) t test > fri (next friday) t test > 2 (2 days after) t test > 1w (1 week after) GitHub Link - latest version
  9. Updated v2.31 : Error handling for no notes list http://dr.jmjeong.com/1hJfh+
  10. I heard that Opera did not support AppleScript. https://gist.github.com/vitorgalvao/5392178
  11. I considered the feature you suggested in design phase, I decided not to add it because this makes the workflow too complicated. If you have pinboard.in account, you can modify comment/description of bookmark in pinboard.in web page and be able to re-download it.
  12. Bookmark is alfred workflow which enables to manage and search bookmark. You can add browser's URL to bookmark, add multiple tags to it, and search it. This workflow works without pinboard.in account. You can link pinboard.in account with this workflow also. Download: https://github.com/jmjeong/alfred-extension/blob/master/bookmark/bookmark.alfredworkflow?raw=true Youtube Link: https://youtu.be/ImXADq0mBRM After integrating pinboard.in account, you can download the data pinboard.in using pbreload command. Bookmark workflow provides... Add bookmark - add frontmost browser's url to bookmarkIn adding bookmark, you can assign multiple tags. Search bookmark Delete bookmark Assign [private], [star] attribute in bookmarkYou can narrow the search space using this property Several sort optionslaunch count accessed added Pinboard integrationYour local bookmarks are replaced with pinboard.in data after integration After integration, add/delete operation is synced with pinboard.in You can download pinboard.in bookmark with pbreload command. Install You need to set key manually after installing bookmark. Cmd-Shift-Ctrl-P : Workflow launch (Search condition follows setting) Cmd-Shift-Ctrl-K(!) : Search every bookmark temporary (Ignore settings) Cmd-Shift-Ctrl-L(*) : Search marked bookmark only Cmd-Shift-Ctrl-;(+) : Add bookmark (This key is valid only when browser is the frontmost window) Assign attribute to bookmark You can change search condition from setting menu(_). private : Toggle with [shift] modifier key star : Toggle with [ctrl] modifier You can change attributes of multiple bookmarks of the same tag.ctrl: set mark, shift: unset mark, alt: set private, cmd: unset private Setting mark[filter] private[filter] sortaccessed, launch_count, time launch_count, accessed, time time, accessed Command bm (ctrl-shift-cmd-p) ! (ctrl-shift-cmd-k) - Search every bookmarks (ignore search condition in setting) * (ctrl-shift-cmd-l) - Search marked bookmark only + (ctrl-shift-cmd-) - Add URL to bookmark. # - Tag search For entries Enter : launch bookmark Ctrl : toggle mark attribute Shift : toggle private attribute Alt : delete bookmark Cmd : copy URL
  13. I am afraid but you seem to post this comment to the wrong topic. alfred-pinboard do not have 'pset' command.
  14. How about manage alfred extension workflow? https://github.com/jmjeong/alfred-extension/tree/master/managealfredextension
×
×
  • Create New...