Add slide mode with reveal.js

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-10-04 12:50:39 +02:00
parent 29565f8f89
commit 36e445e631
70 changed files with 1225 additions and 323 deletions

View file

@ -24,7 +24,7 @@ describe('Import markdown file', () => {
it('import on note with content', () => {
cy.codemirrorFill('test\nabc')
cy.setCodemirrorContent('test\nabc')
cy.get('[data-cy="menu-import"]')
.click()
cy.get('[data-cy="menu-import-markdown"]')