Hello everyone. I wrote an Android app for quickly creating notes directly from the notification panel. This allows you to take notes without opening Obsidian and without getting distracted from other apps.
The app creates a persistent notification. When you tap on it, a pop-up window opens where you can enter text. After that, the file is saved in .md format at the path specified in the settings. You can also add a YAML property with the creation date.
Important: I used LLM to write this, I’m not a programmer, I tried to test it, but there may be some issues.