1. 13 May, 2022 1 commit
  2. 03 Apr, 2022 1 commit
  3. 12 Feb, 2022 2 commits
  4. 23 Jan, 2022 1 commit
  5. 10 Jan, 2022 1 commit
  6. 26 Dec, 2021 1 commit
    • David H's avatar
      fix: add scrollbar for big diagrams (#4120) · 5210e14b
      David H authored
      In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen.
      This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
      5210e14b
  7. 25 Dec, 2021 2 commits
  8. 18 Dec, 2021 2 commits
  9. 09 Dec, 2021 1 commit
  10. 06 Nov, 2021 1 commit
  11. 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
  12. 09 Oct, 2021 2 commits
  13. 02 Oct, 2021 3 commits
    • broxen's avatar
      fix: hide keyline when footnotes are preceded by header (#4529) · 3e795777
      broxen authored
      Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.
      
      Examples:
      ```md
      # References
      [^1]: Shows no key-line because References header has one already
      
      # New Page
      Text goes here and whatever else
      
      [^1]: these footnotes have no preceding header and will show a key-line
      ```
      3e795777
    • broxen's avatar
      fix: display of Headers within Details Summary (#4491) · 8aa02318
      broxen authored
      * Header formatting for Details Summary
      
      Cleaning up Headers within Details Summary
      
      * Fix for TOC Anchor location
      
      Fix for TOC Anchor location within Details Summary
      
      * display: none for the keyline seems smarter
      
      * Fixes to accommodate large summaries
      
      Fixed to accommodate larger summaries containing both headers and phrasing text. Still removing keylines for summaries with ONLY a header.
      8aa02318
    • Иван's avatar
      14cb17c2
  14. 11 Sep, 2021 3 commits
  15. 02 Apr, 2021 2 commits
  16. 29 Jan, 2021 2 commits
  17. 13 Dec, 2020 1 commit
  18. 02 Nov, 2020 1 commit
    • avioral's avatar
      fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647) · 089b7850
      avioral authored
      * - Modify elastic settings
      - Add tags field to index
      - Modify elastic search query
      - Remove empty entities from build suggests list
      
      * Fix map parser error
      
      * - Fix broken drawio svg diagram (rtl issue)
      
      * - Restore the spaces in objects to respect the project formatting rules.
      - Omit explanation line
      089b7850
  19. 01 Nov, 2020 2 commits
    • takumi9942's avatar
      fix: media print css (#2593) · d30fa829
      takumi9942 authored
      d30fa829
    • 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
  20. 23 Oct, 2020 1 commit
  21. 06 Oct, 2020 1 commit
  22. 03 Oct, 2020 2 commits
  23. 26 Sep, 2020 1 commit
  24. 21 Sep, 2020 1 commit
  25. 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
  26. 14 Sep, 2020 1 commit
  27. 13 Sep, 2020 2 commits