dacsslide
dacsslide copied to clipboard
Dart CSS3 based presentation engine
I'd like to have feature documented. It will help to attract more users :)
I'd like to have possibility easily replace slides or insert/delete some slides without updating slides indexes everywhere
I'd like to have possibility to convert a presentation to pdf and ppt formats
Currently modifiers are parsed with simple `RegEx`-es, so they are only for simple use-cases. More advanced CSS (with nesting, mixins) can fail parsing. Especially for inline modifiers. If anyone can...