From 89cb9500fe7c07667154fb88a93f9c2c05f5201d Mon Sep 17 00:00:00 2001 From: A1tura Date: Tue, 3 Jun 2025 17:57:32 +0200 Subject: [PATCH] implemented installation guide to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b33cb..9815dc9 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,21 @@ f(x)=E+log(x)*2 To see the complete list of supported math functions, please check the [wiki](https://github.com/leonhma/obsidian-functionplot/wiki). +## How to Install + +1. ```` git clone https://github.com/leonhma/obsidian-functionplot /path/to/.obsidian/.plugins/ +2. ```` cd /path/to/.obsidian/.plugins/ ```` +2. ```` npm install ```` +3. ```` npm run build ```` +4. Open Obsidian, go to Settings → Community Plugins, and Enable the plugin. + ## ⚙ Plugin Settings Since version `1.2.0` there's a dedicated settings page for this plugin. Here you can adjust things like font sizes for the text elements of the plot, line widths and various colors. To access this page, head to the obsidian settings and scroll down the list to 'Community Plugins > Obsidian Functionplot'. ![Settings Page](https://github.com/leonhma/obsidian-functionplot/blob/master/images/settings/dark.png) -> **Note** +> **Note** > For changes to be applied, Obsidian needs to "re-render" the chart. You can either restart Obsidian, or switch between view modes (eg. Reading mode > Edit mode > Reading mode). ---