Kai Lawrence

Results 17 comments of Kai Lawrence

First example provided in 5f15bf0cd3e6596a1f90ab8bd711d7416cbdb442. `g2.chart` is accepting functions (e.g. `Math.sin`), which is not supported by JSON. We could add some kind of parsing here, for example the ability for...

The problem on the `navigation` part differs from the accessing of the files in `theme`. The problem of `navigation` is that the paths depend on the relative path of the...

Seems to be working. Closing this issue and opening related issue at #9

I am not to sure about this but the [Mechanismentechnik](https://goessner.github.io/Mechanismentechnik/) Page does use local links a lot in navigation and the FAQ has quite a few which are working fine...

I don't know how much control we have, regarding the parsing of markdown to html. That being said, if the `[1]` would translate to `[1].` instead of `[1]` it would...

I saw the deprecated link with `img`. Will be updated soon. We do translate the users markdown files into html anyways. The user would not care if we translate `[[1]](#1)`...

The best solution I have found to do that is to: 1. Create the `html` for `navigation.md`. 2. Set `` in that `html`, for the hyperlinks (in the nav) to...

Sent an Email to you to review this proposal.

The proposal can be seen in action on the [Mechanismentechnik-Page](https://goessner.github.io/Mechanismentechnik/index.html). I am working on an update for microjam, but I am still working on the implementation details.

We could also think about using `fs.copyFileSync`, replacing the `ext.defaults` object completely.