Fossil SCM
Updated /pikchrshow help and changes.wiki to mention pikchr.
Commit
bb31279a19aeba427be931ac101773f5be3ca6726f148e61ba2097d4f348c9bb
Parent
b01fae602d9387f…
2 files changed
+3
-2
+4
+3
-2
| --- src/pikchrshow.c | ||
| +++ src/pikchrshow.c | ||
| @@ -24,12 +24,13 @@ | ||
| 24 | 24 | |
| 25 | 25 | |
| 26 | 26 | /* |
| 27 | 27 | ** WEBPAGE: pikchrshow |
| 28 | 28 | ** |
| 29 | -** A basic pikchr code editor and renderer, allowing users with write- | |
| 30 | -** or wiki-write permissions to experiment with pikchr code. | |
| 29 | +** A pikchr code editor and previewer, allowing users to experiment | |
| 30 | +** with pikchr code or prototype it for use in copy/pasting into forum | |
| 31 | +** posts, wiki pages, or embedded docs. | |
| 31 | 32 | */ |
| 32 | 33 | void pikchrshow_page(void){ |
| 33 | 34 | const char *zContent = 0; |
| 34 | 35 | int isDark, flipColors; |
| 35 | 36 | |
| 36 | 37 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -24,12 +24,13 @@ | |
| 24 | |
| 25 | |
| 26 | /* |
| 27 | ** WEBPAGE: pikchrshow |
| 28 | ** |
| 29 | ** A basic pikchr code editor and renderer, allowing users with write- |
| 30 | ** or wiki-write permissions to experiment with pikchr code. |
| 31 | */ |
| 32 | void pikchrshow_page(void){ |
| 33 | const char *zContent = 0; |
| 34 | int isDark, flipColors; |
| 35 | |
| 36 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -24,12 +24,13 @@ | |
| 24 | |
| 25 | |
| 26 | /* |
| 27 | ** WEBPAGE: pikchrshow |
| 28 | ** |
| 29 | ** A pikchr code editor and previewer, allowing users to experiment |
| 30 | ** with pikchr code or prototype it for use in copy/pasting into forum |
| 31 | ** posts, wiki pages, or embedded docs. |
| 32 | */ |
| 33 | void pikchrshow_page(void){ |
| 34 | const char *zContent = 0; |
| 35 | int isDark, flipColors; |
| 36 | |
| 37 |
+4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -4,10 +4,14 @@ | ||
| 4 | 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | 5 | |
| 6 | 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | 8 | * Improvements to the Forum threading display. |
| 9 | + * Added support for embedding [https://fossil-scm.org/pikchr|pikchr] | |
| 10 | + markup in markdown and fossil-wiki content. | |
| 11 | + * The new [/help?cmd=/pikchrshow|pikchrshow] page provides an | |
| 12 | + editor and previewer for pikchr markup. | |
| 9 | 13 | |
| 10 | 14 | <a name='v2_12'></a> |
| 11 | 15 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 12 | 16 | |
| 13 | 17 | * (2.12.1): Fix client-side vulnerabilities discovered by Max Justicz. |
| 14 | 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,10 +4,14 @@ | |
| 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | |
| 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | * Improvements to the Forum threading display. |
| 9 | |
| 10 | <a name='v2_12'></a> |
| 11 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 12 | |
| 13 | * (2.12.1): Fix client-side vulnerabilities discovered by Max Justicz. |
| 14 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,10 +4,14 @@ | |
| 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | |
| 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | * Improvements to the Forum threading display. |
| 9 | * Added support for embedding [https://fossil-scm.org/pikchr|pikchr] |
| 10 | markup in markdown and fossil-wiki content. |
| 11 | * The new [/help?cmd=/pikchrshow|pikchrshow] page provides an |
| 12 | editor and previewer for pikchr markup. |
| 13 | |
| 14 | <a name='v2_12'></a> |
| 15 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 16 | |
| 17 | * (2.12.1): Fix client-side vulnerabilities discovered by Max Justicz. |
| 18 |