| Line | |
|---|
| 1 | = Wiki Phrases |
|---|
| 2 | |
|---|
| 3 | A wiki phrase belongs to one of the categories ''fixme'', ''todo'' or ''done'', |
|---|
| 4 | and is highlighted to catch attention. Any delimiter `():<>` adjacent to a |
|---|
| 5 | phrase will not be presented. This makes it possible to naturally write, for |
|---|
| 6 | example, `FIXME:` in a wiki text, but view the phrase highlighted without the |
|---|
| 7 | colon (`:`) which would not look natural. |
|---|
| 8 | |
|---|
| 9 | Use the following phrases to highlight problems, todos and results thereof: |
|---|
| 10 | |
|---|
| 11 | [[ShowPhrases]] |
|---|
| 12 | |
|---|
| 13 | Prefixing a phrase with `!` prevents it from being highlighted. |
|---|
| 14 | |
|---|
| 15 | Example: |
|---|
| 16 | ||= Wiki markup =||= Display =|| |
|---|
| 17 | {{{#!td |
|---|
| 18 | {{{ |
|---|
| 19 | FIXME: Something weird is going on |
|---|
| 20 | }}} |
|---|
| 21 | }}} |
|---|
| 22 | || FIXME: Something weird is going on || |
|---|
| 23 | |
|---|
| 24 | ---- |
|---|
| 25 | See also [TracIni#wikiextras-section TracIni], for configuration of phrases, |
|---|
| 26 | and [WikiMacros#ShowPhrases-macro WikiMacros] on how to use the `ShowPhrases` |
|---|
| 27 | macro. |
|---|
Note: See
TracBrowser
for help on using the repository browser.