Tristram Oaten
Tristram Oaten
(discussion started in #448, where wikilink support was added) ✅ Markdown links can embed images: ```md  ``` ❌ But wikilinks do not yet support this: ```md ![[fido.jpg|image:width:20%]] ``` ###...
This is strange. This python block outputs a simple html string: ```python print("heading") ``` Which is rendered the first time I run it:  But when I run the block...
Thank you very much @jmbuhr - very excited about this project, but my main language, Rust, is the only one that doesn't work for me, cruelly!  ## Environment -...
Here's a good example from something I'm working on:  The left margin, `1`, is wider than the right. It's offset by 1chr, I think?
Something in this (and all subsequent) firmwares broke support for the T-Deck https://github.com/shorepine/tulipcc/releases/tag/v-oct-2024 The last version I could get working on my T-Deck plus was September https://github.com/shorepine/tulipcc/releases/tag/v-sep-2024 ## Description of...
### What would you like to be added? Firstly, thanks so much for making this @ycnmhd, I truly appreciate the work that has gone into this. I have read #50,...
Hi @kivikakk, thanks so much for your work here. Image nodes are emitted for the normal `![]()` image tags, but not for `![[]]` wikilink image tags. ✅ Markdown links ```md...
I'd like to replace the long, full `tokio` manifest header: ```rust //! ```cargo //! [dependencies] //! tokio = { version = "1", features = ["full"] } //! ``` async fn...
Hi gang! I have recently come across[^1] the Markdown ADR standard: https://adr.github.io/madr/ (As recorded[^2] in [ADR000](https://github.com/alphagov/forms/blob/main/ADR/ADR000-record-architecture-decisions.md), the existing template used in this repo is based on [Michael Nygard's format](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions).) I...
There are so many hotkeys for making modifications to the selected note - but we must always use the mouse to select one. I'd like to do as much editing...