mpcjanssen / simpletask-android

GNU General Public License v3.0
546 stars 125 forks source link

Feature Request: allow creation of a home-screen shortcut to open a .txt file as a todo #1217

Open phil99 opened 1 year ago

phil99 commented 1 year ago

Using Simpletask cloudless I have .txt files in different locations in my folder structure alongside other files in the same folders. Finding and opening these .txt files with Simpletask is currently not quick. To obtain instant access to any todo, could home-screen shortcuts be created, to any specified .txt file? For instance a long-press on a file when in 'Open task list file' could give the option to create a home-screen shortcut to that .txt file. When the home-screen shortcut is used, Simpletask would open with that .txt file.

mpcjanssen commented 1 year ago

Opening a shortcut like this would require an android file handler. This works fine when opening the file for reading. However it is not possible to configure a change listener on this file so any changes being made in the background to this file could be overwritten.