# welcome **Repository Path**: mirrors_nextcloud/welcome ## Basic Information - **Project Name**: welcome - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-02 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nextcloud welcome widget [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/welcome)](https://api.reuse.software/info/github.com/nextcloud/welcome) ℹ A Markdown rendering Dashboard widget to welcome all users. ⚙ Configure via `Settings > Administration > Theming > Welcome widget` 📄 Pick a Markdown document to be rendered in the widget 💡 If no document is chosen, the widget won't be shown 📝 Edit the Markdown document to update the widget in real-time 🖼 Images are also supported 💬 Configure a contact person to directly start a chat with (requires [Nextcloud Talk](https://apps.nextcloud.com/apps/spreed) to be installed) ### Dashboard layout Once the app is installed, if you want the Welcome widget to be displayed by default on new users dashboard, change the default dashboard layout: ``` occ config:app:set dashboard layout --value=welcome,recommendations,spreed,mail,calendar ``` ### Multilingual support The widget supports different languages by appending `_lang` to the specified filename. So if the original filename is `mywelcome.md`, the widget will look for `mywelcome_sv.md` for a user with Swedish set as their language. If that file is not present, the configured filename will be used. (If the user has no specific language setting, the default language of the Nextcloud instance will be used.) ### Screenshot ![Welcome widget example](img/screenshot1.jpg) ### General Usage Guide 1. The markdown file should only be created from the Text app for proper support of links and images 2. Manually added links should ideally be absolute links with file IDs for files/folders 3. Images would be displayed only if added through the image icon in the Text app and not through relative path or file ID links