A browser plugin for logseq
English | 简体中文
browser
Modify logseq-plugin-browser config
Open command palette shortcut:
Ctrl + Shift + P
Cmd + Shift + P
buttons: toolbar buttons
use tablericons icon library
example: book icon, icon parameter value is ti-book
{
"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"
}
}
]
}