Skip to content

Commit

Permalink
Removed title case
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmayer committed Jan 20, 2025
1 parent 438fc69 commit 8f9095a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default class IDSidePanelPlugin extends Plugin {
);

// Add a ribbon icon and command to open the panel
this.addRibbonIcon('file-digit', 'Open ID Side Panel', () => this.activateView());
this.addRibbonIcon('file-digit', 'Open side panel', () => this.activateView());
this.addCommand({
id: 'open-id-side-panel',
name: 'Open ID Side Panel',
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": "note-id",
"name": "Note ID",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Displays notes by their ID, enabling structured sequences in a Zettelkasten (\"Folgezettel\").",
"author": "Dominik Mayer",
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-note-id",
"version": "1.0.1",
"version": "1.0.2",
"description": "Displays notes by their ID, enabling structured sequences in a Zettelkasten (\"Folgezettel\").",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8f9095a

Please sign in to comment.