djot icon indicating copy to clipboard operation
djot copied to clipboard

A light markup language

Results 113 djot issues
Sort by recently updated
recently updated
newest added

I notice that, in addition to triple-backticks, I can get verbatim blocks with tildes as well: ~~~~~~ ~~~ works for code blocks ~~~ ~~~~~~ but it's not mentioned in the...

First draft at a cheatsheet for djot.

We need a general way of producing a figure with a caption and label. Pandoc's "implicit figures" are too limiting. Figures can include multiple images, and also non-image content like...

instead of (current) byte offset?

Should there be a built-in format for metadata, or should that be considered distinct from the markup syntax? If so, what? Do we need structured keys such as YAML provides?...

I know that, with Markdown, the rule is to only use punctuation symbols for markup; the prime directive being "optimize for readability". The markup shouldn't look like markup! Then folks...

I wonder about all the goals of this project. How "deep" it does want to go? Seeing other issues like https://github.com/jgm/djot/issues/10 I somewhat fear that djot will not be compatible...

It would be good to support wikilinks, in the style of obsidian: ``` [[Page Name|optional description]] ```

Hi, Seeing as the projet already has a syntax definition for vim it would make sense to also have a tree-sitter grammar which could be used by a number of...

Tables whose cells contain block-level content (multiple paragraphs, lists, code blocks) can't be represented as pipe tables. For these cases we might want to provide "list tables" as in RST....