Ondřej Žára

Results 503 comments of Ondřej Žára

> So why is the xsl file returns as text, on a standard nginx vhost? No idea. I would say this shall be forwarded to your hosting provider.

Hi @zbiki, this is a rather complex topic. *My Mind* is, unfortunately, completely without localization support. Adding said feature is a non-trivial task. One way to achieve this is to...

@tehSLy, what URL? Your own installation, or http://ondras.zarovi.cz/sql/demo/?keyword=default ? I just tried with Chrome 58 and adding new table worked flawlessly. Also, what about some extension causing this behavior?

@mig2000 I am not sure what exactly is your goal. This is a web app, so to use it, you need a web server and a web browser. You can...

Hi @TylerJBrown192, to sum things up: the exacts steps to reproduce are: 1. open http://ondras.zarovi.cz/sql/demo/?keyword=default in Chrome 2. click "Add table" in the toolbar 3. click the main area 4....

I still think that the behavior described might have been caused by browser extensions. These often modify how pages/browser works in an unpredictable way. Also, no errors in JS console...

There is no built-in support for this. The hard part is deciding where to actually store such image. But you can almost certainly insert images using the [data-URI](https://en.wikipedia.org/wiki/Data_URI_scheme), which might...

> Can't the picture be turned to base64 and saved in the json file? That is literally the [point I was making in the previous comment](https://github.com/ondras/my-mind/issues/66#issuecomment-287645349) :-)

Perhaps we can scan the HTML content for `` tags, drawing them into a separate `` and convert to base64 via `toDataURL`.

> But when I open an existing map, it gives space between nodes as it is a single-line text (Please check below screenshot) That is probably because the image is...