ganesshkumar / obsidian-excel-to-markdown-table

An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
MIT License
199 stars 7 forks source link

[BUG] Prompt: Fail to load, on IOS #18

Closed aooaa closed 1 year ago

aooaa commented 1 year ago

Describe the bug Plugin Can't load properly on IOS, and prompt: Fail to load xxx, when start Obsidian.

To Reproduce Steps to reproduce the behavior:

  1. install plugin on IOS
  2. enable plugin
  3. See error: Fail to load xxx

Expected behavior Load successfully without warning.

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

marcusmoore commented 1 year ago

I think this is the issue as seen in #10

aooaa commented 1 year ago

Yes, same issue, I will check, thanks.👌

aooaa commented 1 year ago

Still unsolved, 🙃

marcusmoore commented 1 year ago

Yeah, there is an open issue on the upstream package: https://github.com/csholmq/vscode-excel-to-markdown-table/issues/28

The other day I noticed that the Safari section of the Settings app in iOS has an Experimental Features page. I didn't scroll through but I wondered if there is a flag that can be turned on in there to enable the use of lookbehind regexes.

aooaa commented 1 year ago

It seems the problem of Safari,Lookbehind in JS regular expressions is not supported on Safari 7.1 by far.