Skip to content

Commit

Permalink
update: README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-sc committed Aug 19, 2024
1 parent 0b163fd commit 8585a97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ data.json
.DS_Store

env.mjs
package-lock.json
package-lock.json
/public/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ If you want to customize the symbols, you can do so by going to the settings of

You can also temporarily disable some replacements by using the toggles in the settings.

### Share and find shortcuts

In the [discussion](https://github.com/noam-sc/obsidian-enhanced-symbols-prettifier/discussions/categories/shortcuts) section, you can share your own shortcuts or find new ones that others have shared with the community.

## Installation

### From Obsidian
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "enhanced-symbols-prettifier",
"name": "Enhanced Symbols Prettifier",
"version": "1.1.2",
"version": "1.2.0",
"minAppVersion": "0.9.12",
"description": "Replace/substitute the symbols with actual symbols you commonly type. It also works for emojis shortcuts, abbreviations, greek letters, math symbols or other snippets/aliases you define",
"author": "Noam Schmitt and Florian Woelki",
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": "enhanced-symbols-prettifier",
"version": "1.1.2",
"version": "1.2.0",
"description": "Replace/substitute the symbols with actual symbols you commonly type. It also works for emojis shortcuts, abbreviations, greek letters, math symbols or other snippets/aliases you define",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8585a97

Please sign in to comment.