Ability to add free/more text in the file #10
Replies: 3 comments 8 replies
-
I’d be curious to learn about use-cases regarding this, so I’d appreciate if someone would share how they’d intend to make use of it. |
Beta Was this translation helpful? Give feedback.
-
For anyone who wants to use [x]it! in markdown, another approach would be to make use of embedded code blocks. The below screenshot demonstrates how that would look in Sublime Text. This is just a super quick-and-dirty demo, for getting the idea across. The solution would differ for every editor, and in Sublime for example it would require a separate syntax definition that extends the markdown one. So there is some boilerplate involved, but it’s probably the cleanest “separation of concerns”. For the Sublime Text plugin, see this issue. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've been using [x]it! for a while in Apple Notes, but today really wanted syntax highlighting in VS Code for files that have a combination of [x]it! and markdown. I poked around (with Claude's help) and built this VS Code extension: https://github.com/janzheng/markdownxit Feel free to change it around and use it; I probably won't put it up on Marketplace though, but anyone can take it / use it / put it on Marketplace ;) |
Beta Was this translation helpful? Give feedback.
-
Currently, the spec only allows to add text as titles or item descriptions. But what about something like:
Another possibility would be to at least allow for having more descriptive text underneath the headline, like:
So basically the first line is the headline, the subsequent lines are a block description, an then come the items.
If the latter was possible, the former might be possible automatically, because groups can already be empty. Only caveat would be that the first line of the paragraph is treated as headline, and might be formatted differently.
Beta Was this translation helpful? Give feedback.
All reactions