Tristram Oaten

Results 41 issues of Tristram Oaten

(discussion started in #448, where wikilink support was added) ✅ Markdown links can embed images: ```md ![image:width:20%](fido.jpg) ``` ❌ 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: ![working](https://github.com/user-attachments/assets/fc0cdc11-56cb-41d7-b0d1-a2c8324ff98b) 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! ![Image](https://github.com/user-attachments/assets/312c9f40-8383-42a2-bcc4-de367ebd4e0f) ## Environment -...

Here's a good example from something I'm working on: ![Image](https://github.com/user-attachments/assets/69bef216-1e9a-49cb-ae9a-0c4a286e29eb) 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,...

enhancement

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...

feature request
wikilink

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...