Andrew Jensen
Andrew Jensen
@jxnblk I'm really interested in this as well! I see this as a critical organizational feature for longer presentations. If there is a new code pattern that allows multiple slide...
I would love having independent `color_foreground` and `color_background` arguments. That would allow for more faded text like the screenshot above as well as text on darker panels.
+1. I added the following to package.json: ``` javascript "scripts": { "start": "./node_modules/.bin/webpack" } ``` Then the instructions in README.md would simply be: ``` $ npm install $ npm start...
[Here](https://github.com/tylermcginnis/Flux-Todolist/pull/2) you go!