Skip to content

Commit

Permalink
Merge pull request #11 from Reocin/improve_html_colors
Browse files Browse the repository at this point in the history
Improve html colors
  • Loading branch information
Reocin authored Mar 4, 2021
2 parents 39f60f7 + b148a0c commit daa8861
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 13 deletions.
35 changes: 27 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
![](assets/Obsidian_Overview.png)


## Side Panel

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.
Expand All @@ -24,17 +23,23 @@ With the command language the speed of the workflow can be specifically improved
## Color Picker

### Select a color

The color picker provides an easy and fast workflow to work with colors. If you pick a color with the `Select a Color` button and leave the window (by clicking outside the color picker), the selected color will be inserted at the current courser position. In addition, it will be copied to the clipboard.

### Color History

Furthermore, the color picker saves the history of the last 10 used colors.

### Saved Colors
To Save the current color even if obsidian will be closed, just click the `Save Color` button.


To Save the current color even if obsidian will be closed, just click the `Save Color` button.

### Sort saved Colors

All saved colors can be sorted via drop a catch.

### Delete a Color

To delete a saved or last used color just click it with the right mouse button.

![](assets/Color_Picker.png)
Expand All @@ -47,13 +52,27 @@ To delete a saved or last used color just click it with the right mouse button.
- options: any char

- Side Pane Side

- default: right
- options: right, left
- Defines the side of the side pane. By default the side pane will open on the right side/leaf.

- Saved Colors
- default: ""
- options: any hex color. One hex (#ffffff) color per line.
- Manages the saved colors. Colors can be added, deleted, edited. The order is also considered.

## Changelog
- Vesion 0.2.0
- Added support for HTML snippets in command language and in side pane.
- Added a color picker
- Vesion 0.1.2
- Inital plugin

- Version 0.2.1
⁻ Some Bug Fixes
- 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
- Added support for HTML snippets in command language and in side pane.
- Added a color picker
- Vesion 0.1.2
- Inital plugin
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-markdown-formatting-assistant-plugin",
"name": "Markdown Formatting Assistant",
"version": "0.3.0",
"version": "0.2.1",
"minAppVersion": "0.10.9",
"description": "This Plugin provides a simple Editor for Markdown, HTML and Colors and in addition a command line interface. The command line interface facilitate a faster workflow.",
"author": "Reocin",
Expand Down
2 changes: 1 addition & 1 deletion build/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"0.1.1": "0.10.9",
"0.1.2": "0.10.9",
"0.2.0": "0.10.9",
"0.3.0": "0.10.9"
"0.2.1": "0.10.9"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-markdown-formatting-assistant-plugin",
"name": "Markdown Formatting Assistant",
"version": "0.3.0",
"version": "0.2.1",
"minAppVersion": "0.10.9",
"description": "This Plugin provides a simple Editor for Markdown, HTML and Colors and in addition a command line interface. The command line interface facilitate a faster workflow.",
"author": "Reocin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-markdown-formatting-assistant-plugin",
"version": "0.3.0",
"version": "0.2.1",
"description": "This plugin improves the writing of MarkDown files",
"homepage": "https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"0.1.1": "0.10.9",
"0.1.2": "0.10.9",
"0.2.0": "0.10.9",
"0.3.0": "0.10.9"
"0.2.1": "0.10.9"
}

0 comments on commit daa8861

Please sign in to comment.