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

[Bug]: Documentation Error #84

Open
mtuckerb opened this issue Oct 22, 2022 · 1 comment
Open

[Bug]: Documentation Error #84

mtuckerb opened this issue Oct 22, 2022 · 1 comment

Comments

@mtuckerb
Copy link

Describe the bug

As a new user, I want the documentation for charts from md tables to be correct, so that I don't fumble around for ten minutes trying to figure it out.

AC#1 Given documentation regarding creating charts from markdown tables, when I copypasta the sample code, it will look like this
| | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |----|
| Data1 | 1 | 2 | 3.33 | |
| Data2 | 3 | 2 | 1 | |
| Data3 | 6.7 | 4 | 2 |^table|

Which seems to be the correct implementation.

Relevant errors (if available)

No response

Steps to reproduce

Consult the documentation here, and copy the table into a new obsidian doc.

|       | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |
| Data1 | 1     | 2     | 3.33  |
| Data2 | 3     | 2     | 1     |
| Data3 | 6.7   | 4     | 2     |
^table

and copy pasta the sample code for the chart and observe that the chart errors out.
Then create a 5th column with the ^table reference in any or all of the cells. Notice that the chart renders.

Expected Behavior

The docs are correct.

Addition context

No response

Language

No response

API Name

No response

Operating system

macOS

@mtuckerb
Copy link
Author

oh and the edit link for the page errors out too, which is why I opened the bug instead of fixing it my own darn self.

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