Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Chartifact GitHub repo has source code for these interoperating modules:
* **Tables** – Sortable, selectable, and editable data grids
* **Charts** – [Vega](https://vega.github.io/vega/) and [Vega-Lite](https://vega.github.io/vega-lite/) visualizations
* **Diagrams** – [Mermaid](https://mermaid-js.github.io/mermaid/) diagrams (flowcharts, networks, and more) via the mermaid plugin, including tabular data-driven diagram generation
* **Structured content** – Custom layouts via the [Treebark](https://danmarshall.github.io/treebark/) plugin for rendering safe, templated HTML structures (cards, headers, footers, lists, and more)
* **Structured content** – Custom layouts via the [Treebark](https://treebark.js.org) plugin for rendering safe, templated HTML structures (cards, headers, footers, lists, and more)
* **Images** – Dynamic image URLs based on variables
* **Presets** – Named sets of variable values for quick scenario switching

Expand Down
Binary file modified docs/assets/chartifact-examples-json.zip
Binary file not shown.
Binary file modified docs/assets/chartifact-examples-markdown.zip
Binary file not shown.
Binary file modified docs/assets/chartifact-examples.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/assets/examples/json/features/11.treebark.idoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"# Treebark Plugin Examples",
"The Treebark plugin enables rendering of HTML structures using templates and data binding. It's perfect for creating cards, lists, and other structured UI components.",
"",
"For comprehensive documentation and more examples, visit [Treebark Documentation](https://danmarshall.github.io/treebark/)."
"For comprehensive documentation and more examples, visit [Treebark Documentation](https://treebark.js.org)."
]
},
{
Expand Down Expand Up @@ -305,7 +305,7 @@
"groupId": "learn-more",
"elements": [
"## Learn More",
"Visit the [Treebark Documentation](https://danmarshall.github.io/treebark/) to explore:",
"Visit the [Treebark Documentation](https://treebark.js.org) to explore:",
"- Advanced template syntax",
"- More conditional rendering options",
"- Nested data binding",
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/examples/markdown/features/11.treebark.idoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# Treebark Plugin Examples
The Treebark plugin enables rendering of HTML structures using templates and data binding. It's perfect for creating cards, lists, and other structured UI components.

For comprehensive documentation and more examples, visit [Treebark Documentation](https://danmarshall.github.io/treebark/).
For comprehensive documentation and more examples, visit [Treebark Documentation](https://treebark.js.org).
:::
::: group {#static-card}

Expand Down Expand Up @@ -210,7 +210,7 @@ variableId: userScore
::: group {#learn-more}

## Learn More
Visit the [Treebark Documentation](https://danmarshall.github.io/treebark/) to explore:
Visit the [Treebark Documentation](https://treebark.js.org) to explore:
- Advanced template syntax
- More conditional rendering options
- Nested data binding
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>Ecosystem</h2>
<li><strong>Tables</strong> – Sortable, selectable, and editable data grids</li>
<li><strong>Charts</strong> – <a href="https://vega.github.io/vega/">Vega</a> and <a href="https://vega.github.io/vega-lite/">Vega-Lite</a> visualizations</li>
<li><strong>Diagrams</strong> – <a href="https://mermaid-js.github.io/mermaid/">Mermaid</a> diagrams (flowcharts, networks, and more) via the mermaid plugin, including tabular data-driven diagram generation</li>
<li><strong>Structured content</strong> – Custom layouts via the <a href="https://danmarshall.github.io/treebark/">Treebark</a> plugin for rendering safe, templated HTML structures (cards, headers, footers, lists, and more)</li>
<li><strong>Structured content</strong> – Custom layouts via the <a href="https://treebark.js.org">Treebark</a> plugin for rendering safe, templated HTML structures (cards, headers, footers, lists, and more)</li>
<li><strong>Images</strong> – Dynamic image URLs based on variables</li>
<li><strong>Presets</strong> – Named sets of variable values for quick scenario switching</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.0.8]

Updated examples

## [1.0.7]

Added json validation
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chartifact",
"displayName": "Chartifact",
"description": "Declarative, interactive data documents",
"version": "1.0.7",
"version": "1.0.8",
"publisher": "msrvida",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-deploy/json/features/11.treebark.idoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"# Treebark Plugin Examples",
"The Treebark plugin enables rendering of HTML structures using templates and data binding. It's perfect for creating cards, lists, and other structured UI components.",
"",
"For comprehensive documentation and more examples, visit [Treebark Documentation](https://danmarshall.github.io/treebark/)."
"For comprehensive documentation and more examples, visit [Treebark Documentation](https://treebark.js.org)."
]
},
{
Expand Down Expand Up @@ -305,7 +305,7 @@
"groupId": "learn-more",
"elements": [
"## Learn More",
"Visit the [Treebark Documentation](https://danmarshall.github.io/treebark/) to explore:",
"Visit the [Treebark Documentation](https://treebark.js.org) to explore:",
"- Advanced template syntax",
"- More conditional rendering options",
"- Nested data binding",
Expand Down