Patterns
Patterns copied to clipboard
Library for quickly applying rich interaction patterns without the need to write any JavaScript.
Sometimes it would be useful to open a page with a certain sheet/tab out of the stack that is not the first one. This seems to be currently impossible. It...
Here are the first eight lines of [`ArgumentParser.parse()`](https://github.com/Patternslib/Patterns/blob/master/src/core/parser.js#L381): parse: function argParserParse($el, options, multiple, inherit) { if (typeof options==="boolean" && multiple===undefined) { multiple=options; options={}; } inherit = (inherit!==false); var stack =...
In a template like this: ``` ${context/text} ``` Where ``${context/text}`` outputs this: ``` *This is markdown* ``` The rendered markdown is: ``` *This is markdown* ``` Instead of: ``` This...
on http://localhost:4001/preparation-fremdfirma.html I get 
When a user has Safari already open in Fullscreen mode, then resizing a page that gets opened via pat-fullscreen does not work: Safari in fullscreen mode: ...
Probably needs to be updated in 2 places.
Note to self: Currently, package.json points to my own fork of AnythingSlider, which has a couple of small jQuery 3 fixes. I have an issue and PR open in the...
When creating a modal that contains * a form without pat-inject and * a submit button with the "close-panel" class then the form is not submitted when clicking the submit...
Running `make all` produces this warning: ``` npm WARN deprecated [email protected]: postinstall-build's behavior is now built into npm! You should migrate off of postinstall-build and use the new `prepare` lifecycle...