update
This commit is contained in:
5
.obsidian/plugins/mrj-jump-to-link/data.json
vendored
Normal file
5
.obsidian/plugins/mrj-jump-to-link/data.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"letters": "euioqsdfjkl:wxm,",
|
||||
"jumpToAnywhereRegex": "\\b\\w{3,}\\b",
|
||||
"lightspeedCaseSensitive": false
|
||||
}
|
723
.obsidian/plugins/mrj-jump-to-link/main.js
vendored
Normal file
723
.obsidian/plugins/mrj-jump-to-link/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/mrj-jump-to-link/manifest.json
vendored
Normal file
10
.obsidian/plugins/mrj-jump-to-link/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "mrj-jump-to-link",
|
||||
"name": "Jump to link",
|
||||
"version": "0.4.4",
|
||||
"description": "This plugin allows open a link in current document or regex based navigation in editor mode using hotkey",
|
||||
"isDesktopOnly": false,
|
||||
"author": "MrJackphil",
|
||||
"authorUrl": "https://mrjackphil.com",
|
||||
"minAppVersion": "0.15.0"
|
||||
}
|
18
.obsidian/plugins/mrj-jump-to-link/styles.css
vendored
Normal file
18
.obsidian/plugins/mrj-jump-to-link/styles.css
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.jl.popover {
|
||||
position: absolute;
|
||||
display: block;
|
||||
z-index: 10000;
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 186, 133, 0.8)), to(rgba(255, 186, 66, 0.8)));
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: rgb(227, 157, 35);
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 12px;
|
||||
color: black;
|
||||
padding: 1px 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.theme-dark, .theme-light {
|
||||
--jump-to-link-lightspeed-color: var(--text-muted);
|
||||
}
|
Reference in New Issue
Block a user