np:Templating: Add writeUnderHeading field
Open
@mikeerickson is already working on this.
Since Dec 14, 2022.
- Dominant language
- JavaScript
- Stars
- 204
- Forks
- 82
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 3
Description
One of the key things I added to np.Templating's self-running-templates (aka templateRunner) is:
writeUnderHeading: "Today's Notes"
location: append
This has proven to be super useful, and it feels like it should exist in the core Templating plugin so people can use it in everyday templates and also meeting notes. The "location" field was already there, so I re-used that in this form. However, if we want to, we could instead have "prependUnderHeading:XXX" and "appendUnderHeading:YYY" if that seems better. @mikeerickson thoughts?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.