PetrLaskevic

Results 14 comments of PetrLaskevic

> 2.) hsplit index.html (or better yet, a command for hsplitting the current file - like hsplit . - to not have to write the whole name) Regarding 2.), I...

> micro opens the terminal at the current working directory, similar to other code editors like VSCode. You will need to cd to the directory first before editing the file....

@AlexanderMakarov `moz-extension://` URI means a Firefox extension, so it is definitely not a script from `mermaid-live-editor`. Try without browser extensions.

@AlexanderMakarov Might be worth filing a bug at that extensions Github - that their extension breaks the website. Glad to help, I'm not the maintainer though :D

@sidharthv96 The MermaidChart part is not open-source though, right?

@fabhari While there is a link in the middle of the page, I think it is rather hidden... It still does not adress my original concern of stating visibly, on...

Here is a [git repo](https://github.com/PetrLaskevic/mermaid-cli-types-broken) I made to demonstrate the issue. If I made any mistake in setup I would be grateful to know.

This is purely a "types" thing, as when I run the installed `mermaid-cli` module with just JS, not using TypeScript (branch [pure-js-works](https://github.com/PetrLaskevic/mermaid-cli-types-broken/tree/pure-js-works)): ```js import { run } from "@mermaid-js/mermaid-cli"; run("example.mmd",...

When I don't use query parameters, and simply do `import FolderIcon from "virtual:icons/material-symbols/files";`, it does work

Alternatively `import FolderIcon from "~icons/material-symbols/files";` also works