mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #263] How can we export my notes? #96
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhghg on GitHub (Jan 8, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/263
Notes exists in pouch db, Is it safe? Is it safer than storing in a local file?
Does pouch db guarantee the security of my notes?
In other words, under what circumstances will my notes be lost?
@Rokt33r commented on GitHub (Jan 8, 2020):
First of all, the app is using PouchDB on top of IndexedDB.
In my opinion, the current storage is a bit safer than filesystem.
No, it doesn't. If your File system(or your browser if you're using web app) isn't compromised, your data is compromised too. But it would hardly happens and I don't think you can do anything much if your File system is compromised.
But if you need something I can help you, let me know by re-opening this issue or creating another one. We might be able to provide completely encrypted storage by sacrificing UX(You would need to input password every time you start the app)
As I said above, if your browser or your File system is compromised, you might lose your data. The data is stored in app data directory.(the location depends on your OS)