mProjectsCode / obsidian-shiki-plugin

MIT License
43 stars 6 forks source link

Can't enable on android obsidian: Failed To Load Error #3

Closed wychwitch closed 6 months ago

wychwitch commented 6 months ago

Describe the bug After installing the plugin, when I try to enable it I get a "failed to load plugin" error. I haven't tried on my computer, but I assume it should be fine there.

To Reproduce Steps to reproduce the behavior:

  1. install the plugin.
  2. Try to enable it.

Expected behavior The plugin to be enabled!

Screenshots Screenshot_20240401_110128_Obsidian

this is my android obsidian version Screenshot_20240401_110142_Obsidian

Occurs on

Plugin version 0.2.3

Thanks in advance! I hope I'm not overlooking something obvious.

mProjectsCode commented 6 months ago

I can reproduce this. It seems like EC is depending on postcss which expects a node js environment.

mProjectsCode commented 6 months ago

I think I successfully polyfilled the used node APIs in 0.2.4.