were are stored the notes ? #4304
-
I'm not sure about how this is working but is the notes are stored somwhere ? i have a file sync between my devices so can i do something with it or it's only like server based ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
The notes are stored in an sqlite database, not via flat files so it's really not recommended to use a sync service like you're describing. See here: https://github.com/zadam/trilium/wiki/FAQ#can-i-use-dropbox--google-drive--onedrive-to-sync-data-across-multiple-computers But the directory can be found here: https://github.com/zadam/trilium/wiki/Data-directory#location |
Beta Was this translation helpful? Give feedback.
-
yeah ok . that's what i thought i understood and it's a shame not to be able to save everything in a folder or file. like word and those disguised zips or like cherrytree with xml. however, on cherry tree you can save sql lite in flat files. well, I'm a bit disappointed because this software is incredible but I couldn't use it. anyway thanks |
Beta Was this translation helpful? Give feedback.
-
Additionally, you can choose the root note, right click and choose Export and you will get a zip file with all of the notes in HTML/Markdown form. If this is something you only need to do once in a while, you could automate that. |
Beta Was this translation helpful? Give feedback.
The notes are stored in an sqlite database, not via flat files so it's really not recommended to use a sync service like you're describing. See here: https://github.com/zadam/trilium/wiki/FAQ#can-i-use-dropbox--google-drive--onedrive-to-sync-data-across-multiple-computers
But the directory can be found here: https://github.com/zadam/trilium/wiki/Data-directory#location