Open vitaly-zdanevich opened 8 years ago
Looks like eversync didn't find any file with .txt, .md, markdown, .org under ~/.local/share/notes directory.
Xubuntu have preinstalled simple note app xfce4-notes
that stores plain text in files without any extensions - maybe you can fix your code for such situations?..
A potential improvement for existing approach is to allow a .eversync
file in which users could specify the file patterns that they want to include for syncing.
An example of .eversync
file
*.txt
*.md
my-note
I created file .eversync
with the content: my-note
in my folder with files for sync, but again I see the same error after
eversync --dir /my/path/ --notebook 'my-notebook'
eversync --dir ~/.local/share/notes/ --notebook 'xfce4-notes'