gatziourasd / typora-tabbar-plugin

Unofficial plugin that adds a tabbar to Typora
61 stars 4 forks source link

amazing! #7

Open mickleberry opened 1 year ago

mickleberry commented 1 year ago

Amazing, thank you for your efforts. i'm running the tabbar plugin on linux mint, and it started fine.

On this linux, the code for window.html would be this:

provided you have it in this folder /usr/share/typora/resources/plugin/tabbar/

Issues in first glance testing:

But a great start, very appreciative Thanks, mc

yuzhichang commented 1 year ago

A bit update, both script and link shall use relative path:

    <script src="./plugins/tabbar/bundle.js" defer></script>
    <link rel="stylesheet" href="./plugins/tabbar/bundle.css">