benjypng / logseq-todoist-plugin

MIT License
125 stars 19 forks source link

No plugin icon and setting menu #53

Closed howarddo2208 closed 1 year ago

howarddo2208 commented 1 year ago

image image image

Logseq version: 0.8.16 Plugin version: 5.2.0

benjypng commented 1 year ago

Should be fixed in 5.2.1. Please try.

howarddo2208 commented 1 year ago

Should be fixed in 5.2.1. Please try.

The setting menu is back but still no icon in the plugin dropdown tho.

benjypng commented 1 year ago

Oh, there is actually no more icon in the plugin toolbar though. Is there a particular function that you are trying to access?

On Fri, Jan 13, 2023 at 10:13 AM howarddo @.***> wrote:

Should be fixed in 5.2.1. Please try.

The setting menu is back but still no icon in the plugin dropdown tho.

— Reply to this email directly, view it on GitHub https://github.com/hkgnp/logseq-todoist-plugin/issues/53#issuecomment-1381226173, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNXKGMLHVZHRTDVVRNTBDDWSC245ANCNFSM6AAAAAATZQKRLA . You are receiving this because you commented.Message ID: @.***>

howarddo2208 commented 1 year ago

Oh, I didn't know that, just started using this plugin and the documentation said there is

benjypng commented 1 year ago

Oh, I didn't know that, just started using this plugin and the documentation said there is

Yeah apologies. The READMEs for all my plugins are significantly outdated. 😢

howarddo2208 commented 1 year ago

@hkgnp I just forked the project, may I ask why the methods are imported from non exist file/folder? I changed to services/todoistHelpers but removePrefix is still missing. How can you build that without error? I'm brand new to plugin dev, so it would be great help if you can explain it. Also, are there any resources you recommend for logseq development? image

howarddo2208 commented 1 year ago

The unpacked version pull from the master branch still faced the same problem.

howarddo2208 commented 1 year ago

nvm, it was my bad

benjypng commented 1 year ago

Great! Hmm, I am not a software engineer by training so I am not sure if I am the best person to ask 😂

But I use Javscript and Typescript and the plugin API methods can be found at https://plugins-doc.logseq.com. It is perhaps best to start with a particular idea you have in mind and learn how to build it by looking at other similar plugins.

Feel free to ask any questions in Discord! I go by the same handle.