1. 12 Feb, 2022 1 commit
  2. 23 Jan, 2022 1 commit
  3. 09 Dec, 2021 1 commit
  4. 10 Oct, 2021 1 commit
    • broxen's avatar
      fix: prevent malformed paths for pages (#4533) · 813df210
      broxen authored
      * First take on removing erroneous path characters
      
      Paths should not accept trailing slashes or hashtags. This is a first attempt at nullifying those.
      
      * Use rules to verify path before acceptance
      
      Use Regex and rules to verify paths before acceptance
      
      * Rules to prevent any leading or trailing slashes
      
      * Complex slug for regex on path, but it elminates special chars
      
      * Added yarn.lock to .gitignore
      
      * Maybe we do want yarn.lock afterall
      
      * Adding yarn.lock
      
      * Move Regex pattern outside of export
      813df210
  5. 02 Apr, 2021 1 commit
  6. 01 Nov, 2020 1 commit
    • Edoardo Morassutto's avatar
      fix: inline math interpreted as attributes (#2645) · a37a73de
      Edoardo Morassutto authored
      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
      a37a73de
  7. 19 Sep, 2020 1 commit
    • James C's avatar
      fix: markdown editor URL autocompletion (#2452) · 5a9df24f
      James C authored
      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.
      5a9df24f
  8. 12 Sep, 2020 1 commit
  9. 19 Jul, 2020 1 commit
  10. 12 Jul, 2020 4 commits
  11. 11 Jul, 2020 1 commit
  12. 03 Jul, 2020 2 commits
    • Nicolas Giard's avatar
      feat: new login experience (#2139) · c009cc13
      Nicolas Giard authored
      * 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
      c009cc13
    • Regev Brody's avatar
      feat: support MultiMarkdown tables (#2126) · 41327dd1
      Regev Brody authored
      41327dd1
  13. 23 Jun, 2020 1 commit
  14. 22 Jun, 2020 2 commits
  15. 21 Jun, 2020 3 commits
  16. 20 Jun, 2020 3 commits
  17. 18 Jun, 2020 1 commit
  18. 23 May, 2020 2 commits
  19. 22 May, 2020 2 commits
    • Dan Later's avatar
      fix: CKEditor RTL locale support (#1636) · 2c83e3bd
      Dan Later authored
      2c83e3bd
    • Louis Meyer's avatar
      fix: properly wrap very long words in markdown editor (#1743) · e2935488
      Louis Meyer authored
      * 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.
      e2935488
  20. 21 May, 2020 2 commits
  21. 10 May, 2020 1 commit
  22. 09 May, 2020 1 commit
  23. 08 May, 2020 1 commit
  24. 01 May, 2020 1 commit
  25. 30 Apr, 2020 1 commit
  26. 26 Apr, 2020 1 commit
  27. 23 Apr, 2020 1 commit
  28. 11 Apr, 2020 1 commit