Notes should not modify user input if not requested
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.
When editing an imported file, Nextcloud Notes add backslash before square brackets for dor internal links.
Generally speaking, a MD file editor should not modify user input by default.
Describe the solution you'd like
By default Note should respect the user input and not add any character like backslash.
An option could be implemented if user still want this "intelligent" behavior.
Describe alternatives you've considered
Having a simpler alternate editor.
Additional context
Note under Android.
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 file or test is named. First reproduce the imported-file behavior in the Android Notes editor with square-bracket internal links, then trace the markdown editing path to identify where backslashes are added. Done should mean user input is preserved by default; clarify whether an opt-in intelligent mode is also required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100