Tasker Integration
Tasker is a popular automation application for Android.
Zettel Notes supports integration with Tasker through its New Note Action Plugin. This allows you to create notes using dynamic variables for the title and content in a pre-selected location.
How to Create a Tasker Action
- Install Tasker.
- Open Tasker and create a new task.
- From the Plugin > Action category, select Zettel Notes.
- Configure the plugin by entering Tasker variables for the note’s content and filename.
Available Actions
- Create Note
- Get Note Content
- List Notes



Trigger Notes Scanner via Intent
- Use the Send Intent action in Tasker.
- Use the following details:
- Action:
org.eu.thedoc.zettelnotes.action.SCAN_NOTES
- Extra:
EXTRAS_REPOSITORY:<REPOSITORY_NAME>
- Package:
org.eu.thedoc.zettelnotes
- Target:
Service
- Replace
REPOSITORY_NAME
with the name of the repository for which you want to trigger the notes scanner.