-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Relevant command:
https://github.com/wion/textpattern.tmbundle/blob/main/Commands/TXP%20Documentation.tmCommand
Judging by the command string...
<string>. "$TM_SUPPORT_PATH/lib/webpreview.sh"
html_header "Textpattern Bundle" "A Tool for a Tool with a Tool"
Markdown.pl "$TM_BUNDLE_SUPPORT/documentation/info.txt"
html_footer</string>
...this command defines an action to open a local documentation file stored in the /Support directory of the bundle.
I don't think this particular bundle needs a local doc file, per se, when all the Tag docs are already written elsewhere, and are far too voluminous to be worth replicating locally (a big PDF file for offline use, maybe, but they don't exist for docs at this point). So this action seems pointless and suited for removal.
What would be useful, however, as this action's name confusingly alludes to, is an actual command for Tags Documentation that opens the external docs in a pop-up window. But that implies a different command that I don't know how to adjust for. Better do remove this one and create a new one via the bundle editor?