kettext/test
kts 72761033d0 Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url). 2014-12-16 16:00:21 -08:00
..
all.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
chars.ktx Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url). 2014-12-16 16:00:21 -08:00
code.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
example.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
header.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
header_test.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
include.ktx Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url). 2014-12-16 16:00:21 -08:00
list.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
lists.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
media.ktx Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url). 2014-12-16 16:00:21 -08:00
media_url.ktx Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url). 2014-12-16 16:00:21 -08:00
paragraph.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
proclib.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
spacer.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
test.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00
text.ktx Initial commit of kettext. Contains mostly complete implementation of kettext. 2014-11-27 16:05:50 -08:00