mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Update slide mode to show extra info and support url actions and support disqus via yaml-metadata
This commit is contained in:
parent
e12fae6999
commit
a013c9d3bc
11 changed files with 155 additions and 4 deletions
2
app.js
2
app.js
|
@ -464,6 +464,8 @@ app.get("/s/:shortid", response.showPublishNote);
|
|||
app.get("/s/:shortid/:action", response.publishNoteActions);
|
||||
//get publish slide
|
||||
app.get("/p/:shortid", response.showPublishSlide);
|
||||
//publish slide actions
|
||||
app.get("/p/:shortid/:action", response.publishSlideActions);
|
||||
//get note by id
|
||||
app.get("/:noteId", response.showNote);
|
||||
//note actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue