thorlucas
thorlucas
I agree this should be an important feature, as well as center-aligning. From a technical perspective it shouldn't be too rough to implement. We have the string and can get...
After taking a look at the code, it seems that MathJax is bundled directly. Perhaps there should be the option to fetch MathJax from a custom URL? `--mathjax-url` would be...
+1 I’d use Gollum to view my personal wiki as I edit it in nvim / vimwiki. Since I take notes directly during lecture, having to push commits etc is...
Whats wrong with this? https://github.com/vitalije/gollum/pull/1
This would be a great feature
Yep, this is a significant problem especially because it breaks semantics of what tags *are*. Something tagged `#foo/bar` _is automatically also_ tagged `#foo`.
I would also like to see this.
@NyxCode I propose that perhaps we can add a `#[ts_mod]` to a `mod`. All structs within the mod are automatically derive TS. I'll porbably take a look soon to see...
I found a bit of a workaround to do this that allows creation of a static str in the main crate with the TS definitions. This is useful for wasm...