Name new notes based on the datetime
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 738
- Forks
- 162
- Avg merge
- 6h 2m
- Merged PRs (30d)
- 35
Description
Is your feature request related to a problem? Please describe.
New note names are usually "New note (n)" and then get renamed to part of the text at the start of the note. However, it seems there are some issues: https://github.com/nextcloud/notes/issues/1653. The default "New note (n)" provides no information about the note. Also, when sharing something like a URL to the Android App, the note name is either part of the website name or "httpswww....", but it's also inconsistent depending on the app you share from.
Describe the solution you'd like
I would like an option in the settings to name all new notes with the date and time they were created. For example: "2026-05-01T09-16-40". The title of these notes will not be renamed when you enter text and save the file for the first time. I don't know if the settings are currently shared across devices or platform types, but that would be nice.
Describe alternatives you've considered
I can keep using the same naming convention, but it gives no information and is also buggy as discussed before.
Additional context
I would be happy to help implement this feature if needed :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue 1653 and tracing the existing new-note naming and settings behavior in the JavaScript app. Confirm how settings are shared across devices or platforms, then implement the requested datetime naming, title-preservation behavior, and settings option; done means new notes consistently use the configured format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100