Skip to content
proutils edited this page Sep 13, 2010 · 2 revisions

NOTE: This is a preliminary implementation and will change a bit as it is improved.

In your Rakefile add something along the following lines.

    require 'plugins/dnote/rake/task'

    DNoteTask.new do |d|
      d.formats = ['index']
      d.output = "log/dnote"
      d.title = "My Developer's Notes"
    end

The index is a special format that is the same as html but saves to index.html file.

Clone this wiki locally