Join the Webstudio community

Home
Members
Connor Betts
C
Connor Betts
Offline, last seen yesterday
Joined March 4, 2025
I'm attempting to use a field in a Notion Database to define the Post ID from a BlueSky. Then Use BlueSky's API to pull in details or responses to that post to allow for people to reply to the BlueSky post and have it show as a comment on the blog. The problem I'm running into is that I can't add resource into the expression editor of another resource. Is there a work around for this?
Plain Text
"https://api.bsky.app/xrpc/app.bsky.feed.getPostThread?uri=at://did:plc:n6com3b6tkpq76vr5n7xqutu/app.bsky.feed.post/" + notionData.data.results[0].properties["BlueSky Post"]["rich_text"][0]["plain_text"]


I thought this would work but it yellow underlines notionData and says "notionData" is not defined in the scope. I've tried putting the Notion variable in the Global Root, Body and shifting the BlueSky variable at the same level and below.

I will note I'm not set on using Notion for this but it was quick and easy for me to set up with the blog that is currently using Zen Blog for the CMS (which doesn't support something like this, and even if it did, it would have the same problem).
2 comments
B
C
I'm currently just using an HTML embed and styling a.w-rich-text-link and a.w-rich-text-link:hover but it doesn't show in the builder. Is there a better way to style these across the site?
11 comments
M
C
O
B
s
I'm trying to color a list item marker and usually just use li::marker, is this not possible in Webstudio?
2 comments
O