(no title)
seagreen | 1 year ago
Obsidian Digital Garden[1] is FOSS, so it might be modifiable parse and output the code pages correctly.
seagreen | 1 year ago
Obsidian Digital Garden[1] is FOSS, so it might be modifiable parse and output the code pages correctly.
WorldMaker|1 year ago
A different direction to explore might be to explore proportional font coding techniques that rely less on whitespace. Lisp can be a good language to play with those ideas given whitespace isn't syntactic. Though idiomatic Lisp has certainly relied on semantic whitespace in coding styles for a very long time.
seagreen|1 year ago
Exactly. Interestingly enough autocomplete is still triggered by [[ inside of a code block which is kind of funny. So writing code blocks works fine, it's just that they won't display with links.
> A different direction to explore might be to explore proportional font coding techniques that rely less on whitespace.
I'm definitely open to proportional font coding techniques being interesting, but in this case with all leading indentation unusable I doubt they'd be enough to get a normal experience. Unless you only write assembly so you can stick to the left margin <taps forehead>.