wenkokke / talondoc

Document your Talon scripts using Sphinx.
https://wen.works/talondoc/
14 stars 7 forks source link

Add option to restrict the `command` directive to commands from a single context #100

Closed wenkokke closed 1 year ago

wenkokke commented 1 year ago

For instance,

:::{talon:command} hunt this
  :context: user.tags.find_and_replace.find_and_replace
:::
wenkokke commented 1 year ago

Given the way that knausj_talon is structured it might be a good idea to also allow prefixes.

wenkokke commented 1 year ago

Fixed by #132, I think.