revised 25-Apr-2022
Within PmWiki, there are a number of straight-forward and easily implemented editing 'marks' for enhancing the readability of notes. However beyond these, more complex marks are required that activate editing styles, text justiification and other numerous actions. To make quick work of these, the app: AutoHotKey can aptly fill this gap. It's a kind of macro app by which with a very few keystroke can trigger the execution of simple or complex instructions.
For example, to render a note template similar to the one suggested in Basic:
tags: ---- source:
This would be done by an entry in your customized:'yourscript.ahk' for the key combination 'zds' as follows:
:*R:zds::tags: `r----`r`rsource:
This macro: ahk-macro01.txt will quickly setup a key-combo for any highlight text. To activate this macro, place this text within 'myscript.ahk' and restart the script (Run as Administrator). Then use the key-combo 'Alt(right)+l' (the letter 'L') on any highlight text and choose your custom key-combo and save. Thereafter, that custom key-combo will return a copy of the same text.
Intro Introduction |
Basic PmWiki/StandAlone Webserver |
Advanced with Freemind |
Summary Concepts |