Skip to content

Commit

Permalink
id collision
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Apr 13, 2021
1 parent b8bed6b commit 06de88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "extract-url",
"name": "Extract url content",
"version": "0.7.0",
"version": "0.7.1",
"description": "Extract url converting content into markdown",
"author": "Stephen Solka",
"authorUrl": "https://github.com/trashhalo",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn onload(plugin: obsidian::Plugin) {
};
p.addCommand(JsValue::from(cmd2));
let cmd3 = ExtractCommand {
id: JsString::from("extract-url"),
id: JsString::from("import-url"),
name: JsString::from("Import From Clipboard"),
plugin: p.clone(),
title_only: false,
Expand Down

0 comments on commit 06de88a

Please sign in to comment.