diff --git a/development/_common.sh b/development/_common.sh index d48fe30..1da5d49 100644 --- a/development/_common.sh +++ b/development/_common.sh @@ -78,6 +78,7 @@ One page per feature group: - :NuwikiGenerateLinks - :NuwikiCheckLinks - :NuwikiMakeDiaryNote +- :VimwikiColorize red — on a word in [[Syntax]] (or wc) :sample:smoke-test:sandbox: EOF @@ -92,6 +93,18 @@ Back to [[index]]. *bold*, _italic_, *_bold italic_*, ~~strikethrough~~, `inline code`, super^script^ and sub,,script,,, and inline math $e^{i\pi} + 1 = 0$. +== Colour spans (:VimwikiColorize) == + +Put the cursor on a word and run `:VimwikiColorize red` (or press +`wc` and type a colour); or visually select a phrase and press +`wc`. Each wraps the target in ``. + +- colorize this important word +- now select and colour this whole phrase +- hex works too: paint deepskyblue on this token + +Already colorized: dodger blue. + == Keywords == TODO STARTED FIXME XXX DONE FIXED STOPPED