You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Pressing e (for edit) on a note crashes into:
Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
To Reproduce
Steps to reproduce the behavior:
Open rucola
Move selector on any note
Press e to edit
Expected behavior
Open note for editing.
Desktop (please complete the following information):
OS: Linux ryzenMint 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Additional context
I compiled rucola with:
cargo install --locked --path .
on
rustc 1.82.0 (f6e511eec 2024-10-15)
Thank you for the nice program and taking your time to read this bug report.
The text was updated successfully, but these errors were encountered:
have you consulted the wiki pages here and here describing how to connect an editor to rucola?
If so, could you maybe share your configuation file so I can have a look at what the specific problem might be?
Describe the bug
A clear and concise description of what the bug is.
Pressing e (for edit) on a note crashes into:
Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open note for editing.
Desktop (please complete the following information):
Additional context
I compiled rucola with:
cargo install --locked --path .
on
rustc 1.82.0 (f6e511eec 2024-10-15)
Thank you for the nice program and taking your time to read this bug report.
The text was updated successfully, but these errors were encountered: