We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create x.d2 x: { shape: circle }
create x.md ```d2 ...@x ```
x.md preview renders circle with x (see behaviour of VS Code plugin, open same files in VS Code and preview x.md)
error
D2 Compilation Error: err: failed to compile -: -:1:1: failed to import "x.d2": open x.d2: no such file or directory
(btw: i'm also using Unitade plugin to edit .d2 files directly in Obsidian)
Obsidian 1.4.14
macOS Sonoma 14.1.2
VS Code 1.84
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps
create x.d2
x: {
shape: circle
}
create x.md
```d2
...@x
```
Expected:
x.md preview renders circle with x
(see behaviour of VS Code plugin, open same files in VS Code and preview x.md)
Actual:
error
Environment
(btw: i'm also using Unitade plugin to edit .d2 files directly in Obsidian)
Obsidian 1.4.14
macOS Sonoma 14.1.2
VS Code 1.84
The text was updated successfully, but these errors were encountered: