korelstar
korelstar
This PR improves the upgrade of dependencies which are peer dependencies of other dependencies. ## Scenario Your app has a dependency to the package `ncu-test-peer`. `ncu-test-peer` has a peer dependency...
Coloring all markdown symbols for which the respective formatting was applied (especially `#` in headings, `*`/`_` in emphasizing, `>` in quotes) would - increase readability of the text, - allows...
#785 introduced a new functionality for attachments (see also #74). The internal API contains two new straight-forward endpoints: - `POST /notes/{noteid}/attachment`: uploads a new attachment to a note and returns...
Recently, Nextcloud Text was published: https://nextcloud.com/blog/nextcloud-introduces-collaborative-rich-text-editor/ This is a new rich text editor using markdown and providing collaborative editing. The plan is to integrate that editor into the notes app...
Currently, this is just a proof-of-concept. See #331 for more information. ## Screenshots ### Before: Edit mode  ### Before: Preview mode  ### After: WYSIWYG edit mode (replaces old...
Steps to reproduce: - $USER1 shares a single file to $USER2 - $USER2 moves that shared file to the folder `/Notes/` - $USER2 opens the notes app which lists the...
On small screens with a width lower than 768px (e.g. mobile phones), the navigation (category list) doesn't float on the left side but moves above of the content (responsive design...
This is a nice extension! Please publish it on https://extensions.gnome.org/ , this makes installation more easier :smiley:
In #2158, @philipwhiuk introduced a test for the database upgrade path. This was a great idea! However, it tests only the upgrade path from the early version v29 of the...