- 13 May, 2022 1 commit
-
-
Oleksandr Koltsov authored
Co-authored-by:
Alex Koltsov <alex@slinex.com>
-
- 03 Apr, 2022 1 commit
-
-
NGPixel authored
-
- 12 Feb, 2022 2 commits
-
-
Tomas McNamer authored
* feat: Add link to admin area on welcome page See: #1259 * fix: remove trailing slash from welcome admin button * fix: welcome page admin button link Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
NGPixel authored
-
- 23 Jan, 2022 1 commit
-
-
NGPixel authored
-
- 10 Jan, 2022 1 commit
-
-
NGPixel authored
-
- 26 Dec, 2021 1 commit
-
-
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.
-
- 25 Dec, 2021 2 commits
- 18 Dec, 2021 2 commits
- 09 Dec, 2021 1 commit
-
-
NGPixel authored
-
- 06 Nov, 2021 1 commit
-
-
anatawa12 authored
-
- 10 Oct, 2021 1 commit
-
-
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
-
- 09 Oct, 2021 2 commits
-
-
n1xx1 authored
Fix incorrect styling with detail/summary elements when nested together.
-
François Karman authored
facebook and linkedin icons were invalid
-
- 02 Oct, 2021 3 commits
-
-
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 ```
-
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.
-
Иван authored
-
- 11 Sep, 2021 3 commits
-
-
bavis-m authored
Co-authored-by:
Mark <mark@mhack.io>
-
Mostafa authored
-
tsh96 authored
-
- 02 Apr, 2021 2 commits
- 29 Jan, 2021 2 commits
-
-
scienceasdf authored
Fix: in group edit rules, write scripts permission and write styles permission can be configured. (#2829) At present, the user that are not in the administrator group have no access to edit scripts and styles in page editor panel. This commit add configuration in group rule manage webpage so that users' permission on writing styles and writing scripts can be modified.
-
Guillaume Hanotel authored
-
- 13 Dec, 2020 1 commit
-
-
Marwane Kalam-Alami authored
-
- 02 Nov, 2020 1 commit
-
-
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
-
- 01 Nov, 2020 2 commits
-
-
takumi9942 authored
-
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
-
- 23 Oct, 2020 1 commit
-
-
Nicolas Giard authored
-
- 06 Oct, 2020 1 commit
-
-
Kaito Minatoya authored
-
- 03 Oct, 2020 2 commits
- 26 Sep, 2020 1 commit
-
-
Иван authored
* fix: tabset tabs can't be scrolled Fix for #2091. The change advised in that issue works brilliantly. * fix: tabset scrollbar is visible even if unnecessary * fix: tabset tall headers Co-authored-by:
Nicolas Giard <github@ngpixel.com>
-
- 21 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 19 Sep, 2020 1 commit
-
-
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.
-
- 14 Sep, 2020 1 commit
-
-
NGPixel authored
-
- 13 Sep, 2020 2 commits