1. 03 Dec, 2020 1 commit
  2. 28 Nov, 2020 1 commit
  3. 17 Nov, 2020 1 commit
  4. 12 Nov, 2020 1 commit
  5. 11 Nov, 2020 2 commits
  6. 03 Nov, 2020 1 commit
  7. 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
  8. 01 Nov, 2020 5 commits
  9. 26 Oct, 2020 2 commits
  10. 25 Oct, 2020 1 commit
  11. 23 Oct, 2020 2 commits
  12. 21 Oct, 2020 1 commit
  13. 19 Oct, 2020 1 commit
  14. 18 Oct, 2020 1 commit
  15. 14 Oct, 2020 1 commit
  16. 06 Oct, 2020 1 commit
  17. 04 Oct, 2020 1 commit
  18. 03 Oct, 2020 7 commits
  19. 01 Oct, 2020 3 commits
  20. 26 Sep, 2020 1 commit
  21. 24 Sep, 2020 1 commit
  22. 21 Sep, 2020 1 commit
  23. 20 Sep, 2020 2 commits
  24. 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