Whiteboard widget (alpha)

Whiteboard source

Renders a Nextcloud Whiteboard (or any Excalidraw scene) fetched over WebDAV -- credentials set up in Settings.

{% if whiteboard_source %}

Currently showing {{ whiteboard_source.url }} using {{ whiteboard_source.display_name }}'s WebDAV account.

{% else %}

No whiteboard configured yet.

{% endif %}
{% if viewer_has_webdav_creds %}

The direct WebDAV URL to the specific file -- in Nextcloud's Files app, this is the file's path under remote.php/dav/files/<your-username>/.

{% else %}

Set up WebDAV credentials in Settings first to point this widget at one of your own files.

{% endif %}

Settings

{% include "_widget_border_fields.html" %} {% include "_widget_button_fields.html" %}

Preview

How this widget currently renders.

Whiteboard preview