From b3423f291b6141590d3f8e2ed9c357cd6461fe8d Mon Sep 17 00:00:00 2001 From: Joshua Wootonn Date: Sun, 28 Jul 2024 08:24:27 -0400 Subject: [PATCH] chore: rename again :) --- README.md | 4 ++-- manifest.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 357e741..ffaa099 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index beea3c8..3ef367b 100644 --- a/manifest.json +++ b/manifest.json @@ -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.", diff --git a/package.json b/package.json index 6ee251d..e3abca2 100644 --- a/package.json +++ b/package.json @@ -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",