Action
Bear Journal
Posted by @olivierg,
Last update
almost 7 years ago
- Unlisted
Appends the current draft (with creation timestamp) to the journal note of the day in Bear.
Depends on BearAPI.
Steps
-
includeAction
name BearAPI
-
script
var title = "Journal for " + draft.createdAt.toLocaleDateString(); var text = draft.content + "\n_" + draft.createdAt.toLocaleString() + "_"; Bear.appendTo(title, "section", text);
Options
-
After Success Default Notification None Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.