haydenull / logseq-plugin-browser

A browser plugin for logseq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logseq-plugin-browser

A browser plugin for logseq

latest release version License

English | 简体中文

Demo

demo

Usage

  1. Install plugin
  2. Open command palette, input browser
  3. Select Modify logseq-plugin-browser config
  4. Fill in configuration information
  5. 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"
      }
    }
  ]
}

About

A browser plugin for logseq

License:MIT License


Languages

Language:TypeScript 88.2%Language:CSS 5.4%Language:HTML 4.0%Language:JavaScript 2.4%