A markdown presentation viewer for ownCloud web (the webUI of oCIS) using the reveal.js library.
It allows users to:
- create slide presentations directly from markdown files
- share the slides using public links
- Demonstation page
- Click on
Open in Presentation Viewer
to view the slides
NOTE: Requires oCIS >= 6.0.0
-
Download the zip file from the releases page
For example:
mdpresentation-viewer-x.x.x.zip
-
Extract the zip file to the
apps
directory of the oCIS server.Apps directory is set using the
WEB_ASSET_APPS_PATH
environment variable.
Please, refer to the documentation for more information about creating a presentation using markdown.
This app has the following default slide separators:
- Horizontal separator:
---
(← →
) - Vertical separator:
--
(↓ ↑
)
pnpm install
For development, build with watch.
pnpm build:w
NOTE: Requires oCIS >= 6.0.0
Run the oCIS server:
docker compose up
oCIS URL: localhost:9200