slidev icon indicating copy to clipboard operation
slidev copied to clipboard

feat: allow serving several presentations using several servers

Open twitwi opened this issue 4 years ago • 0 comments

Current status: can run slidev --secondary slides2.md slides3.md to serve:

  • slides.md as usual
  • slides2.md on port n+1
  • slides3.md on port n+2

NB:

  • might need to reconsider the cli api (just allow several file names? ... but it seems difficult with yargs + typescript)
  • nothing about export is implemented yet

Will eventually fix:

  • https://github.com/slidevjs/slidev/issues/317
  • https://github.com/slidevjs/slidev/issues/479
  • https://github.com/slidevjs/slidev/issues/505

twitwi avatar Apr 13 '22 22:04 twitwi