-
-
Notifications
You must be signed in to change notification settings - Fork 183
Markdown support for src file #309
Comments
@pataruco my pleasure, thx to you for calling it "slick", that makes my day 😄 currently not but I guess it would be possible to extend it, something like the following:
Would that match your expectation? May I ask, just curiosity, do you have a special use case in mind for such an application? |
Thank you @peterpeterparker for your response, yes that would do the trick 🚀 I am an instructor at General Assembly, a web development academy, I use remark to parse my markdown lessons slides. I have a repo all my lessons, and I want to be able just to change the path where the source markdown it is, instead of creating a new deckdeckgo project per lesson |
@pataruco done and released 😉 I've updated and released this webpack markdown plugin itself and also updated it in our starter kit If you already have a presentation, install the last version of the plugin:
You could modify the input file in
I didn't tried but I guess it works with a
I also updated the documentation https://docs.deckdeckgo.com/edit/markdown Let me know if it works for you, of course I'm happy to reopen the issue if it needs more work or fix. Also don't hesitate to ping me with other cool ideas 👍 Best regards and happy weekend |
Thank very much, it works! |
@pataruco cool thx for the feedback, happy to hear that! ping me for any other great ideas 😃 |
Thank you very much for your slick presentation tool!
I am wondering if it would possible on
DeckDeckGoMarkdownPlugin
constructor to parse the source of the markdown file, instead of to be hardcoded fromDeckDeckGoMarkdownResources
Something like this
The text was updated successfully, but these errors were encountered: