Martin Geisler
Martin Geisler
> Who's the target audience for the feature? I use it extensively in https://google.github.io/comprehensive-rust/ — which is a book disguised as a presentation :slightly_smiling_face: It works perfectly in that context...
> I have custom editable elements on my page and this behaviour makes my editbox element unusable. Can you explain more what problems you see? (Possibly in a new issue)....
Hi @Ruin0x11, (I'm just a random person with some experience with translating software.) I wrote a [lengthy comments on #5](https://github.com/rust-lang/mdBook/issues/5#issuecomment-1144887806) about why I think it would be better to support...
> exclude the switch to 2021 edition for this PR Hi @Dylan-DPC, I have just put up #1887, which is an updated version of your PR for changing the edition...
While this seems to work, I marked this as a draft since I'm sure we need some discussion here.
Hey @sebras, this is the PR I was working on with the `extract` and `reconstruct` scripts — they're no longer scripts but now top-level `mdbook` commands just so that I...
I'm marking this as non-draft since I would love to get some feedback from people on this.
> This PR allow to set default hostname/port for a book, so user doesn't need to set port every time they serve book in above use case. I'm just a...
> Is there something missing? Ups! Yes, there is... I had not added a `pub mod gettext;` line to `src/cmd/mod.rs`. Thanks for catching that! I've updated the branch, please give...
I'm just a random user who is also interested in this :smiley: I think this looks like a nice first step, but would it not be necessary to also override...