Skip to content

Commit

Permalink
❤️ Updated documentation and added asset
Browse files Browse the repository at this point in the history
  • Loading branch information
chetachiezikeuzor committed Oct 15, 2021
1 parent 101d780 commit 5c53102
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This plugin is not yet available in the Obsidian community plugin store. You can
- Added function to add commands per highlighter
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/highlighterdemo2.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">

### [1.0.1](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.0.1) - Oct 10, 2021
### [1.0.1](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.0.1) - Oct 12, 2021

##### Added

Expand All @@ -71,7 +71,7 @@ This plugin is not yet available in the Obsidian community plugin store. You can

- Bug: Check added to see that activeView isn't null

### [1.1.0](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.1.0) - Oct 10, 2021
### [1.1.0](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.1.0) - Oct 14, 2021

##### Added

Expand All @@ -81,26 +81,25 @@ This plugin is not yet available in the Obsidian community plugin store. You can
##### Changed

- Updated undo highlight functionality
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/undeohighlight.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/undohighlight.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">
- Creating empty highlight now adds space at the end
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/addedspace.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">

### [1.1.1](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.1.1) - Oct 10, 2021
### [1.1.1](https://github.com/chetachiezikeuzor/Highlightr-Plugin/releases/tag/1.1.1) - Oct 15, 2021

##### Added
##### Changed

- Added new setting to customize highlighter colors.
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/highlightrdemo1.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">
- Added command to open highlighter palette
- Added function to add commands per highlighter
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/highlighterdemo2.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">
- Updated logic to cursor repositioning
<img src="https://raw.githubusercontent.com/chetachiezikeuzor/Highlightr-Plugin/master/assets/betterCursorPos.gif" style=" box-shadow: 0 2px 8px 0 var(--background-modifier-border); border-radius: 8px; ">

---

## Checklist

- [x] Highlighter color commands
- [x] Open highlighter palette with command
- [x] Unhighlight with command
- [x] Undo highlight functionality
- [x] Customize highlighter colors

---
Expand Down
File renamed without changes

0 comments on commit 5c53102

Please sign in to comment.