Skip to content
Matijs van Zuijlen edited this page Mar 5, 2017 · 1 revision

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