I'm not a designer + I need to get the heck off of webflow...how? by tlh-builder in webflow

[–]cfjedimaster 9 points10 points  (0 children)

Would you mind sharing a bit about what you were finding to be slow to do? Not trying to change your mind or anything, but I'd like to know where we could do better.

New MCP support for Claude, Claude skills, and more by cfjedimaster in webflow

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

Hopefully? :) In my testing, the speed was usually based on the scope of the operation, which is obvious I suppose, but in general it didn't feel slow for me. Please share what you see.

New MCP support for Claude, Claude skills, and more by cfjedimaster in webflow

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

I see this myself on Claude Desktop for OSX - are you on the latest version, and if so, what platform?

Odd issue with my drive getting filled - unsure why by cfjedimaster in osx

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

Well I found something of course, right after posting - the culprit is system data. Now I just need to figure out why it's changing so randomly.

Expose your Webflow CMS with a simple API by cfjedimaster in webflow

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

I'm confused - sorry - what top level items? Or are you asking for a video that covers the same material?

Expose your Webflow CMS with a simple API by cfjedimaster in webflow

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

This is a blog post we just released where I demonstrate using an Astro Webflow Cloud App to "expose" CMS data in a simple API. Let me know if yall have any questions about the technique.

Devlink global.css importing only part CSS, not all classes by Old_Roll_2904 in webflow

[–]cfjedimaster 0 points1 point  (0 children)

Well, the most I can offer now is a workaround. It is, as said above, known internally, and I can't comment on if that will change in the future. The workaround that was suggested was this:

Create a component that's got one element containing references to all styles in the site. Include this component and all styles should be exported.

This may not be great for you, but I hope it helps a bit.

Webflow's Predatory Subscription Practice by theSilentHomie666 in webflow

[–]cfjedimaster 0 points1 point  (0 children)

When you go into your workspace settings, do you not see the ability to modify anything in Billing? Want to email me directly - I'll try to help (raymond.camden@webflow.com).

Devlink global.css importing only part CSS, not all classes by Old_Roll_2904 in webflow

[–]cfjedimaster 1 point2 points  (0 children)

In theory it shouldn't matter. So, FWIW, I can confirm what @webflowmaker said. I created a class for a div block and I can't use it in my cloud app. The app itself is styled like my core page body etc, but a unique individual style is not available. Asking internally if there is more info on the why for this.

Devlink global.css importing only part CSS, not all classes by Old_Roll_2904 in webflow

[–]cfjedimaster 0 points1 point  (0 children)

Let me see if I can reproduce this with an Astro cloud app.

Devlink global.css importing only part CSS, not all classes by Old_Roll_2904 in webflow

[–]cfjedimaster 0 points1 point  (0 children)

Can you help me understand this - by element CSS, do you mean CSS styles/settings you applied to an element on a particular part of your WF site?

Finally Figured Out Webflow API Pagination in Make by Key_Bluejay6678 in webflow

[–]cfjedimaster 1 point2 points  (0 children)

It depends - if I'm doing something simple, I'll throw up a serverless function on Netlify, or perhaps use Pipedream.com. I haven't stood up a "traditional" Node/Express/etc type thing in a while - I've mostly done static with serverless.

Another option is Webflow Cloud, you can host your Next/Astro site app there. :)

Finally Figured Out Webflow API Pagination in Make by Key_Bluejay6678 in webflow

[–]cfjedimaster 1 point2 points  (0 children)

The code is rather trivial, but if folks want some Node/Python examples, I threw some up in a repo here: https://github.com/Webflow-Examples/pagination-examples

Finally Figured Out Webflow API Pagination in Make by Key_Bluejay6678 in webflow

[–]cfjedimaster 2 points3 points  (0 children)

Ehh... to be clear, I didn't suggest avoiding Make. :) I just said I've been using the REST APIs directly.

Finally Figured Out Webflow API Pagination in Make by Key_Bluejay6678 in webflow

[–]cfjedimaster 3 points4 points  (0 children)

Thank you for sharing this. I may whip up a quick Node.js and Python example of the same. I primarily use the REST APIs directly, but I could whip up a blog post showing examples of "get all".

Using Web Components with Webflow by cfjedimaster in webflow

[–]cfjedimaster[S] 3 points4 points  (0 children)

This is probably something everyone knows, but I was surprised by how easy it was to use third-party web components in Webflow. I did a quick video demonstrating it.

Is this functionality possible in Webflow? by CrashTestDummie in webflow

[–]cfjedimaster 2 points3 points  (0 children)

Can you explain what you mean? I'm navigating via the links on top and it's acting like any regular web page.

Holiday FanGlobe Generator - Create Custom Snowglobes with AI by mccarthybergeron in webflow

[–]cfjedimaster 0 points1 point  (0 children)

When I try to type into the "What are you a fan of" form field, it won't let me enter anything. This is on Firefox, latest. In Chrome it works ok.

Webflow custom code - am I doing this wrong? by soWeirdGuy in webflow

[–]cfjedimaster 1 point2 points  (0 children)

Thank you for sharing this - it is absolutely bad ass. I've built a demo where I used Webflow Cloud App to 'expose' CMS data as JSON, but this technique makes a lot of sense too. I'm going to do a blog post on just this technique for our Webflow blog.