Action
Capture Dream
Open a new draft, ready to edit using a template with the header “# Dream YYYY-MM-DD” with the tag “dream” already assigned.
Steps
-
defineTemplateTag
name dream-template
template # Dream [[date|%Y-%m-%d]]
-
script
// create and tag new template let d = Draft.create(); d.content = draft.processTemplate("[[dream-template]]"); d.addTag("dream"); d.update(); editor.load(d); editor.activate();
Options
-
After Success Default Notification None Log Level None
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.