Skip to content

Commit

Permalink
chore: rename again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawootonn committed Jul 28, 2024
1 parent e6fc7dc commit b3423f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Obsidian Rich Text Editing Shortcuts
# Obsidian Rich Text Editor Shortcuts

I created this plugin to port some of my favorite richtext shortcuts from Notion to Obsidian.
I created this plugin to port some of my favorite richtext editor shortcuts from Notion to Obsidian.
Here is a list so far

https://github.com/user-attachments/assets/25f283f4-b284-45f0-be45-8da0a4ae26c9
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rich-text-editing-shortcuts",
"name": "Rich Text Editing Shortcuts",
"id": "rich-text-editor-shortcuts",
"name": "Rich Text Editor Shortcuts",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Create and toggle checkboxes, paste links wrapping your current selection, and toggle underline without leaving the keyboard.",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-rich-text-editing-shortcuts",
"name": "obsidian-rich-text-editor-shortcuts",
"version": "1.0.4",
"description": "All the richtext shortcuts you know and love from Notion, now in Obsidian!",
"description": "Create and toggle checkboxes, paste links wrapping your current selection, and toggle underline without leaving the keyboard.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit b3423f2

Please sign in to comment.