gatziourasd / typora-tabbar-plugin

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

Not working on Typora 1.3.8 version #5

Closed hwy1782 closed 2 years ago

hwy1782 commented 2 years ago

After I upgraded Typora to 1.3.8 today, I found that this plugin doesn't work anymore

image

gatziourasd commented 2 years ago

Thanks for reporting!

It seems like Typora changed the path to the typora://userData Folder to typora://app/userData/[...]

It works for me again, if I change the paths in the <typora-installation-path>/resources/window.html to:

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

Would you try this for me on your machine?

If that works I'll update the docs.

hwy1782 commented 2 years ago

Thanks for reporting!

It seems like Typora changed the path to the typora://userData Folder to typora://app/userData/[...]

It works for me again, if I change the paths in the <typora-installation-path>/resources/window.html to:

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

Would you try this for me on your machine?

If that works I'll update the docs.

Yes, after I modified the path, the plugin works normally, thank you very much