cagrizorkol
(Tahsin Cagri Zorkol)
November 26, 2024, 4:21pm
1
Environment
Platform: macOS
Platform version: Sequoia 15.1.1
App Version: Version 5.9.0-beta.3 (5.9.0-beta.3)
Bug report
I installed latest beta version which app name is version 5.9.0-beta.3
On the right bottom area, i saw some notification about 3rd party plugins. You can see first screenshot. I saw that paste-as-markdown was removed the extension lists. After that i uninstalled this extension. But the other plugins does not support latest app version.
When i opened developer tools i saw some errors about these extensions. You can see these errors at second screenshot.
How can i resolve these problems?
Thank you
craftzdog
(Takuya Matsuyama)
November 27, 2024, 12:14am
2
Hi Tahsin,
Thanks for the report.
The export-by-tag and drawio use the deprecated APIs of Electron. Can you please contact the plugin authors to fix it?
The footnotes and paste-as-markdown are deprecated because the app now supports them out of the box. You can safely uninstall them.
craftzdog
(Takuya Matsuyama)
November 27, 2024, 12:58am
3
Unfortunately, it looks like the plugin authors are inactive now.
opened 12:03AM - 22 Apr 22 UTC
Hi Robert,
As of v5.5.0, `import { remote } from 'electron'` is no longer ava… ilable in the recent Electron.
You can use `import * as remote from '@electron/remote'` instead without adding a dependency for it.
Could you update it?
It's very simple like this: https://github.com/jmerle/inkdrop-tray/commit/a462082d4c4fb702facbd2ef7cf246d401aebf27
opened 02:44PM - 25 Aug 21 UTC
Clicking Plugins->Draw.io->add new diagram leads to the following screen on 2 fa… st computers with fast internet (OSX and Windows).
https://imgur.com/a/Dyh173U
I’ll pull these plugins from the registry for now.
cagrizorkol
(Tahsin Cagri Zorkol)
November 27, 2024, 6:08am
4
Thank you for your support Takuya
I’ll uninstall these plugins from my Inkdrop
Have a good day
1 Like