I wanna write my notes (of this zettlekastel) on android. It’s not absolutly necesary, but would be nice to write some notes while going in the bus. I found an android app for writting markdown that is very clean and easy to use. The bad thing is that it only shows the filename in the documents activity. In my case, my notes are written with the filename as the datetime. So, it would be nice to modify the app and show the documents as the metadatitle, as I write them.
The repository of Markow is here.
Reading the code I found that tha app list the documents on
DocumentActivity.java using the function showTextEditor
. This would be a very easy task.
Other cool idea is to create an easy to use way to reference other notes. But this might be harder.