update
This commit is contained in:
5
.obsidian/plugins/url-into-selection/data.json
vendored
Normal file
5
.obsidian/plugins/url-into-selection/data.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"regex": "[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?&//=]*)",
|
||||
"nothingSelected": 0,
|
||||
"listForImgEmbed": "youtu.?be|vimeo"
|
||||
}
|
754
.obsidian/plugins/url-into-selection/main.js
vendored
Normal file
754
.obsidian/plugins/url-into-selection/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
.obsidian/plugins/url-into-selection/manifest.json
vendored
Normal file
8
.obsidian/plugins/url-into-selection/manifest.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "url-into-selection",
|
||||
"name": "Paste URL into selection",
|
||||
"description": "Paste URL \"into\" selected text.",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"version": "1.7.0"
|
||||
}
|
Reference in New Issue
Block a user