Skip to content

Instantly share code, notes, and snippets.

@cliffparnitzky
Last active August 29, 2015 14:07
Show Gist options
  • Save cliffparnitzky/afb4efe06e87706e69d6 to your computer and use it in GitHub Desktop.
Save cliffparnitzky/afb4efe06e87706e69d6 to your computer and use it in GitHub Desktop.
Scriplets for bookmarks to the contao manuals and differnet chapters
- Add these scriptlets as bookmarks to your browser
- Open it, enter the contao version (major.minor) and checkout the manual
Customization
-------------
- change 'de' to 'en' for the englisch manual
- for preselecting a version change the content of window.prompt(...) to "Contao Version (z.B. 3.2):","3.3"
javascript:void(location.href="https://contao.org/de/manual/" + window.prompt("Contao Version (z.B. 3.2):","") + "/data-container-arrays.html")
javascript:void(location.href="https://contao.org/de/manual/" + window.prompt("Contao Version (z.B. 3.2):","") + "/managing-content.html#inserttags")
javascript:void(location.href="https://contao.org/de/manual/" + window.prompt("Contao Version (z.B. 3.2):","") + "/data-container-arrays.html#callbacks")
javascript:void(location.href="https://contao.org/de/manual/" + window.prompt("Contao Version (z.B. 3.2):","") + "/customizing-contao.html#contao-hooks")
javascript:void(location.href="https://contao.org/de/manual/" + window.prompt("Contao Version (z.B. 3.2):","") + ".html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment