mhoeher / opentodolist

A simple Todo and task management application - Mirror of https://gitlab.com/rpdev/opentodolist
https://opentodolist.rpdev.net
GNU General Public License v3.0
160 stars 12 forks source link

location #50

Open vulnz opened 3 years ago

vulnz commented 3 years ago

Hello guys, where can i find a location of projects i created. also extention type will be very helpful. thank you.

mhoeher commented 3 years ago

Thanks for raising this issue. However, I am afraid I don't quite get what you need/want to know. Sorry for that. Could you please detail a bit what you want/need?

Thanks!

vulnz commented 3 years ago

How can I make backup for usb, thanks.

mhoeher commented 3 years ago

Ah, okay, that makes sense.

The answer is: It depends on your system. The app is written using the Qt framework. The location for storing libraries on disk is retrieved using the QStandardPaths API. More specifically, the app uses the QStandardPaths::AppLocalDataLocation set of paths for storing libraries. These paths are specific for the particular operating system in question. For details, check out the Qt documentation on the topic. Likely paths are:

vulnz commented 3 years ago

thank you my friend, if possible please make this function ,it is super useful

mhoeher commented 3 years ago

Once again sorry, but: I don't get your request. Which function?

What I described above is implemented, i.e. if you check one of the locations (depending on your operating system), you should find some sub-folders holding the items of the libraries you created. Just include this folder in your backup and you should be covered.

vulnz commented 3 years ago

I mean backup the data to folder to make it portable ( imprt/export) for example mate

mhoeher commented 3 years ago

I don't think having a backup functionality in the app makes sense:

Bill5203 commented 9 months ago

Have a problem with opening library from NAS. OS: Mint 21. The library was created on a NAS on 'computer-1'. Trying to open it from 'computer-2' doesn't work. Steps on C-2:

Looking at the folder on the NAS, a new lib is created.

So, I don't see how can I open a lib from a NAS.

How do i go about this? Thnx.

mhoeher commented 9 months ago

Hi @Bill5203,

make sure you select the folder which contains the file library.json. Usually, when creating a new library in a local folder, the app creates a new sub-folder in it (which has a "cryptic" name - this is a generated, universally unique ID - should look somehow like {7c16ddc9-3e3d-4c4b-b0ef-7f45c550eb5b}).

You'll notice you picked the right folder if in the library name edit you see the name you used for the library 😉