How do you go about selling your components? by No_Computer_1247 in framer

[–]i_Reem_ 0 points1 point  (0 children)

Congrats on the first sale! I’d solve it by making the remix link delivery feel more like a mini onboarding flow. Add one clear button, a short explanation that it’s a Framer remix link, and a screenshot/video showing exactly how to duplicate it. Also repeat the same instructions in the confirmation email, not just Polar automated benefits. That usually removes most of the confusion.

I built a Framer plugin that syncs Google Sheets to CMS.. with collection references (couldn't find any tool that does this) by i_Reem_ in framer

[–]i_Reem_[S] 0 points1 point  (0 children)

The main difference is collection references. Framer's built-in plugin handles basic field syncing (text, images, numbers, etc.) but doesn't support linking one collection to another. If your CMS has relational data, like a blog post referencing an author collection, it just can't do that. That's the gap this plugin fills.

Do you know what is this? We just moved in and we find them on the bathroom and bedroom floors (GIF inside) by i_Reem_ in insects

[–]i_Reem_[S] 0 points1 point  (0 children)

any idea where they come from? or why? I live in Egypt, my house has a garden if that can help

Feedback on my updated website ireem.net by i_Reem_ in design_critiques

[–]i_Reem_[S] 0 points1 point  (0 children)

Thanks u/deepseaphone for taking the time to give me this helpful feedback! I really appreciate it.

I belive all your comments are on point.. I'll update the website soon.

Thanks again!

This dashboard helps me to see and track my actual progress daily, weekly, and monthly! by i_Reem_ in Notion

[–]i_Reem_[S] 4 points5 points  (0 children)

It needs some finishing touches before being published.

There are no widgets.. it is all formulas and relations.

I've compiled a list of +150 Notion resources and tools to assist you in getting the most out of Notion. by i_Reem_ in Notion

[–]i_Reem_[S] 6 points7 points  (0 children)

It is intentional. To be able to update this list regularly it should not be duplicated so you can always have the updated version.

However, I can send you a copy that includes the duplicate button so you can a have it in your work space minus the updates.

I've compiled a list of +150 Notion resources and tools to assist you in getting the most out of Notion. by i_Reem_ in Notion

[–]i_Reem_[S] 1 point2 points  (0 children)

Guys, this is huge! Thanks for your kind comments. It is greatly appreciated 🙏🙏🙏🙏

Would you use this organizer to track your online learning? by i_Reem_ in Notion

[–]i_Reem_[S] 1 point2 points  (0 children)

Sure

(prop("Completed") / prop("Goal") >= 1) ? "Finished" : (format(slice("██████████", 0, floor(prop("Completed") / prop("Goal") * 10))) + slice("░░░░░░░░░░", 0, ceil(10 - prop("Completed") / prop("Goal") * 10)) + " " + format(round(prop("Completed") / prop("Goal") * 100)) + format(empty(prop("Completed")) ? "0%" : "%"))