We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the ability to make demo notes and show these in the presenter view.
Use Markdown in JSON or a separate markdown file linked to the demo ID.
{ "note": "# The notes\n..." }
{ "notes": { "path": "demo1.md", "showOnTrigger": true } }
The markdown file should be called: demo-1.md and put in a specific .demo/notes folder.
demo-1.md
.demo/notes
The text was updated successfully, but these errors were encountered:
Add notes functionality to demo steps and update related commands #23
a606c3c
Refactor Notes interface and update related logic to use 'path' inste…
5b4d197
…ad of 'file' #23
#23 - remove notes folder
c65b5ab
No branches or pull requests
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
Example of the markdown file
The markdown file should be called:
demo-1.md
and put in a specific.demo/notes
folder.The text was updated successfully, but these errors were encountered: