Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Demo notes shown in the presenter view #23

Open
estruyf opened this issue Dec 31, 2024 · 0 comments
Open

Enhancement: Demo notes shown in the presenter view #23

estruyf opened this issue Dec 31, 2024 · 0 comments

Comments

@estruyf
Copy link
Owner

estruyf commented Dec 31, 2024

Add the ability to make demo notes and show these in the presenter view.

Thoughts

Use Markdown in JSON or a separate markdown file linked to the demo ID.

Example of JSON

{
  "note": "# The notes\n..."
}

Example of the markdown file

{
  "notes": {
      "path": "demo1.md",
      "showOnTrigger": true
    }
}

The markdown file should be called: demo-1.md and put in a specific .demo/notes folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant