docs: update Events.md to include frontend/mobile startup events - #10854
docs: update Events.md to include frontend/mobile startup events#10854tmzhuang wants to merge 3 commits into
Conversation
- Converted HTML table to Markdown table for better readability - Added missing `frontendStartup` and `mobileStartup` event values - Clarified that `run` event values are mutually exclusive - Added note about creating multiple script copies for multiple triggers - Fixed missing newline at end of file Closes TriliumNext#10853
|
I'm not 100% sure about the relative link to the mobile frontend docs. I calculated it based on the url on the production docs. |
Greptile SummaryThe PR converts the backend-script events table to Markdown and documents frontend and mobile startup triggers.
Confidence Score: 4/5The PR should not merge until the outstanding incorrect guidance about combining multiple The current documentation says event values are mutually exclusive and requires separate script copies, while backend, frontend, and mobile event handlers independently retrieve scripts matching each Files Needing Attention: docs/User Guide/User Guide/Scripting/Backend scripts/Events.md
|
| Filename | Overview |
|---|---|
| docs/User Guide/User Guide/Scripting/Backend scripts/Events.md | Converts the events reference to Markdown and expands its startup-event documentation. |
Reviews (3): Last reviewed commit: "Merge branch 'main' into docs/10853-run-..." | Re-trigger Greptile
| </tbody> | ||
| </table> | ||
|
|
||
| | Label | Description | |
There was a problem hiding this comment.
Multiple run values are supported
A single script note can have multiple run label values because each scheduler event independently retrieves matching notes. Stating that the values are mutually exclusive and require separate script copies gives users unnecessary and incorrect configuration guidance.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
frontendStartupandmobileStartupevent valuesrunevent values are mutually exclusiveCloses #10853