I have this script:

:r0*:vidrevph::
(
[[
##intro
- 
]]
)

but when it runs, it leaves out the ##:

[[
intro
-
]]

How can I make it include the ##?

link|improve this question

What're all these scripts for, anyway, if you don't mind me asking? :P – Phoshi Oct 27 '09 at 22:58
1  
I use them in sites made with my php framework which has a simple batch syntax to type multiple records in a text file then dump them into your site, here's a video explaining it:tanguay.info/datapod/index.php?pg=videos&id=2 – Edward Tanguay Oct 27 '09 at 23:16
That's really very cool, good luck with it! – Phoshi Oct 27 '09 at 23:18
feedback

1 Answer

up vote 1 down vote accepted

# is autohotkey's modifier for your windows key. That's (I believe) hitting Windows key and #!

Try {#}{#}intro instead.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.