Age | Commit message (Expand) | Author | Files | Lines |
2020-09-22 | Fix styles on flat and collapsed section | Alex Shpak | 1 | -1/+2 |
2020-09-22 | Set default value for color scheme to light | Alex Shpak | 1 | -1/+1 |
2020-09-15 | #242, Add bookSearchExclude frontmatter param | Alex Shpak | 1 | -3/+5 |
2020-09-14 | #231, Allow open collapsed menu without changing page | Alex Shpak | 1 | -7/+8 |
2020-09-14 | #151, move SCSS vars to CSS vars, implement dark and light modes by browser p... | Alex Shpak | 10 | -62/+85 |
2020-08-16 | #204, Add mermaid config customization, upgrade mermaidjs | Alex Shpak | 1 | -0/+6 |
2020-07-07 | Improve accessibility and keyboard navigation | Alex Shpak | 4 | -14/+48 |
2020-07-06 | #236, #171 Add section to search results | Alex Shpak | 3 | -7/+27 |
2020-06-16 | Update figure styles in markdown | Alex Shpak | 1 | -0/+7 |
2020-06-16 | Add image and figure shortcodes (#233) | Ge "David" Feng | 1 | -0/+8 |
2020-06-13 | Make medu slide over content | Alex Shpak | 1 | -14/+13 |
2020-06-13 | #229: Add height to body, for sticky elements | Alex Shpak | 1 | -2/+2 |
2020-05-31 | Add section shortcode, to render children | Alex Shpak | 1 | -1/+2 |
2020-05-30 | Add anchors to headings | Alex Shpak | 1 | -13/+39 |
2020-05-19 | #215, Fix search spinner in RTL direction | Alex Shpak | 1 | -2/+2 |
2020-05-18 | #215, Fix menu translateX for RTL (negative X) | Alex Shpak | 1 | -6/+8 |
2020-05-17 | #215, Add support for languageDirection param | Alex Shpak | 4 | -16/+19 |
2020-05-01 | Add precache to service worker | Alex Shpak | 2 | -2/+4 |
2020-05-01 | Add manifest | Alex Shpak | 2 | -2/+16 |
2020-05-01 | Generate pages list in sw.js | Alex Shpak | 2 | -1/+56 |
2020-04-21 | #196, #201 Refactor numbered plugin. multilevel numbers in ToC | Alex Shpak | 1 | -15/+28 |
2020-04-21 | #205, Add details shortcode | Alex Shpak | 1 | -0/+6 |
2020-04-15 | 404 Page redesign | Alex Shpak | 1 | -0/+4 |
2020-04-12 | Introduce serviceWorker, disabled by default | Alex Shpak | 2 | -3/+20 |
2020-04-06 | Restrict visited link color to markdown only | Alex Shpak | 3 | -90/+91 |
2020-03-12 | #179, Also include sections to search | Alex Shpak | 1 | -1/+1 |
2020-03-11 | #179, Use only regular pages for search index | Alex Shpak | 1 | -1/+1 |
2020-03-11 | Update scrollbar resets | Alex Shpak | 1 | -0/+11 |
2020-03-07 | Clean trailing whitespaces | Alex Shpak | 1 | -2/+2 |
2020-03-07 | #155, Move collapse indicator to the right side | Alex Shpak | 1 | -1/+4 |
2020-02-29 | #155, Add expand indicator in collapsed section | Alex Shpak | 1 | -0/+5 |
2020-02-27 | #154, Add menu overlay over content to hide menu on click | Alex Shpak | 1 | -0/+9 |
2020-02-12 | Add touch-action: manipulation for mobile devices | Alex Shpak | 1 | -0/+1 |
2020-02-11 | Removed unused ToC levels classes | Alex Shpak | 1 | -10/+0 |
2020-02-10 | Add scrollbar plugin and update README | Alex Shpak | 1 | -0/+15 |
2020-02-10 | Make translations list respect weight of languages | Alex Shpak | 1 | -14/+16 |
2020-02-10 | Improve lang switch accesibility | Alex Shpak | 1 | -4/+8 |
2020-02-10 | Button shortcode redesign: smaller font, resize | Alex Shpak | 3 | -7/+10 |
2020-02-10 | Default body font color to black for better readability | Alex Shpak | 1 | -1/+1 |
2020-02-04 | #138, Lower minimum body width from 400px to 320px, regression | Alex Shpak | 1 | -2/+2 |
2020-02-04 | #90, Move inline scripts to file in assets to allow overwrite | Alex Shpak | 1 | -0/+7 |
2020-01-24 | Disable space as search focus key | Alex Shpak | 1 | -2/+0 |
2020-01-24 | Add details styles for markdown | Alex Shpak | 1 | -0/+11 |
2020-01-24 | Rework of main template, adds options for more fine customisation | Alex Shpak | 5 | -40/+34 |
2020-01-19 | #134, Focus search field by pressing s or / (#135) | Daniel Forssten | 1 | -0/+23 |
2020-01-17 | #133, move disqus to separate template to allow override, rename BookDisqus t... | Alex Shpak | 1 | -4/+2 |
2020-01-17 | Removing flex from <main> for sake of print layout (#129) | Shane Liesegang | 2 | -2/+6 |
2020-01-13 | Remove use of Scratch in search configuration | Alex Shpak | 1 | -1/+1 |
2020-01-13 | feat: added support for Disqus (#120) | Dave Kerr | 1 | -0/+6 |
2020-01-13 | mobile toc menu (#121) | tyler71 | 1 | -13/+19 |