Skip to content

Commit

Permalink
#2789 doc: add Nextcloud Deck support to concept page
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 17, 2023
1 parent 8a9fded commit bf8f8d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webpage/src/getting-started/concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ graph TB
subgraph Your Nextcloud server
qon-api("QOwnNotesApi")-->ncs[("Nextcloud server")]
nc-notes-app("Nextcloud Notes")-->ncs
nc-deck-app("Nextcloud Deck")-->ncs
end
nc-notes-mob("Nextcloud Notes mobile app")-->nc-notes-app
qon-web-app("QOwnNotes web application")-->qon
qon-->qon-api
qon-->ncs
qon-->nc-deck-app
sync-->ncs
qon-.->qon-web-api("api.qownnotes.org")
qon-web-api-->github("GitHub")
Expand All @@ -31,6 +33,7 @@ graph TB
click qon-api "/getting-started/concept.html#qownnotesapi-nextcloud-app" "QOwnNotesAPI Nextcloud app to access your server-side trash and note versions"
click nc-notes-app "/getting-started/concept.html#nextcloud-notes-server-app" "Nextcloud Notes server app to manage your notes in the web"
click nc-notes-mob "/getting-started/concept.html#nextcloud-notes-mobile-app" "Nextcloud Notes mobile app to manage your notes on your mobile phone"
click nc-deck-app "/getting-started/concept.html#nextcloud-deck-server-app" "Nextcloud Deck server app to manage reminders and todo lists in the web"
click qon-web-app "/getting-started/concept.html#qownnotes-web-app" "QOwnNotes Web App to send photos from your mobile phone"
click qon-web-api "/getting-started/concept.html#api-qownnotes-org"
```
Expand Down Expand Up @@ -119,6 +122,10 @@ Use [**Nextcloud Notes**](https://github.com/nextcloud/notes) to edit your notes
Keep in mind that Nextcloud Notes currently only supports up to one level of subfolders.
:::

## Nextcloud Deck server app

You can use QOwnNotes to quickly create **cards** in [**Nextcloud Deck**](https://github.com/nextcloud/deck).

## Nextcloud Notes mobile app

To access your Nextcloud / ownCloud notes from your **mobile device** you can use different apps.
Expand Down

0 comments on commit bf8f8d3

Please sign in to comment.