Chris Grieser
Chris Grieser
@randy3k I did, and I also already did: ```json "256color": true, "unix_term": "xterm-256color", ```
Okay, I could pin down the issue more or less. The issue occurs when using either a hex color _or_ bold for starships's `$style` configurations. using only ansi colors and...
I also encountered the issue and had to copy the binding from the linked issue to make the pipe character work again. This should really be added to Terminus by...
thanks for the wonderful plugin! So unfortunately, I do not know enough about terminals to be of much help here I guess. However, I think adding [this piece of info](https://github.com/randy3k/Terminus/issues/157#issuecomment-540152917)...
Well, proper word counts isn't as trivial as I thought in the beginning. Stuff like non-ascii characters (special characters in many languages), markdown markup, and questions like "should footnotes count...
Well, while I said the word count isn't trivial, I didn't say that it is hard to implement – in the word count dashboard linked above (which is a big...
Ah I see, I got it. My `test.md` document is simply ``` # Introduction Lorem ipsum [@doi:10.15363/thinklab.4]. ``` So no issues there. But based on @dhimmel's explanation, I tried the...
I see. thanks for the explanation! > Sounds like with your use case, you are not able to update the bib file to be clean? Since it's a file imported...
just to piggyback: a Sublime Color Scheme + base16 Terminal theme would be much appreciated, too :)
Note that you might simply sherlock[ the feature from the Markdown prettifier plugin](https://github.com/cristianvasquez/obsidian-prettify#ordered-lists). Since the dev literally said they are no longer using it themselves, since they use the linter...