alincoop / obsidian-tinychart

Dead simple ASCII charts for Obsidian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyChart Plugin

Dead simple ASCII charts for Obsidian.

Supported Charts

  • βœ… Horizontal bar
  • πŸ—“οΈ Vertical bar
  • πŸ—“οΈ Line

Installation

  1. Within Obsidian, go to "Settings" -> "Community plugins" -> "Browse"
  2. Search for "TinyChart"
  3. Install and enable the plugin

Usage

Configure charts globally using the settings tab:

  • Fill and empty characters
  • Optional prefix and suffix characters
  • Chart length
  • Enable/disable and align value labels
  • Render chart in code block or paragraph format

Open the command palette in Obsidian Ctrl + P and search for TinyChart to insert an example chart block.

```tinychart
Apples, 100
Bananas, 75
Oranges, 150
Grapes, 25
Pineapples, 10
Watermelons, 50
Strawberries, 150
Blueberries, 30
Raspberries, 15
Mangoes, 150
```
Apples         β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ------- 100
Bananas        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ----------  75
Oranges        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 150
Grapes         β–ˆβ–ˆβ–ˆ-----------------  25
Pineapples     β–ˆ-------------------  10
Watermelons    β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ--------------  50
Strawberries   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 150
Blueberries    β–ˆβ–ˆβ–ˆβ–ˆ----------------  30
Raspberries    β–ˆβ–ˆ------------------  15
Mangoes        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 150

Support

This plugin is completely free and open source. If you really like it, I'd love to hear about how you're using it.

Buy Me A Coffee

About

Dead simple ASCII charts for Obsidian.

License:MIT License


Languages

Language:TypeScript 83.3%Language:JavaScript 14.9%Language:CSS 1.8%