- "YAML in Markdown, but better!"
- "JSON without curly brackets!"
- "Yet Another Dumb Language!"
- some random person on the Interwebz
Like Tabs instead of Spaces!
- Indentations are done with Tabs
- Data is organized in TSV [tab-seperated values] tables
- data can be called indirectly
- YADL to YAML compiltation is easily possible!
Tabs will be replaced with spaces, because YAML using spaces is just cringe and I'll refuse to do that bullshit!
- Empty lines are easy to do.
- Paragraphs are seperated by double empty lines.
- Added HTML5 elements
<audio src=./media/sample.ogg alt=this is a sample audio file> <video src=./media/video.webm alt=this is a sample video file> <image src=./media/image.webp alt=this is a sample image file> <table src=./media/table.tsv alt=this is a sample table> <file src=/media/file.bin alt=this is a sample binary file>
- tab-seperated values
- inline TSV using
-
<table "table name" alt=inline table sample> ... </table>
-
- inline TSV using
- Easy to compile to JSON
- Embeddable JSON
- Allows for interactive just-in-time requests
- i.e. Exchange Rates [to be requested via an HTTP-API]
- Allows for interactive just-in-time requests
- Embeddable JSON
## Comment to Comment
#! Important Comment
#!! Very Important Comment
#? Further Reading/Research required
#?? Needs Clarification
#s Spoiler
#t Tip
#n Notes
#q Question
#q! Important Question
#a Answer
#a! Important Answer
#c <language=bash> Code
-
HTTP(S) <link src=https://example.com/sample.file> FTP(S) <link src=ftp://example.com/sample.file> IPFS <link src=ipfs://...> magnet <link magnet:...> Torrent <link torrent://...>
- Webseeds, incl. IPFS are supported.
-
Webpage <cite src=https://example.com/source.html Xavier Sample et. al. Sample Title Date of Retrieval (optional archive.org snapshot link)> Books <cite ISBN=... p:420 l:13 Sample et. al. Sample Book 1st Edition> Mags <cite ISSN=... p:69 l:4 Sample Title Sample Magazine 23/2022> Laws <cite Law § ... section ... sentence ... x. half sensence as-of-Date> Courts <cite Case-ID Court page line sentence half sentence Date> Acknowledgements <ack Name Date Reason Comment Source>
- Style Markup
- Fonts
<font src=/media/ubuntu.otf font-family=ubuntu style=sans-serif>
- Fonts are optional.
- If no fonts are declared, all text has to use monospaced sans-serif [i.e. ubuntu mono]
- Colour
<colour="pink" #ff00ff>
- Colours are optional.
- If no colour is declared, the default will be amber [#FF8000] with green [#00FF00] as alternative colour on black [i.e. #000000] background.
- Other Encodings need to be specified with
at the
<encoding=encoding>
of the document.<header>
- not used as of the day of writing
- Systems that only support 8+3 characters in filenames are all end-of-life and should not be used in any productive way.
- .yaml is used by YAML
- Systems that only support 8+3 characters in filenames are all end-of-life and should not be used in any productive way.
- OSes that use CRLF are inherently trash or EoL anyways.
- Dates and Times are exclusively stored in only two acceptable forms:
# Unix Timestamp <time=1640991364>
- Other accepted formats are: YYYYMMDD,hhmmss:TZ - i.e.
20211231,235604:CET
- Dates can also be presented as YYYYMMDD,-
- Time can also be presented as -,HHMMSS
- Unless the Timezone has been specified, it'll be interpreted as Unixtime - (human readable UTC without leap seconds).
This Document is licensed under Creative Commons CC-BY-SA 4.0.
See also LICENSE.md.