Hi, I often includes code sections in my notes, but they normally are too long. I didn’t find options to fold the code blocks. Does Agenda has sch a feature?
Sort of. You don’t fold the code block itself, you fold what “owns” the block, which is usually a paragraph or heading above.
So if you have this…
This is some code
if this != nil { }
You can hover over “This is some code”, can CMD click the button to the left to fold. Alternatively, you can click the button, and then click the fold button 3rd from the left at the top.
Hope that helps.