Carl Richter
a2e67feafd
fix: improve print styling
2 years ago
Carl Richter
e0f287d8d8
Merge remote-tracking branch 'refs/remotes/requarks/main' into tyclipso
2 years ago
José Roberto Sánchez
4de461fe70
fix: make list paragraphs use 100% width ( #6273 )
...
* Adds width 100% for ol paragraph
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
NGPixel
b5b1913396
feat: footer override markdown inline parsing
3 years ago
Carl Richter
121a720ad5
Merge remote-tracking branch 'requarks/main' into tyclipso
...
# Conflicts:
# .github/ISSUE_TEMPLATE.md
# .github/ISSUE_TEMPLATE/config.yml
3 years ago
NGPixel
e954b50a7a
feat: footer text override option
3 years ago
Nyxtorm
f972a9c7de
fix: code block styling in blockquotes ( #6108 )
3 years ago
Boris
54dbf9ad00
feat: add asciidoc editor module ( #5954 )
...
* feat: add asciidoc editor module
* fix storage file extension for asciidoc pages
* fix: asciidoc editor + rendering improvements
* fix: description list css improvements
Co-authored-by: NGPixel <github@ngpixel.com>
3 years ago
NGPixel
d6d88ed976
fix: edit buttons header alignment when toc sidebar is on the right
3 years ago
NGPixel
c91ff2da7e
feat: add page-ready client boot event
3 years ago
NGPixel
eb99f828b1
fix: edit buttons hidden when toc sidebar is on the right
3 years ago
NGPixel
f3133a72ec
feat: toc sidebar position
3 years ago
NGPixel
ca2f7aaf73
chore: add css classes on page sidebar cards
3 years ago
NGPixel
9fbc25adb8
feat: improve table rendering + add markdown-it-decorate module
3 years ago
Carl Richter
023fb0ce8c
Merge branch 'requarks:main' into tyclipso
3 years ago
NGPixel
8715cd69b2
feat: edit shortcuts
3 years ago
Carl Richter
474a026f59
Merge remote-tracking branch 'requarks/main' into tyclipso
4 years ago
myml
89cbb19912
fix: site tree not working because of incorrect variable name ( #5304 )
4 years ago
myml
5590507ef3
fix(nav): add locale to current directory link ( #5286 )
4 years ago
NGPixel
63ecb32494
fix: missing aria attributes + controls on tabset component
4 years ago
Carl Richter
19c7486ff0
fix: increase specificity of content ul selector
4 years ago
Carl Richter
c9046cdef9
Merge remote-tracking branch 'requarks/latest' into tyclipso
4 years ago
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.
4 years ago
NGPixel
43cc114ff0
fix: visualeditor font sizes not working in rendered version
4 years ago
NGPixel
e79e591f9e
fix: handle scroll to header in tabset hidden tab
4 years ago
NGPixel
0d7d95d2ac
fix: markdown checkbox rendering with links
4 years ago
n1xx1
e8d56c28eb
fix: default theme summary and detail ( #4156 )
...
Fix incorrect styling with detail/summary elements when nested together.
4 years ago
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
```
4 years ago
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.
4 years ago
Иван
14cb17c227
fix: spoiler summary overflows it's parent ( #2502 )
4 years ago
Carl Richter
672fd84e96
Merge branch 'latest' of github.com:Requarks/wiki into tyclipso
4 years ago
bavis-m
b3d9a183ea
fix: anchor links - use MouseEvent.currentTarget ( #4236 )
...
Co-authored-by: Mark <mark@mhack.io>
4 years ago
Mostafa
9f19543488
fix: add missing decodeURIComponent while page load ( #4244 )
4 years ago
Carl Richter
e4dcad05dd
fix #2 : increase specificity of ty-anchor-button selectors
4 years ago
Carl Richter
29016ed13c
fix: replace usage of getComputedStyle to calculate margins of content container
4 years ago
Carl Richter
1b5c170cca
fix: refactor 'open-in-new' button, display image wrapper properly on images below content-size and in lists
4 years ago
Carl Richter
eae23957d6
feat: add styling for dark theme
4 years ago
Carl Richter
b6c8cdfb0c
feat: add new button for copying anchor links
4 years ago
Carl Richter
a197cf7ca9
feat: add styling for tables
4 years ago
Carl Richter
4faf8a44db
fix: refactor code block resizing to support window resizing
4 years ago
Carl Richter
bccc39119a
feat: add expand and collapse button, reduce size of 'open in new tab' button on images
4 years ago
Carl Richter
bc9924c0f4
feat: add overlay to content images via renderer
4 years ago
Carl Richter
53b2adaba8
improvement: customize styling for code blocks
4 years ago
Carl Richter
e6ca58831f
feat: add styles for content wrapper, headlines and code
4 years ago
Carl Richter
52ef4b6240
feat: add 'tyclipso' theme
4 years ago
NGPixel
26f1c0f372
feat: convert page
5 years ago
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
5 years ago
takumi9942
d30fa8298b
fix: media print css ( #2593 )
5 years ago
Иван
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>
5 years ago
NGPixel
52d0af19b4
feat: diagram rendering + post-processor (wip)
5 years ago