Commit Graph

157 Commits

Author SHA1 Message Date
David H
5210e14b57
fix: add scrollbar for big diagrams (#4120)
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.
2021-12-26 17:43:39 -05:00
NGPixel
43cc114ff0
fix: visualeditor font sizes not working in rendered version 2021-12-24 20:24:04 -05:00
NGPixel
e79e591f9e
fix: handle scroll to header in tabset hidden tab 2021-12-17 23:21:08 -05:00
NGPixel
0d7d95d2ac
fix: markdown checkbox rendering with links 2021-12-08 23:56:24 -05:00
n1xx1
e8d56c28eb
fix: default theme summary and detail (#4156)
Fix incorrect styling with detail/summary elements when nested together.
2021-10-09 16:54:36 -04:00
broxen
3e795777ec
fix: hide keyline when footnotes are preceded by header (#4529)
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
```
2021-10-01 20:26:49 -04:00
broxen
8aa02318b5
fix: display of Headers within Details Summary (#4491)
* 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.
2021-10-01 20:21:46 -04:00
Иван
14cb17c227
fix: spoiler summary overflows it's parent (#2502) 2021-10-01 20:21:13 -04:00
bavis-m
b3d9a183ea
fix: anchor links - use MouseEvent.currentTarget (#4236)
Co-authored-by: Mark <mark@mhack.io>
2021-09-11 17:05:14 -04:00
Mostafa
9f19543488
fix: add missing decodeURIComponent while page load (#4244) 2021-09-11 17:04:17 -04:00
NGPixel
26f1c0f372 feat: convert page 2021-04-02 00:39:11 -04:00
avioral
089b7850d9 fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647)
* - 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
2020-11-02 11:59:34 -05:00
takumi9942
d30fa8298b
fix: media print css (#2593) 2020-11-01 13:03:22 -05:00
Иван
5668eea40a
fix: tabset tabs can't be scrolled (#2442)
* 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>
2020-09-26 19:07:17 -04:00
NGPixel
52d0af19b4 feat: diagram rendering + post-processor (wip) 2020-07-12 15:58:45 -04:00
NGPixel
d209a4158f feat: draw.io code insert + preview (wip) 2020-07-12 13:24:25 -04:00
NGPixel
e5ea4af089 fix: missing aria-label on page view (#2154) 2020-07-07 23:01:44 -04:00
Nicolas Giard
c009cc1392
feat: new login experience (#2139)
* 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
2020-07-03 19:36:33 -04:00
NGPixel
c9f3105997 misc: update dependencies + fix vuetify styles 2020-06-24 23:57:06 -04:00
NGPixel
969e7e2fe6 fix: table styles dark mode 2020-06-22 23:56:18 -04:00
NGPixel
43e73565af fix: visual editor table styling 2020-06-22 00:34:37 -04:00
NGPixel
4855051d87 feat: page published state + comments localization 2020-06-20 22:08:59 -04:00
Regev Brody
0a16929a57
fix: editing buttons showing up even if no action is allowed (#2043)
* feat: Edit / Page Create Buttons showing up even if no action is allowed #1780
2020-06-19 18:54:05 -04:00
Mauro Frischherz
9e4ed7986c
fix: include locale in sidebar browse links (#1807)
Co-authored-by: Mauro Frischherz <mauro.frischherz@eoscop.ch>
2020-06-18 22:05:41 -04:00
NGPixel
939fa0dc2e fix: use quote icon for plain blockquote 2020-06-07 19:34:01 -04:00
DAlperin
ca87f9088a
fix: respect image floating from visual editor (#1981) 2020-06-02 19:52:56 -04:00
takumi9942
bcd32d44e9
fix: sidebar base64 decode (#1975) 2020-06-01 10:54:02 -04:00
NGPixel
d19bf6cce0 fix: hide comment count (wip) 2020-05-31 18:28:53 -04:00
NGPixel
8a74904731 feat: comments delete + refresh on post + formatting 2020-05-31 02:13:41 -04:00
IndieRodo
006dae1221
fix: links to subtitles with special characters (#1949)
This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)

Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.

This fixes GitHub issue #1873
2020-05-30 13:10:44 -04:00
NGPixel
1222355046 feat: comments - default provider create (wip) + permissions 2020-05-26 22:56:24 -04:00
NGPixel
a0618ee4f6 feat: comments UI improvements 2020-05-23 18:49:10 -04:00
Reinier van der Leer
d44c9a05cf
fix: make sidebar scrollable if higher than the viewport (#1829) 2020-05-22 15:55:47 -04:00
NGPixel
e1382771cf feat: extensions check + resolver 2020-05-21 00:20:57 -04:00
NGPixel
abc9e4e1d4 feat: comments UI 2020-05-21 00:20:57 -04:00
NGPixel
887e8a0f5a feat: comments disqus + commento 2020-05-21 00:20:57 -04:00
NGPixel
f6bad765a2 feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
NGPixel
de1d4ca12a feat: comments side panel 2020-05-21 00:20:57 -04:00
takumi9942
bb21f6ed3e
fix: resize Font Awesome icon (#1897) 2020-05-21 00:04:15 -04:00
Seyed Sajad Kahani
1efdd6dd5e
fix bullets position in rtl mode (#1892) 2020-05-15 13:28:10 -04:00
NGPixel
d2a5b24b38 fix: css linting missing fallback font 2020-05-11 19:49:53 -04:00
Seyed Sajad Kahani
4d2d615402
fix: change nextTick to onload for anchor scrolling (#1870)
* change nextTick to onload for anchor scrolling

* fix: handle anchor scrollTo if page already loaded

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-05-11 13:03:47 -04:00
NGPixel
4d14998859 fix: dark theme UI improvements 2020-05-11 00:40:51 -04:00
NGPixel
cc9f022051 fix: nav external blank option 2020-05-08 18:48:07 -04:00
Reinier van der Leer
f7f6d266c8
fix: make page TOC sticky (#1825) 2020-05-03 20:21:08 -04:00
NGPixel
5d43f6ada1 feat: content tabs 2020-04-26 21:04:08 -04:00
NGPixel
6784dd09f4 fix: add directory page to browse menu 2020-04-26 14:19:44 -04:00
NGPixel
bbe64ef6b6 feat: static navigation menu option 2020-04-25 17:45:59 -04:00
NGPixel
2dd4cf5c08 fix: sidebar nav incorrect scroll color in light mode 2020-04-24 21:28:48 -04:00
NGPixel
866cdd59c8 fix: dark mode improvements 2020-04-24 15:56:11 -04:00