SaturDJang / warp

Warp is a web based markdown presentation service
MIT License
13 stars 6 forks source link

Modify detail page with new features #85

Closed mingrammer closed 7 years ago

mingrammer commented 7 years ago

We should modify the detail page with new features (slides)

mingrammer commented 7 years ago

@getogrand

Scheme of a presentation

{
    subject :: string
    is_public :: bool
    slide_list [
        {
            slide_order :: int
            markdown :: string
        }
    ]
}