Nico Hagenburger

Results 59 issues of Nico Hagenburger

- [ ] Define CLI

feature request

index.html.lsg: `````` ``` ruby @text = "Hello World" ``` ``` ``` ``````

feature request

Additional information could be: - The file name - A class name - A comment # Example ``` @info templates/_user.html User ```

feature request

Currently the errors outputted refer to “strange” places in Ruby. That’s even complicated when you understand Ruby. Better have error messages showing the right line in the LSG or Sass...

feature request

This is useful if the current example element uses `position: absolute`. `````` ``` @min-height 100px a block that does not provide height to its parent not ``` ``````

feature request

Setup via: ``` bash curl -L https://get.livingstyleguide.org | bash ``` - [ ] Check if Ruby is installed - [ ] Check if Bundler ist installed - [ ] Install...

feature request

Allow to set the meta headers and open graph tags (including preview image) to make style guides shareable on Facebook.

feature request

While rendering, the language should be preserved: `````` My HTML code: ``` html Hello World! ``` `````` Should generate: ``` html Hello World! (incl. syntax highlighting) ```

feature request

Should be easy to switch.

feature request