portable-text

Open-source projects categorized as portable-text
Topics: JSON Markup Text

portable-text Open-Source Projects

  • portabletext

    Portable Text is a JSON based rich text specification for modern content editing platforms.

  • react-portabletext

    Render Portable Text with React

  • Project mention: 👩‍💻Cara Install Code Highlight di Next.js dan CMS Sanity dengan SyntaxHighlighter | dev.to | 2023-11-25

    /** * This component uses Portable Text to render a post body. * * You can learn more about Portable Text on: * https://www.sanity.io/docs/block-content * https://github.com/portabletext/react-portabletext * https://portabletext.org/ * */ import { PortableText } from '@portabletext/react' import styles from './PostBody.module.css' import SyntaxHighlighter from 'react-syntax-highlighter' export default function PostBody({ content }) { const serializers = { types: { code: ({ value }: any) => (

    {value.code} SyntaxHighlighter> div> ), }, } return (
    div> ) }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

portable-text related posts

  • Anchor Links From Sanity in Gatsby

    3 projects | dev.to | 30 Aug 2022
  • Portable Text

    1 project | news.ycombinator.com | 19 Oct 2021

Index

Project Stars
1 portabletext 1,213
2 react-portabletext 273

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com