MrMugame
MrMugame
So I would like to only be able to connected anchors of the same "kind" with each other. This could either be achieved through a making something like an anchor...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior **test.zig** ```zig const struct_A = struct { b: struct_B, }; const struct_B = struct { a: struct_A, }; pub...
This adds a missing check when applying state to the top level of the tree. It's already present for all subnodes (see l.64-66). Not having this check caused the library...
Custom editors (which would need a good name, maybe `processor` or `manipulator` or smth) are editors provided by a plug ,similar to a `codeWidget`, for specific file types. - Note...
This content gets rendered incorrectly ``` This is some text * This is a bullet. This is a bullet. This is a bullet. This is a bullet. This is a...
If a plug is faulty and never returns a manifest it can brick the silverbullet instance, because this promise never resolves, resulting in the silverbullet instance to never finish initializing....
Is this project still alive, i.e. is it still maintained? If so, what are the future plans? Is docker support planned (I see it mentioned, but no clear statements) as...
Currently installing texpresso is a headache and properly removing texpresso and all its dependencies is an even bigger headache, if not impossible. It would be great if texpresso could be...
**Problem description:** When searching in files the highlighting/excerpt can be completely off. Some PDFs, especially PDFs which don't use proper latex packages, have a weird way of formatting diacritics, where...