NGPixel
6a4b25bc28
fix: plantuml deflate raw
2020-05-08 14:15:19 -04:00
daneallen
4aa7828a92
fix: add rel option to external links in content ( #1853 )
...
* #1853 : XSS attack fix by adding rel noferrer or rel noopen to _blank target external links
* fix: relAttributeExternalLink noopener
Co-authored-by: danallendds <daniel.allen@friends.dds.mil>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-05-07 16:45:11 -04:00
NGPixel
c81ba5a503
fix: markdown footnotes id incorrectly stripped
2020-05-02 15:13:58 -04:00
NGPixel
281172a9f4
feat: mathjax markdown module
2020-04-29 22:32:03 -04:00
NGPixel
954262f517
fix: tabs renderer remove switchTab handler
2020-04-26 21:18:51 -04:00
NGPixel
5d43f6ada1
feat: content tabs
2020-04-26 21:04:08 -04:00
NGPixel
514d31a46d
feat: hide sidebar option
2020-04-18 18:33:22 -04:00
NGPixel
17f833509f
fix: html sanitizer - whitelist start prop for ol tag
2020-04-17 13:09:08 -04:00
NGPixel
2ff3abe0d8
fix: html sanitizer - whitelist i tag
2020-04-17 13:04:56 -04:00
NGPixel
5229390d87
fix: plantuml default markers
2020-03-29 21:14:44 -04:00
NGPixel
5f382f21cf
fix: enable mermaid by default
2020-03-29 20:59:35 -04:00
NGPixel
1d16a3fc71
feat: mermaid support for markdown
2020-03-29 20:54:39 -04:00
NGPixel
44a0f69a78
feat: katex chemical equations support
2020-03-29 17:06:32 -04:00
NGPixel
58b08e54b4
fix: missing footnote module in markdown editor preview
2020-03-28 14:28:08 -04:00
NGPixel
bacbe4f543
fix: whitelist task list checkboxes
2020-03-21 12:49:25 -04:00
NGPixel
b529ad21c9
fix: code blocks incorrect escaping + deps update
2020-03-20 23:23:13 -04:00
NGPixel
2810f7b5af
feat: use local assets for twemoji
2020-03-15 22:34:42 -04:00
NGPixel
830f51664c
feat: katex in markdown preview + xss fix for svg
2020-03-06 14:31:05 -05:00
Nicolas Giard
fba9e0058f
fix: allow figcaption in xss module
2020-02-27 01:17:24 -05:00
NGPixel
2d06a1d9df
fix: set open external link in new tab as an option
2020-02-22 20:21:26 -05:00
Lukáš Hrdlička
fc79d92423
feat: open external link in new tab ( #1453 )
2020-02-22 20:15:41 -05:00
NGPixel
09554c8528
fix: add missing html tags to whitelist
2020-02-09 22:54:14 -05:00
NGPixel
90fbc62917
fix: kbd xss whitelist
2020-02-08 16:11:35 -05:00
alancnet
73da73a595
fix: allow highlight color ( #1365 )
2020-01-10 19:48:16 -05:00
NGPixel
0755c538ed
fix: html rendering order param + decodeEntities
2020-01-03 01:07:29 -05:00
NGPixel
edd11cd73f
feat: make relative links root absolute option
2020-01-02 20:30:48 -05:00
NGPixel
82376c19b9
fix: render system link detection resets on each find
2020-01-02 13:33:27 -05:00
Scott Simontis
bb03aed1c8
fix: exclude tel: links from parsing #1318 ( #1344 )
...
Telephone links will no longer be incorrectly parsed as web links.
Signed-off-by: Scott Simontis <yo@scottsimontis.io>
2019-12-31 14:41:05 -05:00
NGPixel
f09f1f4f1e
feat: delete a user
2019-12-22 16:08:18 -05:00
NGPixel
3b347f262c
feat: save rendering configuration
2019-12-21 16:41:03 -05:00
NGPixel
aa5368b2a1
feat: katex + admin SSL UI (wip) + dev warning
2019-12-18 23:45:33 -05:00
NGPixel
278cd7173d
feat: rendering security module
2019-12-11 23:36:19 -05:00
NGPixel
e35e68d764
fix: exclude assets from internal link detection ( #1189 )
2019-11-23 16:13:41 -05:00
NGPixel
46630e1638
fix: allow target in markdown attrs ( #1240 )
2019-11-21 22:32:41 -05:00
George Vagenas
68200f5136
fix: use https for plantuml ( #1223 )
2019-11-18 13:51:19 -05:00
NGPixel
fb0c64a07e
fix: exclude non-class attributes from markdown rendering
2019-11-16 22:19:35 -05:00
NGPixel
8ba78dd771
fix: handle link reformatting from home path ( #1169 )
2019-11-01 23:59:51 -04:00
NGPixel
d78127dc29
fix: handle link reformatting when not using namespacing + 5 letters locales support ( #1165 , #1166 )
2019-10-31 00:07:37 -04:00
NGPixel
37ce116dd2
fix: handle headers for all editors ( #1127 )
2019-10-27 21:08:42 -04:00
NGPixel
7a3198c306
fix: linting
2019-10-11 16:39:48 -04:00
Nick
6a5bc2e273
refactor: plantuml module
2019-09-27 13:43:14 -04:00
Ethan Davidson
4f8a28f617
feat: PlantUML markdown module ( #1066 )
...
* initial plantuml work
* got plantuml rendering working
* fix: added plantuml module config order
2019-09-26 23:01:45 -04:00
Nick
06250c4f03
fix: ignore mailto links from processing ( #1041 )
2019-09-21 10:49:58 -04:00
Juan Baez
3ab7bcf8ea
fix: host ref in html-core renderer ( #1021 )
...
Fixing typo on: "server\modules\rendering\html-core\renderer.js"
Lines 40 and 41. Invalid reference to "WIKI.config.site.host" -- should be: "WIKI.config.host"
This was causing rendering issues when attempting to create some sample pages; such as: https://github.com/jbaez001/markdown-cheatsheet
2019-09-08 21:09:46 -04:00
Nick
33e31a9901
feat: page links table
2019-09-02 22:18:59 -04:00
Nick
efab00fa0c
feat: content link states
2019-09-02 15:33:56 -04:00
Nick
c4629419d3
fix: admin rendering UI + dark mode
2019-08-04 23:53:21 -04:00
Nicolas Giard
1771289188
feat: twemoji + headers fix
2019-01-18 15:58:39 -05:00
Nicolas Giard
076aeaf749
feat: markdown rendering
2018-11-23 21:10:24 -05:00
Nicolas Giard
d52f213012
feat: markdown anchors
2018-09-17 00:36:44 -04:00