Skip to content
New issue

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

Image not showing on node #383

Open
amahabal opened this issue Nov 28, 2022 · 0 comments
Open

Image not showing on node #383

amahabal opened this issue Nov 28, 2022 · 0 comments

Comments

@amahabal
Copy link

In the documentation, https://argdown.org/guide/adding-images.html#using-tags-to-add-images shows how images can be added to nodes. There, we actually do see the images.

In my workflow, they don't work. So I tried it at the sandbox (https://argdown.org/sandbox/map/) and there also they don't work.

I used this in the sandbox:

===
images:
    useTags: true
    files:
        agree: {path: "https://argdown.org/agree-icon.svg", width: 20, height: 20}
        disagree: {path: "https://argdown.org/agree-icon.svg", width: 20, height: 20}
color:
    colorScheme: iwanthue-ice-cube
dot:
    argument:
        minWidth: 100
    statement:
        minWidth: 100
===

<a1> #pro #agree
    +> [s1] #pro #disagree
    <+ [s2] #pro #agree

<a2> #pro #disagree
    +> [s1]
    <- <a4> #con #agree

<a3> #con #disagree
    -> [s1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant