Created
January 28, 2024 17:29
-
-
Save micahwalter/517cfb56eb8d032a58c96bf214c332fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fathomSnippet = document.createElement('script'); | |
fathomSnippet.defer = true; | |
fathomSnippet.setAttribute('data-site', '<your-site-code>'); | |
fathomSnippet.src = 'https://cdn.usefathom.com/script.js'; | |
document.head.appendChild(fathomSnippet); |
many thanks for answering
I have tried with no custom domain and with my custom domain.
the file is in my obsidian root folder in my vault. I also see I can publish the file, and I do this.
IN the browser source I cant see the script. So I think Im doing something wrong :)
many thanks for answering
I have tried with no custom domain and with my custom domain. the file is in my obsidian root folder in my vault. I also see I can publish the file, and I do this. IN the browser source I cant see the script. So I think Im doing something wrong :)
This sounds more like an Obsidian Publish issue. I would try the forums over there. Feel free to reference this Gist.
Many many thanks
Kind Regards,
Zoran Miljak
@: ***@***.***
m: +38169700300
…On Tue, Apr 23 2024 at 16:23, Micah Walter < ***@***.*** > wrote:
***@***.**** commented on this gist.
>
>
> many thanks for answering
>
>
>
> I have tried with no custom domain and with my custom domain. the file is
> in my obsidian root folder in my vault. I also see I can publish the file,
> and I do this. IN the browser source I cant see the script. So I think Im
> doing something wrong :)
>
>
This sounds more like an Obsidian Publish issue. I would try the forums
over there ( https://forum.obsidian.md/tag/publish ). Feel free to
reference this Gist.
—
Reply to this email directly, view it on GitHub (
https://gist.github.com/micahwalter/517cfb56eb8d032a58c96bf214c332fd#gistcomment-5033574
) or unsubscribe (
https://github.com/notifications/unsubscribe-auth/ADVT7H6UCO32RHVQN3E3ELTY6ZVGFBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTENZZGI3DMNBYU52HE2LHM5SXFJTDOJSWC5DF
).
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS (
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
) or Android (
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have not tried this with a custom domain. I thought Fathom deprecated those? Did you deploy the file? What do you see in the browser source?