notes
notes copied to clipboard
✎ Distraction-free notes and writing
## Steps to reproduce - Create a Markdown file named `index.md` with e.g. the following content ```markdown # Index - [Topic A](./A.md) ``` - Create a file named `A.md` in...
After renaming a node the sharing sidebar will fail to open when trying to create a share, because it requests the old file name. A reload fixes this. ## Steps...
When editing a note, a star appears next to the name of the file. That thing does not go away when saving anymore. ## Steps to reproduce 1. edit a...
In the past the first lvl 1 heading of the note was used to set the note title on creation. This is not happening any more. ## Steps to reproduce...
Do we need to limit this to the notesPath or could we just skip getting the default if the value is not null? _Originally posted by @juliusknorr in https://github.com/nextcloud/notes/pull/1543#discussion_r2086068456_
## Steps to reproduce 1. Create a note 2. Delete it ### Expected behaviour We get confirmation/a way to undo, or at least, the "Delete note" menu item is marked...
**Bug Description** When a shared note is categorized by the recipient (without changing ownership), all attachments (e.g., images, videos) within the note are deleted from the server. This issue occurs...
This is a fix for #1245. It adds a new `showHidden` setting to control whether hidden files/folders are displayed to the user or not. * "Hidden" means "starts with a...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to share...
A newly created user on NC cannot create new notes. ## Steps to reproduce 1. On web-UI try to create a new note and get an error: NotPermittedException ### Expected...