Commit Graph

63 Commits

Author SHA1 Message Date
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.
2020-09-19 17:55:38 -04:00
NGPixel
8f6cba262f fix: draw.io svgs are no longer removed with linebreaks (#2415) 2020-09-12 14:05:24 -04:00
NGPixel
383dfd3010 feat: edit existing diagram data 2020-07-12 19:32:17 -04:00
NGPixel
f4502ccef7 feat: markdown editor process markers 2020-07-12 19:20:10 -04:00
NGPixel
5f99b30024 feat: code folding + diagram folding 2020-07-12 14:32:53 -04:00
NGPixel
d209a4158f feat: draw.io code insert + preview (wip) 2020-07-12 13:24:25 -04:00
NGPixel
c8608315e9 feat: draw.io editor dialog (wip) 2020-07-10 23:11:53 -04:00
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
2020-07-03 19:36:33 -04:00
Regev Brody
41327dd1e8
feat: support MultiMarkdown tables (#2126) 2020-07-03 17:46:07 -04:00
NGPixel
abe86928fb feat: markdown spellcheck mode 2020-06-22 18:10:48 -04:00
NGPixel
718c14dd74 feat: editor props scripts + styles code editor 2020-06-19 21:00:44 -04:00
Regev Brody
e03a80dccc
feat: underline markdown support (#2073)
* fix: no markdown support for underline #2072
2020-06-18 18:37:24 -04:00
NGPixel
a0618ee4f6 feat: comments UI improvements 2020-05-23 18:49:10 -04:00
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.
2020-05-22 13:31:31 -04:00
NGPixel
887e8a0f5a feat: comments disqus + commento 2020-05-21 00:20:57 -04:00
NGPixel
f6bad765a2 feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
NGPixel
53da387082 feat: plantuml in markdown preview 2020-05-08 22:51:32 -04:00
NGPixel
05e8a71cef fix: sanitize markdown preview on content change 2020-05-01 00:55:31 -04:00
NGPixel
76ade8df53 feat: link autocomplete + insert link modal (markdown) 2020-04-11 00:19:23 -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
4b0e3d1c43 feat: save conflict resolution 2020-03-21 19:18:08 -04:00
NGPixel
2810f7b5af feat: use local assets for twemoji 2020-03-15 22:34:42 -04:00
NGPixel
bf9c6dda1c fix: missing code highlighting when toggling markdown preview (#1484) 2020-03-15 19:32:12 -04:00
NGPixel
830f51664c feat: katex in markdown preview + xss fix for svg 2020-03-06 14:31:05 -05:00
NGPixel
13a995133b feat: branch off / create from template 2020-03-01 18:25:43 -05:00
NGPixel
18b2f60b84 fix: unescaped code in markdown preview panel 2020-01-14 22:41:26 -05:00
NGPixel
14c842ff9d fix: rtl offset + list indent (#1326, #1327) 2019-12-22 18:49:17 -05:00
NGPixel
f154f9cae5 fix: markdown preview fails to load lang files for code blocks (#1162) 2019-11-23 16:26:24 -05:00
Hinaloe
115472a3fc fix: exclude non-class attributes from markdown rendering in editor preview (#1251) 2019-11-22 10:52:19 -05:00
Nick
82ba7d0a36 feat: import users from v1 - db + create users 2019-09-28 22:19:33 -04:00
Nick
69e644e18f fix: code linting 2019-09-08 12:39:05 -04:00
Nick
7634bd266d feat: ckeditor 2019-09-08 12:01:17 -04:00
Nick
8e80b7471d feat: editor page props UI improvements + codemirror fix 2019-08-31 22:10:58 -04:00
Nick
3b02d701c4 fix: editor mardkwon scroll sync 2019-08-31 11:14:15 -04:00
Nick
10e19700e5 fix: UI improvements 2019-08-25 14:23:56 -04:00
Nick
065c1bb12e misc: migrate to vuetify 2.0 (wip) 2019-08-03 22:51:29 -04:00
NGPixel
27e0a37dbe misc: migrate to vuetify 2.0 (wip) 2019-08-03 04:48:55 +00:00
NGPixel
eccf1a1b19 misc: migrate to vuetify 2.0 (wip) 2019-07-29 04:51:43 +00:00
Nick
b6f1e1805e feat: locales availability + IE display mode 2019-07-12 23:57:15 -04:00
Nick
e4fc2b7b12 feat: editor md + source translations 2019-06-15 21:45:53 -04:00
Nick
a3be2a772a feat: editor modals translations 2019-06-15 17:06:17 -04:00
Nick
e62ac70464 fix: red blockquote incorrect class (#854) 2019-05-31 20:58:57 -04:00
Nick
35bc745826 feat: image upload / display 2019-05-21 16:45:54 -04:00
Nick
7b08c8bb31 feat: lists UX + assets create folder UI (wip) 2019-05-19 14:46:08 -04:00
Nick
965f0ad2cd feat: serve asset from db + editor mobile improvements 2019-05-18 02:27:30 -04:00
Nick
6041b1697a fix: session knex connector + editor UI improvements 2019-05-11 01:23:32 -04:00
Nick
3c27350a12 fix: linting editor-markdown 2019-05-05 21:36:11 -04:00
Nick
9f92aa4050 fix: linting + mk help visibility 2019-05-05 21:29:28 -04:00