nextcloud / nextcloud/notes-ios
Pre-existing note file changes name after edited in iOS notes app
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 73
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce
- create markdown file
name-test.mdin the notes directory - sync file to access on iOS notes app
- edit the file and save
After this procedure the file formerly named name-test.md is now named as the first line of the file.
For a note taking app to work well for different people and setups, it would be highly desirable to be able to switch off overwriting the file name with the first line of the file.
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
Reproduce the behavior with name-test.md in the notes directory, sync it to the iOS Notes app, and edit its first line. Trace the iOS sync/save handling that renames the file, then add an opt-out and verify that the original filename remains unchanged when the setting is disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100