selfire_

Espanso Bible Verse

Jul 6th, 2020
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1. # Add this to the top of your preferences file
  2.  
  3. enable_passive: true
  4. passive_key: SHIFT
  5. passive_match_regex: "(?P<name>:\\p{L}+)(\\((?P<args>.*)\\))?"
  6. passive_arg_delimiter: ","
  7. secure_input_notification: false
  8.  
  9. # Writing ":bbl(Romans,8,2)" will turn into "[[Romans]] [[Romans 8 | 8]][[Romans 8:2 | :2]]"
  10.  
  11.  - trigger: ":bbl"
  12.     replace: "-[[$0$]] [[$0$ $1$ | $1$]][[$0$ $1$:$2$ | :$2$]]"
  13.     passive_only: true
Add Comment
Please, Sign In to add comment