Someone asked me why I don't implement markdown support to the wiki engine instead of painstakingly typing down html tags. I think the reason that I never felt like markdown was worth it, was that the editor I use makes writing html somewhat frictionless, maybe if I lost this, I'd consider adding a parser.

Markdown support adds a thick layer of junk to a SSG, maybe the trick is just to improve html support to the editor you use, and keep the site simplier.

HOW are you doing this? I don't see it in the manual.

@thedaemon if you put something in the leap buffer:

alt+hello

Then to inject that file in the project:

alt+tab

If the injected file has a $, it'll move the selection there.

I do not have a HELLO key on my keyboard.

@neauoire oh, so all of your setup is a t/ directory with tag-specific template files? This is smart!

@thedaemon

@aartaka @thedaemon exactly! I have other temples depending what I'm working on :)

@neauoire have you considered multiple-hole templates? Emacs Yasnippet has that, and it’s quite useful for filling C function signatures argument by argument.

@thedaemon

@aartaka @thedaemon yeah! I have an idea for it, when I can jump to the next $ after filling on in, haven't implemented it yet tho.