Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Be able to rename notes #133

Open
hakanu opened this issue Jun 20, 2020 · 1 comment
Open

Be able to rename notes #133

hakanu opened this issue Jun 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@hakanu
Copy link
Owner

hakanu commented Jun 20, 2020

One implementation may be like:

  1. Add a button in tab view after opening the note with a name "Rename"
  2. Open a rename modal
  3. Take new name from that modal which has old name prepopulated.
  4. Add a new endpoint in server.py as /api/file_rename which takes path and new name.
  5. Returns success
  6. Sidebar refreshes
  7. Open tab path is modified with new path which contains new name
@metanet metanet added the enhancement New feature or request label Jun 25, 2020
@clach04
Copy link
Contributor

clach04 commented Jul 6, 2021

One of the items in the readme has a note that users are in control of filenames and that files are never auto named. Is this a set-in-stone feature? If not then naming the file based on the first line (as https://github.com/pbek/QOwnNotes and Tombo does) is another possible alternative.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants