Ondřej Žára
Ondřej Žára
> I have gotten this working, but need to understand which of my PRs you can accept so that I can find a suitable spot to PR this in. Thank...
> 2\. Was this designed to integrate "easily" with other HTML/CSS? Nope. This was meant as a standalone app. But there are certainly ways to introduce/increase interoperability.
Please change the `profil.seznam.cz` hostname in example calls to `login.szn.cz`. We had this wrong in our examples and are working on fixing the documentation.
> Is there a way to get the svg / png / gif format of the mindmap with your new coding ? The new SVG output is available via "Save...
I see. The "image" backend is currently only offering the resulting image data as download. I will update it so that you can use it to get the data via...
Please try updating to master now. The following should do the trick: ```js import { repo as formatRepo } from "./format/format.js"; let imageBackend = formatRepo.get("image"); let imageUrl = await imageBackend.save("svg");...
Please feel free to send a MR with a Dockerfile. I would not say that the app is WIP, it is regularly used (incl. the github-hosted version). I am not...
I am not sure this is going to solve a problem I am having. To address your arguments: > 1. Easier for anyone to file clean PRs In what sense?...
> See here #254, this was indicated as too big, I had a quick look and also felt it was beyond what I can afford, largely due to it being...
Sorry for not replying earlier. I just accepted the PR. Thanks!