NGPixel
84b927915e
fix: convert page - task list + UI fixes
4 years ago
Edoardo Morassutto
a37a73dede
fix: inline math interpreted as attributes ( #2645 )
...
When using inline math ($e^{-x^2}$) the curly braces are interpreted as
attributes by markdown-it-attrs. Since most of the times they are not
valid attributes they simply get removed.
This patch escapes the curly braces (the default attribute delimiter),
fixing the KaTeX rendering errors.
It would be nice to simply skip that rule for `katex_inline` block types
but as far as I know markdown-it-attrs doesn't have such an option.
Fixes #1581
4 years ago
James C
5a9df24f04
fix: markdown editor URL autocompletion ( #2452 )
...
Fix for #2062 . Using token.string only captured the character at the cursor. Now using the cursor location to determine suitable search text. Also corrected syntax issue where suggestion removed opening link parenthesis.
4 years ago
NGPixel
8f6cba262f
fix: draw.io svgs are no longer removed with linebreaks ( #2415 )
4 years ago
NGPixel
be499e5795
fix: auth strategy dependent username label
4 years ago
NGPixel
383dfd3010
feat: edit existing diagram data
4 years ago
NGPixel
f4502ccef7
feat: markdown editor process markers
4 years ago
NGPixel
5f99b30024
feat: code folding + diagram folding
4 years ago
NGPixel
d209a4158f
feat: draw.io code insert + preview (wip)
4 years ago
NGPixel
c8608315e9
feat: draw.io editor dialog (wip)
4 years ago
Nicolas Giard
c009cc1392
feat: new login experience ( #2139 )
...
* feat: multiple auth instances
* fix: auth setup + strategy initialization
* feat: admin auth - add strategy
* feat: redirect on login - group setting
* feat: oauth2 generic - props definitions
* feat: new login UI (wip)
* feat: new login UI (wip)
* feat: admin security login settings
* feat: tabset editor indicators + print view improvements
* fix: code styling
4 years ago
Regev Brody
41327dd1e8
feat: support MultiMarkdown tables ( #2126 )
4 years ago
NGPixel
969e7e2fe6
fix: table styles dark mode
4 years ago
NGPixel
abe86928fb
feat: markdown spellcheck mode
4 years ago
NGPixel
55bea7d48b
fix: enable spellcheck in visual editor
4 years ago
NGPixel
4cb7f33dcf
feat: visual editor code + sub/sup + table props
4 years ago
NGPixel
98016d3c42
fix: editor saved state
4 years ago
NGPixel
4855051d87
feat: page published state + comments localization
4 years ago
NGPixel
83b83a7510
feat: page css + scripts
4 years ago
NGPixel
53ddb50b51
feat: save page scripts + styles
4 years ago
NGPixel
718c14dd74
feat: editor props scripts + styles code editor
4 years ago
Regev Brody
e03a80dccc
feat: underline markdown support ( #2073 )
...
* fix: no markdown support for underline #2072
4 years ago
NGPixel
a0618ee4f6
feat: comments UI improvements
5 years ago
NGPixel
15a45f8b91
fix: admin UI improvements
5 years ago
Dan Later
2c83e3bd84
fix: CKEditor RTL locale support ( #1636 )
5 years ago
Louis Meyer
e2935488a3
fix: properly wrap very long words in markdown editor ( #1743 )
...
* Fix: Fix word-wrap in markdown editor
Overwrite css-property 'work-break: normal' for '.CodeMirror-wrap
pre.CodeMirror-line', which lead to words not wrapping correctly,
with 'word-break: break-word' to properly wrap words.
* Add rule for 'p.line' under .editor-markdown-preview-content
Add 'overflow-wrap: break-word;' for line in the preview of the markdown editor, so the preview properly wraps and does not overflow.
5 years ago
NGPixel
887e8a0f5a
feat: comments disqus + commento
5 years ago
NGPixel
f6bad765a2
feat: assets move + comments migration + admin users UI
5 years ago
NGPixel
7508d92f92
feat: redirect editor UI (wip)
5 years ago
NGPixel
53da387082
feat: plantuml in markdown preview
5 years ago
NGPixel
cc9f022051
fix: nav external blank option
5 years ago
NGPixel
05e8a71cef
fix: sanitize markdown preview on content change
5 years ago
NGPixel
fd91565e61
fix: ckeditor - beautify html before saving
5 years ago
NGPixel
a3a1dc1267
fix: ckeditor - extra ) when insert page link
5 years ago
takumi9942
e0a0434622
fix: editor-modal-media action button ( #1736 )
5 years ago
NGPixel
b2115143e3
feat: visual editor - link to page
5 years ago
NGPixel
76ade8df53
feat: link autocomplete + insert link modal (markdown)
5 years ago
NGPixel
77548c8778
fix: tags input normalization
5 years ago
NGPixel
1d16a3fc71
feat: mermaid support for markdown
5 years ago
NGPixel
44a0f69a78
feat: katex chemical equations support
5 years ago
NGPixel
58b08e54b4
fix: missing footnote module in markdown editor preview
5 years ago
NGPixel
507928730a
feat: editor save conflict localization
5 years ago
NGPixel
4b0e3d1c43
feat: save conflict resolution
5 years ago
NGPixel
b529ad21c9
fix: code blocks incorrect escaping + deps update
5 years ago
NGPixel
2810f7b5af
feat: use local assets for twemoji
5 years ago
NGPixel
bf9c6dda1c
fix: missing code highlighting when toggling markdown preview ( #1484 )
5 years ago
Sebastien
88f707b7c1
fix: sort assets by ID and desc ( #1501 )
...
* sort assets by ID and desc
* Update editor-modal-media.vue
5 years ago
NGPixel
830f51664c
feat: katex in markdown preview + xss fix for svg
5 years ago
NGPixel
13a995133b
feat: branch off / create from template
5 years ago
NGPixel
a7b2b31314
fix: disable API docs editor for 2.1
5 years ago