Commit Graph

81 Commits

Author SHA1 Message Date
NGPixel
9fbc25adb8
feat: improve table rendering + add markdown-it-decorate module 2022-11-08 22:40:43 -05:00
NGPixel
8715cd69b2
feat: edit shortcuts 2022-09-20 16:55:05 -04:00
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
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
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
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
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
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
NGPixel
8a74904731 feat: comments delete + refresh on post + formatting 2020-05-31 02:13:41 -04:00
NGPixel
a0618ee4f6 feat: comments UI improvements 2020-05-23 18:49:10 -04:00
NGPixel
887e8a0f5a feat: comments disqus + commento 2020-05-21 00:20:57 -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
NGPixel
cc9f022051 fix: nav external blank option 2020-05-08 18:48:07 -04:00
NGPixel
5d43f6ada1 feat: content tabs 2020-04-26 21:04:08 -04:00
takumi9942
14beb949d9
fix: media print css (#1704) 2020-04-12 13:19:16 -04:00
Sebastien
c460a365a6
fix: images on top of headers lines #1487 (#1588)
Images on top of headers lines
#1487
2020-03-28 14:37:12 -04:00
Dragan Espenschied
3402afa03c
fix: rendering of unordered lists and footnotes (#1609)
* Fix rendering of lists and footnotes

* Fix rendering of lists and footnotes

* fix: restore list arrow symbols

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-03-28 14:23:31 -04:00
NGPixel
e413f3e420 fix: external link icon 2020-03-27 18:51:51 -04:00
NGPixel
48ea692afe fix: list items spacing + lang menu max-height 2020-02-07 21:54:59 -05:00
NGPixel
ad3a6e15f9 fix: rtl list bullet symbol 2020-01-31 22:34:38 -05:00
Aitor Rosell Torralba
429c2673ca
fix: list formatting multiline with fancy bullets (#1406)
* Fix list formatting multiline with fancy bullets

In kinda response to: https://github.com/Requarks/wiki/pull/1283 
Solves the problem with the list having issues with p elements and with multi lines but keeping the fancy css bullets.
Tested on Chrome, Firefox, Opera and Edge.

* remove important

* fix: bullet symbol for RTL

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-01-31 22:22:27 -05:00
NGPixel
14c842ff9d fix: rtl offset + list indent (#1326, #1327) 2019-12-22 18:49:17 -05:00
NGPixel
cb5264e42b fix: hide bullet on links and grid lists 2019-12-20 17:19:53 -05:00
Noel Cower
d407312caa fix: list item formatting for lists with paragraphs (#1283)
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.
2019-12-16 00:55:32 -05:00
NGPixel
1c814638da fix: inconsistent spacing in nested lists 2019-11-16 22:25:51 -05:00
NGPixel
491434fd92 fix: marker highlighting for visual editor 2019-11-03 22:25:29 -05:00
NGPixel
57f79c19b2 fix: blockquote missing right padding (#1168) 2019-11-02 00:03:39 -04:00
NGPixel
e5774a89f1 fix: nested lists indentation (#1114) 2019-10-26 16:43:25 -04:00
NGPixel
62d1d7a1df feat: move page 2019-10-13 19:59:50 -04:00
Nick
2e0f861fb2 feat: import users group creation logic 2019-09-29 20:53:41 -04:00
Nick
82ba7d0a36 feat: import users from v1 - db + create users 2019-09-28 22:19:33 -04:00
Nick
6a5bc2e273 refactor: plantuml module 2019-09-27 13:43:14 -04:00
Nick
ccc6a776fc fix: print readable code blocks 2019-09-27 11:47:45 -04:00
Nick
8f7fdab771 fix: code tag styling 2019-09-22 17:03:33 -04:00
Nick
7634bd266d feat: ckeditor 2019-09-08 12:01:17 -04:00
Nick
efab00fa0c feat: content link states 2019-09-02 15:33:56 -04:00
Nick
c29d11f775 fix: scroll anchor preventing text selection 2019-08-25 17:12:38 -04:00
Nick
10e19700e5 fix: UI improvements 2019-08-25 14:23:56 -04:00