Awesome
logseq-plugin-browser
A browser plugin for logseq
English | 简体中文
Demo
Usage
- Install plugin
- Open command palette, input
browser
- Select
Modify logseq-plugin-browser config
- Fill in configuration information
- Restart LogSeq makes the configuration take effect
Open command palette shortcut:
- Windows:
Ctrl + Shift + P
- Mac:
Cmd + Shift + P
Plugin Configuration
buttons: toolbar buttons
- key: unique identifier
- icon: Button icon
- url(config file is href): Web page address
- style: Web page container iframe style object
use tablericons icon library
example: book icon, icon parameter value is ti-book
Configuration Example
{
"buttons": [
{
"key": "dida",
"icon": "ti-checkbox",
"href": "https://dida365.com/webapp/#q/all/today"
},
{
"key": "translate",
"icon": "ti-language",
"href": "https://translate.google.com",
"style": {
"width": "400px",
"right": "20px",
"top": "50px",
"left": "auto",
"bottom": "auto"
}
}
]
}