where can I find my Gnote files?
I’m using Fedora 40 workstation with Gnome,
a GUI method please,
if I can see them in the Home folder
That should be in the home directory, under .local/share/gnote
.
For a GUI method, you could paste ~/.local/share/gnote
in Files’ address bar.
What happens when you run in terminal find $HOME -iname "gnote"
?
Try this:
~/.local/share/gnote
The .note do have strange names like:
7a59eff2-1657-42cd-8d7b-164b8c608c06.note
Under >Preferences you can set a >Syncronisation folder: local, online & WebDAV
p.s.
You might have first to create some notes
/home/emmanuelninos/.var/app/org.gnome.Gnote/config/gnote
[emmanuelninos@fedora ~]$ ~/.local/share/gnote
bash: /home/emmanuelninos/.local/share/gnote: No such file or directory
bingo!
with this command
find $HOME -iname “gnote”
I saw that the Gnote folder is in
home var app
and it is named " org.gnome.Gnote "
so I can easily find it in GUI
So it’s a Flatpak.
I suppose so.
I didn’t remember that I had installed it from glathub.