Luca
Luca
Hey @0323pin, yes, I too hope it will be possible to disable it entirely. I thought of a setting you can change in the config file, so you have to...
Thank you for your bug report @ThomasFrans! This seems like an issue with the [cursive](https://github.com/gyscos/cursive) library that we are using for the tui (I think that because cursive handles the...
I've found [this](https://github.com/gyscos/cursive/issues/415) issue in the cursive repository that says we have to drop the `Cursive` object to reset the terminal properly. ~I'll implement this on a new branch~ Created...
That would be a good idea. I'll be working on that right now
Can someone provide an example of how to use `buildInputs` with rust?
Hey @user451421541757324, in [v0.6.4](https://github.com/Builditluc/wiki-tui/releases/tag/v0.6.4) I've released a patch that removes the whitespace!
> handle it externally, from a wrapper view Yeah we're using this wherever possible, but for some cases this doesn't work (mainly with the scrolling) > view you want to...
Thank you! I currently don't have a lot of time to work on the project (finals), so it'll take a bit to finish the rewrite.
Hey @owenstake and thank you for the feature request! I'm not familiar with the `all_export` ENV variable. What does it do (I would guess it sets a proxy for every...
Hey @Kyllingene, thank you for you bug report! I could reproduce the issue. I'm currently rewriting wiki-tui's core structure completely (aswell as the UI) in #226, where the block quotes...