This website requires JavaScript.
Explore
Help
Sign In
kts
/
kettext
Watch
1
Star
0
Fork
You've already forked kettext
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
13
Commits
1
Branch
0
Tags
408
KiB
Perl
100%
17d095e78d
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
kts
17d095e78d
Added .include functionality to block elements (paragraph, pre, code). In the case of the former, the given file is fully parsed and all parsed elements are inserted in the place of the calling block element. In the case of the latter block elements, the file is included but not parsed. Options/formatters are now hashes rather than var=value strings.
2014-12-22 18:22:52 -08:00
documentation
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
test
Added .include functionality to block elements (paragraph, pre, code). In the case of the former, the given file is fully parsed and all parsed elements are inserted in the place of the calling block element. In the case of the latter block elements, the file is included but not parsed. Options/formatters are now hashes rather than var=value strings.
2014-12-22 18:22:52 -08:00
.gitignore
added *.swp to .gitignore.
2014-11-27 19:26:57 -08:00
.kettext_rules.ktx.swp
Initial commit of kettext. Contains mostly complete implementation of kettext.
2014-11-27 16:05:50 -08:00
TODO.ktx
Initial commit of kettext. Contains mostly complete implementation of kettext.
2014-11-27 16:05:50 -08:00
kettext.pl
Now uses FindBin to access kettext.pm if the module is not installed in the regular lib INC dirs.
2014-12-02 09:00:04 -08:00
kettext.pm
Added .include functionality to block elements (paragraph, pre, code). In the case of the former, the given file is fully parsed and all parsed elements are inserted in the place of the calling block element. In the case of the latter block elements, the file is included but not parsed. Options/formatters are now hashes rather than var=value strings.
2014-12-22 18:22:52 -08:00