Nico Hagenburger

Results 59 issues of 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...

enhancement
RGSoC

Write a plugin for [Grunt](https://gruntjs.com). Have a look at other plugins und come up with a specification first.

RGSoC
external
specification-needed

Write a plugin for [Webpack](https://webpack.js.org). Have a look at other plugins und come up with a specification first.

external
specification-needed

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.

enhancement

## New feature Call PIMD from the command line. This should be a separate NPM package. ## Specification ### Input by user ``` bash pimd # Hello world ``` End...

enhancement
external
specification-needed

## 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:...

enhancement

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: ```...

enhancement
specification-needed

## 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"`...

enhancement
good first issue
RGSoC

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...