nextcloud / nextcloud/notes-ios
Rendering and Ticking of Checkboxes
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 73
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
First of all, thank you for this cool application! It lets me deal with notes on my iPad without having to resort to the Apple Cloud. However, I do have a Suggestion for improvement.
Nextcloud Notes lets you write notes in Markdown. If you do checkboxes in markdown, I.e. „[ ]“ or „[x]“, the Webinterface will instead render them as checkboxes and even let you click (mouse) or tap (iPad) them, to mark them as checked or unchecked. Markdown editors on the computer often also either do this or offer a hotkey to un/check these checkboxes. However, CloudNotes actually requires you to navigate the cursor in between the brackets and replace the space character or x character with the respective other character.
Can you please bring the „render as checkbox and tap to un/check“ functionality to CloudNotes?
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 locating the Markdown rendering and note-editing entry points in the iOS app. Done means Markdown checkbox syntax renders as an interactive checkbox and tapping or clicking it toggles the checked state without requiring cursor editing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100