Skip to content

Commit

Permalink
added Latex snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Reocin committed Apr 1, 2021
1 parent bc330b9 commit 36adc5d
Show file tree
Hide file tree
Showing 73 changed files with 4,620 additions and 24 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Obsidian Markdown Formatting Assistant

> This Plugin provides easy to use snippets for Markdown and HTML and a color picker which shows the history of last used colors. Furthermore, it is possible to save any color you want.
> This Plugin provides easy to use snippets for Markdown, HTML and Latex and a color picker which shows the history of last used colors. Furthermore, it is possible to save any color you want.
> Version 0.1.1
> If you find a Bug or have a feature request: https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin/issues
Expand All @@ -11,8 +11,26 @@

The Side Panel can be opened by the Ribbon Icon on the left side. If you changed the side of the panel in the settings, just hit this butten/icon again and it will reload on the right side.

### Markdown Section

![](assets/Panel_Overview.png)

### HTML Section

![](assets/Panel_Overview_Html.png)

### Latex Section

> Latex Functions only work if they are in a latex equation section like $...$ or $$...$$.
![](assets/Panel_Overview_Latex.png)

### Greek Letters Section

> Greek Letters only work if they are in a latex equation section like $...$ or $$...$$.
![](assets/Panel_Overview_Greek_Letters.png)

## Command Language

With the command language the speed of the workflow can be specifically improved. By typing the trigger char (by default `\`) the commands will be activated and a suggestion window opens. It shows maximal 5 suggestions, which can be improved by adding more letters. The selected suggestion can be changed with the arrow keys and be activated with the enter key.
Expand Down Expand Up @@ -64,13 +82,15 @@ To delete a saved or last used color just click it with the right mouse button.

## Changelog

- Version 0.3.0
- added a Latex and Greek Letters section
- Version 0.2.2
- added /mermaid snipplet to generate mermaid code block - allows drawing diagrams ![](assets/Mermaid.png)
- Version 0.2.1
⁻ Some Bug Fixes
- No input preview mode
- Highlighting of the html buttons when hover
- Replace selection when insert colors.
- No input preview mode
- Highlighting of the html buttons when hover
- Replace selection when insert colors.
- Saved Colors can be added and edited in the settings.
- New HTML Tags `<details></details>` and `<summary></summary>`
- Vesion 0.2.0
Expand Down
Binary file added assets/Panel_Overview_Greek_Letters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Panel_Overview_Html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Panel_Overview_Latex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/icons/Alpha.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/icons/Beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/icons/Chi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/icons/Delta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/icons/Epsilon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 36adc5d

Please sign in to comment.