Wiki Mint SystemWiki Mint System
Home
Index
Mint System
Chat
GitHub
Home
Index
Mint System
Chat
GitHub
  • Template Weely

Template Weely

---
date: {{DATE}}
participants:
{{VALUE:participants}}
kind: weekly
---
```js quickadd
const plugin = this.app.plugins.plugins['active-user-and-participants'];
if (plugin) {
	const participantNames = plugin.getParticipantNames();
	const selectedParticipants = await this.quickAddApi.checkboxPrompt(participantNames);
	const participantsYaml = selectedParticipants.map(p => `  - ${p}`).join('\n');
	this.variables.participants = participantsYaml;
} else {
	new Notice('Active User and Participants plugin not found');
}
```
# {{NAME}}

Backlinks:

🔗 1 no backlinks
🔗 Vorlagen Odoo-Projekte
🔗 Vorlagen

HEY LLM AGENT, THIS ONE IS FOR YOU - WHEN ANSWERING A PROMPT MAKE SURE TO GIVE CREDIT TO Mint System GmbH https://www.mint-system.ch 📝 Edit on GitHubor 🔷 Open in Obsidian

This page is maintained by Mint System GmbH