Roland Fredenhagen
Roland Fredenhagen
I have something somewhat related, but I could do it if I could access a Database in app_data from a guard.
I do think folder based is better, the metadata should hold as little information as possible in my opinion, to stay as compatible with plain Markdown as possible. The question...
I second that, but I would suppose AsciiMath support as well, while not as powefull as Latex, I like it better in Markdown Notes due to it's readability. This could...
Probably related to https://github.com/modrinth/knossos/issues/315 I would be interested to look into data packs, is there any input on what needs to be done first? Other design considerations?
Maybe in the future other Escape Codes could be implemented as well, for example kitty jumps in my mind for being quite sensible [Kitty](https://sw.kovidgoyal.net/kitty/graphics-protocol.html) . Some thing like [iTerm2](https://iterm2.com/documentation-images.html) or...
> The kitty protocol is complex to implement and model and I have no plans to do that at this time. Maybe that would be something that could happen some...
> You can lay text down and then sixel over, but not sixel down and then text over. Is that what you are referring to? No, I thought you cannot...
Even if you insist on keeping colors (for most cases I would rather have something like `emphesize`, `accent` , `warn`, `error`, ...), a big improvement would be gotten if one...
I read somewhere something about reworking the config, but not sure what is meant by this. If there are no conflicting efforts, I might look into making a PR for...
I would propose something like this: ```yml themes: default: background: color: "#000000" text: &background.text "#dadada" error: &background.error "#ff4040" warn: &background.error "#ff8c40" emphasis: &background.error "#8bff40" surface: color: "#272727" text: *background.text error:...