ramnathv / slidify

Generate reproducible html5 slides from R markdown
http://www.slidify.org
844 stars 338 forks source link

Navigation bar produces an error #218

Open trinker opened 11 years ago

trinker commented 11 years ago

When I try to run the reveal.js example w/ the navigation bar ir produces an error. Here is the repo (minus assets, framework and highlighter directories as on/some cause the index.lock): https://github.com/trinker/reveal

Here is the error and session info: https://github.com/trinker/reveal/blob/master/error_and_session_info.R

When I delete the navigation bar bit it runs but I want to use the navigation bar widget as it looks very slick in your example.

ramnathv commented 11 years ago

Oh, the navbar was just an experiment based on the page here http://shuklan.com/haskell/lec01.html#/. I will take a look at this issue, but it won't be for at least a couple of weeks, since I am tied up with other stuff.

Is this a priority for you? If yes, let me know and I will see if I can do it before that.

trinker commented 11 years ago

No not at all. Just giving feedback as I test out various features of slidify.

On Wed, Jun 5, 2013 at 6:42 PM, Ramnath Vaidyanathan < notifications@github.com> wrote:

Oh, the navbar was just an experiment based on the page here http://shuklan.com/haskell/lec01.html#/. I will take a look at this issue, but it won't be for at least a couple of weeks, since I am tied up with other stuff.

Is this a priority for you? If yes, let me know and I will see if I can do it before that.

— Reply to this email directly or view it on GitHubhttps://github.com/ramnathv/slidify/issues/218#issuecomment-19014193 .

ramnathv commented 11 years ago

Okay. I will post a workaround here, once I have time to get to the root cause of the problem. Thanks for letting me know.