We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
index
html
index.html
Note this is a preliminary implementation is will change a bit as it is improved.