i think an ideal markup or data text format ought to be expressive enough while simultaneously as easy as possible for humans to write manually. if you need tooling to have a good time then you've already lost
-
i think an ideal markup or data text format ought to be expressive enough while simultaneously as easy as possible for humans to write manually. if you need tooling to have a good time then you've already lost
-
trwnh@mastodon.socialreplied to trwnh@mastodon.social last edited by
good formats: turtle, toml (i literally don't have to think, don't make me think)
eh formats: markdown, json, yaml (mostly okay except for complex structures)
meh formats: html (can be overly verbose to write by hand, tooling makes it better)
bad formats: xml (sorry, it's just a pain to write and it's not entirely clear when things should be nested elements or attributes) -
trwnh@mastodon.socialreplied to trwnh@mastodon.social last edited by
this post is intended more as appreciation for turtle and toml, less as hating on xml
-
oblomov@sociale.networkreplied to trwnh@mastodon.social last edited by
@trwnh (IMO AsciiDoc does a much better job than markdown at basically everything. MD is too limited and basically requires you to drop to HTML for anything beyond basics)
-
trwnh@mastodon.socialreplied to oblomov@sociale.network last edited by
@oblomov dropping to html is fine i guess but i’m more bothered by unexpected parsing sometimes depending on the flavour
-
oblomov@sociale.networkreplied to trwnh@mastodon.social last edited by
@trwnh oh that's really frustrating. (Bonus for AsciiDoc, it's better defined.)
-
penryn@www.librepunk.clubreplied to trwnh@mastodon.social last edited by
@trwnh i'm writing my resume in pandoc markdown, should i do it in toml instead? /s
-
trwnh@mastodon.socialreplied to penryn@www.librepunk.club last edited by
@penryn write your resume in brainfuck
-
trwnh@mastodon.socialreplied to oblomov@sociale.network last edited by
@oblomov i looked into asciidoc and i like its no-indentation approach to syntax, but dislike that its only real implementation is in ruby and also it seems to have a problem with underscores in links due to the lack of a grammar parser.