Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted improvements #56

Open
tpetricek opened this issue Mar 17, 2015 · 1 comment
Open

Assorted improvements #56

tpetricek opened this issue Mar 17, 2015 · 1 comment

Comments

@tpetricek
Copy link
Member

I converted my "literate programming" talk to use the latest version. Looks pretty good! There are still a few things I changed - and I think some of those could be incorporated into FsReveal.

Also, this commit shows how to use FsLab with FsReveal (#1)

As for the changes, I did some tweaks in the template and in the CSS files. See this commit for details.

  • I changed some font sizes (the defaults were a bit too big). See custom.css. I also removed some borders around code (which look weird and unintentional)

I had to specify my own template:

  • We should have an optional parameter for this!!
  • I needed this so that I can include Google Charts. I think having to provide custom template for this is reasonable.
  • I commented out the call to hljs.initHighlightingOnLoad(). This highlights random stuff (Like "Hello" in "Hello world") and I think we should disable this by default as we have better colorization.
@tpetricek
Copy link
Member Author

I'm a bit busy at the moment, but concrete things that I'd love to see in FsReval vNext:

  • Optional parameter for specifying custom template
  • CSS improvements (slightly smaller font, remove box-shadow)
  • Remove the hljs highlighting in the default template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant