You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-11Lines changed: 57 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
A plugin for displaying mathematical graphs in obsidian.md.
4
4
5
-
> _Remember to star this plugin on [Github](https://github.com/leonhma/obsidian-functionplot) if you like it._
5
+
> ⭐ _Remember to star this plugin on [Github](https://github.com/leonhma/obsidian-functionplot) if you like it!_
6
6
7
7
_This file only contains basic instructions to get you to using this plugin quickly. If you want a more detailed documentation, take a look at the [wiki](https://github.com/leonhma/obsidian-functionplot/wiki)._
8
8
9
-
## How to use
9
+
---
10
10
11
+
# 🔮 How to use
12
+
### With Command
11
13
Since version `1.1.0` you can create plots via a handy GUI with live-preview functionality.
12
-
13
-
1. Open the command pallete and select `Obsidian Functionplot: Plot a Function`
14
+
1. Open the command palette and select `Obsidian Functionplot: Plot a Function`
14
15
15
16
2. Adjust the plot to your liking.
16
17
@@ -19,22 +20,67 @@ Since version `1.1.0` you can create plots via a handy GUI with live-preview fun
19
20
20
21
3. This will create a coordinate system with bounds `-10 < x < 10, -10 < y < 10` and plot the functions f and g. If you havent disabled it, you can even drag and zoom the graph.
To see the complete list of supported math functions, please check the [wiki](https://github.com/leonhma/obsidian-functionplot/wiki).
58
+
59
+
## ⚙ Plugin Settings
60
+
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'.
> 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).
66
+
67
+
68
+
69
+
---
70
+
71
+
## ❓ Questions
26
72
27
73
If you have any questions about the usage of the plugin, take a look at the [wiki](https://github.com/leonhma/obsidian-functionplot/wiki) or post a question in the [discussions](https://github.com/leonhma/obsidian-functionplot/discussions).
28
74
29
-
## Bugs and Errors
75
+
## 🐞 Bugs and Errors
30
76
31
77
If you encounter any errors while using this plugin, please report them to us. To do so, click [this link](https://github.com/leonhma/obsidian-functionplot/issues/new?assignees=leonhma&labels=bug&template=BUG_REPORT.yml), fill out the form as best as you can and click `Submit new issue`. These issues are publically viewable, so please don't submit any personal information.
32
78
33
-
## Contributing
79
+
## 🤝 Contributing
34
80
35
81
Contributions are always welcome! Be it submitting issues, editing the wiki or creating a pull request, contributions by people like you help keep the project evolving. Please adhere to the [contributing guidelines](CONTRIBUTING.md).
0 commit comments