Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions convert_html_to_markdown.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
from bs4 import BeautifulSoup
import requests
import markdownify

def html_to_markdown(url, output_file):
response = requests.get(url)
html_content = response.text

# Parse the HTML content using Beautiful Soup
soup = BeautifulSoup(html_content, 'html.parser')

# Convert HTML to Markdown
markdown_text = markdownify.markdownify(str(soup), heading_style="ATX")

# Save to a Markdown file
with open(output_file, 'w') as file:
file.write(markdown_text)

# URL of the page you want to convert
url = 'https://docs.flutterflow.io/marketplace/adding-and-purchasing-items'

# Output filename
output_file = 'output.md'

# Perform conversion and save to file
html_to_markdown(url, output_file)
2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/custom-code/custom-actions
title: Custom Actions
description: Learn how to create and use custom actions in your FlutterFlow app to enhance functionality.
tags: [FlutterFlow, Custom Actions, Custom Code]
tags: [Custom Actions, Custom Code]
sidebar_position: 3
keywords: [FlutterFlow, Custom Actions, Customizations, Flutter, Dart, Pub.dev]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/custom-code
title: Writing Custom Code
description: Learn how to write and integrate custom code in your FlutterFlow app to add custom functionalities.
tags: [FlutterFlow, Custom Code, Customizations]
tags: [Custom Code, Customizations]
sidebar_position: 1
keywords: [FlutterFlow, Custom Code, Customizations, Flutter, Dart, Pub.dev]
toc_max_heading_level: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/custom-code/custom-files
title: Custom Files
description: Learn how to manage and use custom files in your FlutterFlow app to extend its capabilities.
tags: [FlutterFlow, Custom Files, Custom Code]
tags: [Custom Files, Custom Code]
sidebar_position: 5
keywords: [FlutterFlow, Custom Files, Customizations, Flutter, Dart, Pub.dev]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/custom-code/custom-functions
title: Custom Functions
description: Learn how to create and use custom functions in your FlutterFlow app to add custom functionalities.
tags: [FlutterFlow, Custom Functions, Custom Code]
tags: [Custom Functions, Custom Code]
sidebar_position: 2
keywords: [FlutterFlow, Custom Functions, Customizations, Flutter, Dart, Pub.dev]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/custom-code/custom-widgets
title: Custom Widgets
description: Learn how to create and use custom widgets in your FlutterFlow app to enhance its user interface.
tags: [FlutterFlow, Custom Widgets, Custom Code]
tags: [Custom Widgets, Custom Code]
sidebar_position: 4
keywords: [FlutterFlow, Custom Widgets, Customizations, Flutter, Dart, Pub.dev]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/animations/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/animations
title: Animations
description: Learn the basics of animations in FlutterFlow.
tags: [FlutterFlow, Animations, Concepts]
tags: [Animations, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Animations, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/animations/hero_animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/animations/hero-animations
title: Hero Animations
description: Learn how to add Hero Animations in your FlutterFlow app.
tags: [FlutterFlow, Hero Animations, Concepts]
tags: [Hero Animations, Concepts]
sidebar_position: 3
keywords: [FlutterFlow, Hero Animations, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/animations/implicit_animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/animations/implicit
title: Implicit Animations
description: Learn how to add implicit animations in FlutterFlow.
tags: [FlutterFlow, Implicit Animations, Concepts]
tags: [Implicit Animations, Concepts]
sidebar_position: 2
keywords: [FlutterFlow, Implicit Animations, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/animations/page_transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/animations/page-transition
title: Page Transition Animations
description: Learn how to add page transition animations in your FlutterFlow app.
tags: [FlutterFlow, Page Transition Animations, Concepts]
tags: [Page Transition Animations, Concepts]
sidebar_position: 4
keywords: [FlutterFlow, Page Transition Animations, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/animations/widget_animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/animations/widget-animations
title: Widget Animations
description: Learn how to add widget animations in FlutterFlow.
tags: [FlutterFlow, Widget Animations, Concepts]
tags: [Widget Animations, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Widget Animations, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/design-system/design-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/design-system
title: Design System
description: Discover how to create a consistent UI/UX across your app with a design system in FlutterFlow.
tags: [FlutterFlow, Design System, UI/UX, Concepts]
tags: [Design System, UI/UX, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Design System, UI/UX, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/layout/building-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/layouts
title: Building Layout
description: Learn how to build layout in your FlutterFlow app.
tags: [FlutterFlow, Building Layout, Concepts]
tags: [Building Layout, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Building Layout, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/layout/responsive-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/layouts/responsive
title: Responsive Layout
description: Learn how to create responsive layout in your FlutterFlow app.
tags: [FlutterFlow, Responsive Layout, Concepts]
tags: [Responsive Layout, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Responsive Layout, Concepts]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/layouts/conditional-builder
title: ConditionalBuilder
description: Learn how to display different widgets based on certain conditions in your FlutterFlow app.
tags: [FlutterFlow, ConditionalBuilder, Concepts]
tags: [ConditionalBuilder, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, ConditionalBuilder, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/layout/responsive-widgets/wrap-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/layouts/wrap
title: Wrap
description: Learn how to add the Wrap widget in your FlutterFlow app.
tags: [FlutterFlow, Wrap, Concepts]
tags: [Wrap, Widget, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Wrap, Concepts]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/deep-dynamic-linking
title: Deep & Dynamic Linking
description: Learn how to implement deep and dynamic linking in your FlutterFlow app.
tags: [FlutterFlow, Deep Linking, Dynamic Linking, Concepts]
tags: [Deep Linking, Dynamic Linking, Concepts]
sidebar_position: 4
keywords: [FlutterFlow, Deep Linking, Dynamic Linking, Concepts]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/generate-current-page-link
title: Generate Current Page Link
description: Learn how to generate the current page link in your FlutterFlow app.
tags: [FlutterFlow, Navigation, Page Link, Concepts]
tags: [Navigation, Concepts]
sidebar_position: 5
keywords: [FlutterFlow, Navigation, Page Link, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/launch-url-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/launch-url
title: Launch URL [Action]
description: Learn how to use the Launch URL Action in FlutterFlow to open URLs with supporting apps.
tags: [FlutterFlow, Launch URL, Action, Concepts]
tags: [Launch URL, Action, Concepts]
sidebar_position: 7
keywords: [FlutterFlow, Launch URL, Action, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/nav-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/overview
title: Overview
description: Learn how to add navigation in FlutterFlow.
tags: [FlutterFlow, Navigation, Concepts]
tags: [Navigation, Concepts]
sidebar_position: 0
keywords: [FlutterFlow, Navigation, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/page-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/page-navigation
title: Page Navigation
description: Learn how to navigate between pages in FlutterFlow.
tags: [FlutterFlow, Page Navigation, Navigation, Concepts]
tags: [Page Navigation, Navigation, Concepts]
sidebar_position: 1
keywords: [FlutterFlow, Page Navigation, Navigation, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/passing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/passing-data
title: Passing Data
description: Learn how to pass data between pages in FlutterFlow.
tags: [FlutterFlow, Passing Data, Navigation, Concepts]
tags: [Passing Data, Navigation, Concepts]
sidebar_position: 2
keywords: [FlutterFlow, Passing Data, Navigation, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/share-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/share-action
title: Share [Action]
description: Learn how to use the Share Action in your FlutterFlow app to share content.
tags: [FlutterFlow, Share Action, Navigation, Concepts]
tags: [Share Action, Navigation, Concepts]
sidebar_position: 6
keywords: [FlutterFlow, Share Action, Navigation, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/navigation-routing/webview-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/navigation/webview
title: WebView
description: Learn how to use the WebView widget in FlutterFlow to display website content directly within your app.
tags: [FlutterFlow, WebView, Navigation, Concepts]
tags: [WebView, Navigation, Concepts]
sidebar_position: 6
keywords: [FlutterFlow, WebView, Navigation, Concepts]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-concepts/state-management/generated-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /concepts/state-management/generated-code
title: Generated Code
description: Learn about the state management used in FlutterFlow's generated code.
tags: [FlutterFlow, Generated Code, Concepts, State Management]
tags: [Generated Code, Concepts, State Management]
toc_max_heading_level: 5
sidebar_position: 2
keywords: [FlutterFlow, Generated Code, State Management, Concepts]
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-integrations/ads/admob.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/ads/admob
title: AdMob
description: Learn how to add AdMob in your FlutterFlow app.
tags: [FlutterFlow, AdMob, AdBanner, Interstitial Ad]
tags: [AdMob, AdBanner, Interstitial Ad]
sidebar_position: 1
keywords: [FlutterFlow, AdMob, AdBanner, Interstitial Ad]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: /integrations/authentication/custom-authentication
title: Custom Authentication
tags: [FlutterFlow, Custom Authentication, Authentication]
tags: [Custom Authentication, Authentication]
description: Learn how to add custom authentication in your FlutterFlow app.
sidebar_position: 1
keywords: [FlutterFlow, Custom Authentication, Authentication]
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-integrations/authentication/custom-auth/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: auth-token
slug: /integrations/authentication/tokens
title: Tokens
description: Learn about the types and lifespans of tokens in custom authentication.
tags: [FlutterFlow, Tokens, Authentication, Custom Authentication]
tags: [Tokens, Authentication, Custom Authentication]
sidebar_label: Tokens
sidebar_position: 1
keywords: [FlutterFlow, Tokens, Authentication, Custom Authentication]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/anonymous-login
title: Anonymous Login
description: Learn how to implement anonymous login in your FlutterFlow app.
tags: [FlutterFlow, Anonymous Login, Authentication, Firebase]
tags: [Anonymous Login, Authentication, Firebase]
sidebar_position: 6
keywords: [FlutterFlow, Anonymous Login, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/apple
title: Apple Login
description: Learn how to add Apple login in your FlutterFlow app.
tags: [FlutterFlow, Apple Login, Authentication, Firebase]
tags: [Apple Login, Authentication, Firebase]
sidebar_position: 2
keywords: [FlutterFlow, Apple Login, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/email-login
title: Email Login
description: Learn how to add Email Login in your FlutterFlow app.
tags: [FlutterFlow, Email Login, Authentication, Firebase]
tags: [Email Login, Authentication, Firebase]
sidebar_position: 3
keywords: [FlutterFlow, Email Login, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/facebook
title: Facebook Login
description: Learn how to add Facebook login in your FlutterFlow app.
tags: [FlutterFlow, Facebook Login, Authentication, Firebase]
tags: [Facebook Login, Authentication, Firebase]
sidebar_position: 4
keywords: [FlutterFlow, Facebook Login, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/github
title: GitHub Login
description: Learn how to add GitHub authentication in your FlutterFlow app.
tags: [FlutterFlow, GitHub Login, Authentication, Firebase]
tags: [GitHub Login, Authentication, Firebase]
sidebar_position: 7
keywords: [FlutterFlow, GitHub Login, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/google-oauth-login
title: Google OAuth Login
description: Learn how to add Google OAuth login in your FlutterFlow app.
tags: [FlutterFlow, Google OAuth, Authentication, Firebase]
tags: [Google OAuth, Authentication, Firebase]
sidebar_position: 1
keywords: [FlutterFlow, Google OAuth, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/jwt-auth
title: JWT Token
description: Learn how to implement JWT authentication in your FlutterFlow app.
tags: [FlutterFlow, JWT, Authentication, Firebase]
tags: [JWT, Authentication, Firebase]
sidebar_position: 6
keywords: [FlutterFlow, JWT, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/password-reset
title: Password Reset [Action]
description: Learn how to add password reset action in your FlutterFlow app.
tags: [FlutterFlow, Password Reset, Authentication, Firebase]
tags: [Password Reset, Authentication, Firebase]
sidebar_position: 8
keywords: [FlutterFlow, Password Reset, Authentication, Firebase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/firebase/phone
title: Phone Login
description: Learn how to add phone login in your FlutterFlow app.
tags: [FlutterFlow, Phone Login, Authentication, Firebase]
tags: [Phone Login, Authentication, Firebase]
sidebar_position: 5
keywords: [FlutterFlow, Phone Login, Authentication, Firebase]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-integrations/authentication/generated-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/generated-code
title: Generated Code
description: Learn about the generated code behind enabling authentication in FlutterFlow.
tags: [FlutterFlow, Authentication, Generated Code, Custom Authentication, Firebase, Supabase]
tags: [Authentication, Generated Code, Custom Authentication, Firebase, Supabase]
keywords: [FlutterFlow, Authentication, Generated Code, Custom Authentication, Firebase, Supabase]
sidebar_label: Generated Code
---
Expand Down
2 changes: 1 addition & 1 deletion docs/ff-integrations/authentication/logout-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integration/authentication/logout
title: Logout [Action]
description: Learn how to add a logout action in your FlutterFlow app.
tags: [FlutterFlow, Logout, Authentication, Action]
tags: [Logout, Authentication, Action]
sidebar_position: 7
keywords: [FlutterFlow, Logout, Authentication, Session Security]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/supabase/auth-actions
title: Auth Actions
description: Learn how to add Supabase Authentication actions in your FlutterFlow app.
tags: [FlutterFlow, Auth Actions, Authentication, Supabase]
tags: [Auth Actions, Authentication, Supabase]
sidebar_position: 1
keywords: [FlutterFlow, Auth Actions, Authentication, Supabase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/supabase/email-authentication
title: Email Authentication
description: Learn how to integrate Email Login of Supabase Auth into your FlutterFlow app.
tags: [FlutterFlow, Email Authentication, Authentication, Supabase]
tags: [Email Authentication, Authentication, Supabase]
sidebar_position: 2
keywords: [FlutterFlow, Email Authentication, Authentication, Supabase]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: /integrations/authentication/supabase/initial-setup
title: Initial Setup
description: Learn how to perform the initial setup for Supabase Authentication in your FlutterFlow app.
tags: [FlutterFlow, Initial Setup, Authentication, Supabase]
tags: [Initial Setup, Authentication, Supabase]
sidebar_position: 0
keywords: [FlutterFlow, Initial Setup, Authentication, Supabase]
---
Expand Down
Loading