bicarlsen

Results 108 comments of bicarlsen

I am receiving similar errors on my local machine. I raised this as a [question on StackOverfow](https://stackoverflow.com/questions/70564143/using-firsebase-firestore-with-deno). The issue seems to be with compatiblity between the current version of Deno...

The solution from @ayame113 works for me, however when importing the Firestore library I can't use destructuring. E.g. ```js // does not work import { getFirestore } from "https://www.gstatic.com/firebasejs/9.6.0/firebase-firestore.js"; //...

Somewhat related, is there a way to ignore white space, EOL, etc., or force it to be the same?

Thanks for pointing this out. I'm experiencing the same issue. I'll see if I can get it compatible in the next weeks.

@ShafeeqHamza I'm currently working on updating the plugin to be compatible with the latest Obsidian version. I'll post here once the new version is released.

This will be fixed in the new release :) I'll post another comment here once it is out.

How exactly are you exporting the document and to what format?

I tried playing with including math a bit before, but was unsuccessful. I'll give it another shot thoug hand see if we can get it up and running :)

Your example doesn't apper to be showing up. Thank you for pointing this out. I'll see if I can get a fix :)

It appears that plugins don't have the ability to process Markdown. I've raised this as a [thread on the Obsidian Forum](https://forum.obsidian.md/t/rendering-markdown-from-a-plugin/26966), but it hasn't gotten much traction.