We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
index
html
index.html