Nico Hagenburger
Nico Hagenburger
## New feature This command will change the title of the document. ## Specifications ``` xml ``` ## Example usage `test.md`: ``` markdown # First headline Text ``` Rendered result...
Write a plugin for [Grunt](https://gruntjs.com). Have a look at other plugins und come up with a specification first.
Write a plugin for [Webpack](https://webpack.js.org). Have a look at other plugins und come up with a specification first.
When PIMD gets used in the browser, JSDOM is not needed, as the browser already has its own DOM. This would reduce the package size and increase the speed.
## New feature Call PIMD from the command line. This should be a separate NPM package. ## Specification ### Input by user ``` bash pimd # Hello world ``` End...
## New feature Allow page/code block-specific CSS. ## Specification ```` markdown a { color: blue; } ```` Should add the text content of `` to the `contents` of the document:...
Define a way to integrate processors for CSS and JavaScript. Those could be: PostCSS, Sass/SCSS, Less, Coffee-Script, Babel, … ## Current situation CSS and JavaScript can be added via: ```...
## New feature Either an element or a code block should be able to update an HTML attribute. ## Specifications The following combinations should be possible: * `[attribute=value]` → `attribute="value"`...
Some suggestion for additional data in _sache.json_ which could be useful (should be optional): - `website` (URL) - `documentation` (URL) - `logo` (URL to square PNG or SVG) What do...