Stefan Goessner

Results 39 comments of Stefan Goessner

Try to click [1] in your example "Die Grundfälle werden gebildet durch Gleichung (6.1)[1]. " https://goessner.github.io/Mechanismentechnik/06_Getriebekinematik.md/Aufgabe_6.9.html What do you suggest ? btw: FAQ is in the root `docs` folder ...

I think ... * Users writing markdown files simply should rely on being able to use urls relative to their current document. So your link ```md [[1]](#1) ``` works as...

It is otherwise round: 1. If we keep `` we **need** to translate urls in users markdown documents and leave urls in `used` files. 2. If we drop `` we...

... working example somewhere ... ?

Started with ver. 0.3.8 there are no constraints with `layout` names. Use any name, as long there is a corresponding template. Need to update Release Notes.

What I like with this approach, is it's simplicity and the fact, that it's only affecting the corresponding template. Let's go with it for now. Please be aware, that in...

It might be, that I implemented a `scl`property experimentally, which I forgot to push. But homogenious scaling is a must have in my opinion. If we use `beg .. end`...

Scaling works now ... but the image location seems to be scaled also ...

Hmm ... scaling is gone again. Unfortunately running out of time. Please try for yourself. That Mechanism ... ```json { "id":"4bar", "nodes": [ { "id":"A0","x":100,"y":100, "base":true }, { "id":"A","x":100,"y":150 },...

Well ... this might be useful indeed. But implementing arithmethics and specifying it in a clean way are two very different shoes. We might deal then with: * `0.1+0.2 ==...