Skip to content

Commit a15370a

Browse files
committed
Update docs to mention reference-section lack of triggers.
1 parent 07d3e5a commit a15370a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jgclark.RepeatExtensions/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ triggers: onEditorWillSave => jgclark.RepeatExtensions.onEditorWillSave
3838
**Tip**: This is most easily done by using the **/add trigger to note** command from my [Note Helpers plugin](https://noteplan.co/plugins/jgclark.NoteHelpers/).
3939
Note: The `title:` of the note also needs to be in the frontmatter.
4040

41-
Alternatively, the separate [Tidy Up plugin](https://noteplan.co/plugins/np.Tidy/) has a **/Generate @repeats in recent notes** command, which when you run it checks all recently-changed notes, generating any new `@repeat`s that are required. It does _not_ require triggers to be in place. If you include this command in a daily **Template**, then this is as good as a fully automated command. For example, I have this "template tag" in my end-of-day template:
41+
Note: Unfortunately this trigger does *not fire if you complete tasks in the references section of a note*. This is a limitation in NP, which I've asked to be addressed, but so far has not been.
42+
43+
For this reason I've added the **/Generate @repeats in recent notes** command to the separate [Tidy Up plugin](https://noteplan.co/plugins/np.Tidy/), which when you run it checks all recently-changed notes, generating any new `@repeat`s that are required. It does _not_ require triggers to be in place. If you include this command in a daily **Template**, then this is as good as a fully automated command. For example, I have this "template tag" in my end-of-day template:
4244
```js
4345
<% await DataStore.invokePluginCommandByName("Generate @repeats in recent notes","np.Tidy",['{"runSilently":true}']) -%>
4446
```

0 commit comments

Comments
 (0)