Skip to content

Releases: themarkappleby/Guidedog

Better inline code formatting

26 Sep 17:16
Compare
Choose a tag to compare
v0.1.13

better inline code formatting

Removed overly aggressive comment scrubber

26 Sep 17:01
Compare
Choose a tag to compare
v0.1.12

removed overly aggressive comment scrubber

Removed ZeroClipboard

25 Sep 19:54
Compare
Choose a tag to compare
v0.1.11

updated version

Lorem Ipsum exapnder

19 Sep 19:09
Compare
Choose a tag to compare

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

19 Sep 17:34
Compare
Choose a tag to compare
v0.1.9

scroll bugfix

Go to hash on load

19 Sep 15:03
Compare
Choose a tag to compare

Added hash support to menu items and go to hash on Guidedog load.

Body Fix

12 Sep 14:06
Compare
Choose a tag to compare

Ensured body element retains its intended padding/margin (ie. does conflict with other values).

Multi-file parsing support

03 Sep 02:35
Compare
Choose a tag to compare
  • 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

31 Aug 15:41
Compare
Choose a tag to compare

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:"

31 Aug 14:12
Compare
Choose a tag to compare

Changed "example:" to "html:" to make the naming more inline with "jade:" (and other possible syntaxes that may be supported in the future).