Carsten Gips
Carsten Gips
I don't know if this information is helpful: The [Hugo Book Theme](https://github.com/alex-shpak/hugo-book?tab=readme-ov-file#shortcodes) apparently supports columns via [shortcodes](https://hugo-book-demo.netlify.app/docs/shortcodes/columns/). Perhaps these ideas can be utilised?
> But is standard markdown for table layout not practical for you? @postb99 not really - using markdown tables you get also separators and alternating line "highlighting", and there are...
@McShelby yeah, this syntax using something quite like but not just html comments is kinda ... ugly (and not really standard markdown). interestingly pandoc's implementation of columns (cf. https://pandoc.org/MANUAL.html#columns) is...
honestly, i'm not sure if it's worth your time. if the complete history is too large (300 mb currently?) one can always get a shallow clone (or just use the...
> > one can always get a shallow clone (or just use the release artefacts). this should be documented, probably. > > > > I am not sure if this...
@McShelby they claim they in the readme of the git-filter-repo > [Old commit references] Provide a way for users to use old commit IDs with the new repository (in particular...
@McShelby you could also consider "git replace" (https://git-scm.com/book/en/v2/Git-Tools-Replace) and retire the old history to a new repo and continue work in this repo with the last (few) commit(s). in the...
> - [ ] deprecate hidden pages feature? would make menu generation much faster #685 while i understand hidden pages could make menu generation more complex, removing hidden pages seems...
> I am also not happy with this. This would also affect the use case at my company, so I doubt that I will implement it in that radical way....
> Sounds intersting. Do you have a link to the docs? My quick google-fu was not successful. https://rust-lang.github.io/mdBook/guide/creating.html, https://github.com/rust-lang/mdBook hmmm, the "summary.md" seems also to be used as kind of...