Sha256: 5599cf58c314d979ccbba741eef7c58a0f88bf7809a212fba816b406eabdce2f
Contents?: true
Size: 514 Bytes
Versions: 51
Compression:
Stored size: 514 Bytes
Contents
def kw_label "Keyword" end def kw_desc <<-HTML <p>kw(KeyWord) plugin generate a Link by simple words. You can specify keywords as space sepalated value: "keyword URL". For example,</p> <pre>google http://www.google.com/search?q=$1</pre> <p>then you specify in your diary as:</p> <pre><%=kw 'google:tdiary' %></pre> <p>so it will be translated to link of seraching 'tdiary' at Google.</p> HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End:
Version data entries
51 entries across 40 versions & 1 rubygems