Hobix uses YAML for its entry format, which is all well and good, but it introduces a small problem: syntax highlighting and indentation don’t work well in Emacs. See, YAML is nice in that it’s all free form and human readable/writable, but it makes it hard to figure out what the indentation should be for a given bit of YAML.
Take the following bit of YAML:
--- !hobix.com,2004/entry author: [jterk] created: 2006-07-13 20:18:02 -04:00 content: > Hobix uses YAML for its entry format.
Read more