forked from LRancez/Codiad-Deep-Linking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
16 lines (16 loc) · 685 Bytes
/
Copy pathplugin.json
File metadata and controls
16 lines (16 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[{
"author": "LRancez",
"version": "0.11",
"name": "Deep Linking",
"image" : "https://raw.github.com/LRancez/Codiad-Deep-Linking/master/screen.png",
"description" : "This plugin allows to do deep linking in the Codiad web IDE.\n\nWith this plugin you will be able to navigate the Codiad tree using something like this in the address bar:\nhttp://codiad.server/#awesome/path/to/file.html",
"url": "https://github.com/LRancez/Codiad-Deep-Linking.git",
"contextmenu": [
{
"action": "codiad.deepLinking.popupPath();",
"icon": "icon-popup",
"applies-to": "both",
"title": "Direct Link"
}
]
}]