Sha256: 4cd02c53b759a1309863398cfcd7c603de5a83e7bfecfc8441ed4a6763041e29
Contents?: true
Size: 516 Bytes
Versions: 18
Compression:
Stored size: 516 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
18 entries across 18 versions & 1 rubygems