Features are just todos with an !
Unfinished/untested todos are marked with dev.
Questionable todos are marked with ???.
pylint
config.json
) to page varscss
, js
, maybe html
source
directory and generates a siteconfig.json
pages/
directoryquilt.html
and patches/
in each directoryassets/
directory-webkit-
, -moz-
, -ms-
, or -o-
css
.min.
js
.min.
css
js/
files, js
in deeper down will be included directlyjs
typeahead
)correct_words.txt
404.html
page if not foundpages/posts/
featured
pagevar booleangit
based timestamps for postsquilt.html
file defining <patch>
tags<patch id="x">
tags with patches/x.html
files{{***}}
braces wrappingjson
header, content (html
or .md
), and script
json
markdown
for files ending in .md
or .markdown
markdown
python modulemarkdown.extensions.extra
= abbreviations, attribute lists, definitions, fenced code, footnotes, tables, smart strongmarkdown.extensions.nl2br
= newlines make <br>
markdown.extensions.sane_lists
= new list for list type changemarkdown.extensions.codehilite
= syntax highlightingmarkdown.extensions.wikilinks
= auto wikipedia linking with [[.*]]
markdown.extensions.toc
= auto table of contents with [toc]
ChecklistExtension()
= checkbox in list ([x]
or [ ]
)markdown
script
alt
and title
attributes for a
and img
tagsThis list is not exhaustive and somewhat of a scratch pad. It is also a living list, it may be updated without notice.