nextcloud / nextcloud/notes-android
Allow linking to other notes graphically
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 168
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 31
Description
For creating a link from one note to another the id of the note has to be used. In the web UI it's easy to see the id in the URL. However in the mobile app there is no way to see the id and therefore it is impossible to create a link to another note. See https://github.com/nextcloud/notes/issues/386.
Even better would be a way to create a link to another note by typing in the title of the note and the id would be handled behind the scenes.
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
No files, tests, or entry points are named. Start by tracing the mobile note editor and how note links are currently entered, then determine how note IDs and titles can be selected or displayed. Done means a user can create a link to another note without manually finding its ID, with the intended interaction agreed first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100