FriesI23 / mhabit

Our app helps you form and track micro habits with easy-to-use 📈 charts and tools, making it simple to establish healthy habits that stick 🌱. Start your personal growth journey today 🚀!
https://github.com/FriesI23/mhabit
Apache License 2.0
385 stars 28 forks source link

[FEATURE] Ability to set folder for storing opened data externally #148

Closed toropanov closed 6 months ago

toropanov commented 6 months ago

I utilize Obsidian to gather all my data from to-dos, diary entries, and other sources in order to analyze it.

I really love the Daily Habit app that you created, it's perfect for daily use. However, I have a suggestion. Could you please add an option to set a folder to store data? It would be great if the data could be stored in an open format like JSON, etc. Thank you!

I can't speak for others, but I personally need this data in my Obsidian folder in order to parse it in real time.

FriesI23 commented 6 months ago

Hi, thank you for your feedback.

Currently, the data is stored in SQLite, and due to the privacy isolation in new version Android, non-rooted phones may not be able to access the data directory properly. So, there's no plan to add plain text way to store data. However, now can export habit data in pure text json format through export feature.