Releases: themarkappleby/Guidedog
Better inline code formatting
v0.1.13 better inline code formatting
Removed overly aggressive comment scrubber
v0.1.12 removed overly aggressive comment scrubber
Removed ZeroClipboard
v0.1.11 updated version
Lorem Ipsum exapnder
Guidedog has a handy lorem ipsum expanding feature for quickly including blocks of lorem ipsum text in your examples. To include a sentence of lorem ipsum, simply use the key word format loremX
. Guidedog will look for all instances of loremX
and replace each with lorem ipsum text. X
represents the number of sentences of lorem ipsum you want to insert. For example, for two senteces of lorem ipsum you would type lorem2
.
Hash scroll bug fix
v0.1.9 scroll bugfix
Go to hash on load
Added hash support to menu items and go to hash on Guidedog load.
Body Fix
Ensured body element retains its intended padding/margin (ie. does conflict with other values).
Multi-file parsing support
- added ability to pass an array of cssPaths to be parsed
- fixed logoPath (was not displaying logo previously)
- added sample Less file for testing purposes
- minor guidedog.js cleanup and improved commenting
Converted Guidedog into a jQuery plugin
Guidedog is now initialized as a jQuery plugin. The CSS and logo paths are no longer passed as data attributes but are now instead initializer options. Project javascript files can now be loaded in the callback function instead of listening for a special Guidedog event.
Changed "example:" to "html:"
Changed "example:" to "html:" to make the naming more inline with "jade:" (and other possible syntaxes that may be supported in the future).