Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
333 stars 26 forks source link

[feature] edit files on storage #14

Closed octvs closed 3 months ago

octvs commented 4 months ago

Hi there, The app looks pretty good. However it doesn't allow editing an existing note (afaik). Is this feature on the roadmap?

What matters is also that only not imports but updates the file inplace. This would decouple sync & editor from each other and let user sync as they wish (personally syncthing).

Kin69 commented 4 months ago

Editing existing notes is available. You can click on a note and then swipe to left or click on the top edit icon ( will be removed in new release).

Regarding your second point, would you like exported notes to be automatically updated to same path when notes are edited?

octvs commented 4 months ago

Editing existing notes is available.

I meant "external" notes, meaning a text file on storage, not the app directory.

automatically updated to same path when notes are edited?

Well yeah. In this context, the app would function as a simple text editor. Although idk how much does this align with your vision and/or roadmap.

Kin69 commented 3 months ago

To consolidate our discussions on the storage implementation for EasyNotes, we're moving this conversation to issue #9. This issue specifically addresses the editing of existing notes and the in-place update of files, which aligns with the topic at hand.