1. 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
  2. 25 Dec, 2021 1 commit
  3. 09 Dec, 2021 1 commit
  4. 09 Oct, 2021 1 commit
  5. 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
  6. 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
  7. 01 Nov, 2020 1 commit
  8. 12 Jul, 2020 2 commits
  9. 03 Jul, 2020 1 commit
    • 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
  10. 25 Jun, 2020 1 commit
  11. 23 Jun, 2020 1 commit
  12. 22 Jun, 2020 1 commit
  13. 07 Jun, 2020 1 commit
  14. 02 Jun, 2020 1 commit
  15. 31 May, 2020 1 commit
  16. 23 May, 2020 1 commit
  17. 21 May, 2020 1 commit
  18. 15 May, 2020 1 commit
  19. 11 May, 2020 1 commit
  20. 08 May, 2020 1 commit
  21. 27 Apr, 2020 1 commit
  22. 12 Apr, 2020 1 commit
  23. 28 Mar, 2020 2 commits
  24. 27 Mar, 2020 1 commit
  25. 08 Feb, 2020 1 commit
  26. 01 Feb, 2020 2 commits
  27. 22 Dec, 2019 1 commit
  28. 20 Dec, 2019 1 commit
  29. 16 Dec, 2019 1 commit
    • Noel Cower's avatar
      fix: list item formatting for lists with paragraphs (#1283) · d407312c
      Noel Cower authored
      This removes the fancy tick-mark next to unordered list items, which is
      a little depressing, but fixes formatting for them when they contain
      paragraphs (`<p>` elements). The tick-mark has been replaced with
      a square mark. Both ordered and unordered lists have grown 1rem of left
      padding to compensate for their position.
      
      Considered using disclosure-closed as a similar triangle replacement,
      but it's not regarded as something that should be used in production
      (per MDN). Using a simple string is unsupported because it's only in
      a CSS working draft, so a square is the least controversial option,
      I think.
      
      Closes #1282.
      d407312c
  30. 17 Nov, 2019 1 commit
  31. 04 Nov, 2019 1 commit
  32. 02 Nov, 2019 1 commit
  33. 26 Oct, 2019 1 commit
  34. 13 Oct, 2019 1 commit
  35. 30 Sep, 2019 1 commit