Giter Site home page Giter Site logo

Comments (8)

wesbos avatar wesbos commented on June 2, 2024 9

Yeah that seems to have worked!

In your gatsby-config.js, remove the plugin from gatsbyRemarkPlugins and add remarkPlugins to your gatsby-plugin-mdx options

        remarkPlugins: [
          [require('gatsby-remark-vscode').remarkPlugin, {
              theme: `Cobalt2`,
              extensions: [`theme-cobalt2`],
          }]
        ],

from gatsby-remark-vscode.

dimitrisnl avatar dimitrisnl commented on June 2, 2024 1

Hey folks, gave it a try after reading @graysonhicks suggestions

Check it out if you would like: #185

from gatsby-remark-vscode.

andrewbranch avatar andrewbranch commented on June 2, 2024

I don’t currently have the bandwidth to update this for Gatsby 4, but gladly review a PR for it.

from gatsby-remark-vscode.

dimitrisnl avatar dimitrisnl commented on June 2, 2024

@andrewbranch Maybe someone from the Gatsby user collective can help ?

from gatsby-remark-vscode.

wesbos avatar wesbos commented on June 2, 2024

I bet you can bypass all the gatsby stuff and just use the remark plugin directly. I'm trying this right now. Anyone else have success?

from gatsby-remark-vscode.

graysonhicks avatar graysonhicks commented on June 2, 2024

I think this may be from using fs to load the schema here. Could be as simple as require'ing the schema:

https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/#bundling-external-files
https://www.gatsbyjs.com/docs/reference/release-notes/migrating-source-plugin-from-v3-to-v4/#5-bundling-external-files

from gatsby-remark-vscode.

N0K0 avatar N0K0 commented on June 2, 2024

Yeah that seems to have worked!

In your gatsby-config.js, remove the plugin from gatsbyRemarkPlugins and add remarkPlugins to your gatsby-plugin-mdx options

        remarkPlugins: [
          [require('gatsby-remark-vscode').remarkPlugin, {
              theme: `Cobalt2`,
              extensions: [`theme-cobalt2`],
          }]
        ],

Where unable to make this approach work. Might be me wrongly configuring webpack 5 :')

Same issue both when resolving all the packages or just ignoring them like so

exports.onCreateWebpackConfig = ({ actions }) => {
  actions.setWebpackConfig({
    resolve: {
      fallback:{
        fs: false,
        os: false,
        path: false,
        zlib: false,
        crypto: false,
        stream: false,
        constants: false,
        module: false
      }
    }
  })
}

Something i noticed:

warn ./node_modules/gatsby-remark-vscode/src/processExtension.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
warn ./node_modules/gatsby-remark-vscode/src/processExtension.js
Critical dependency: the request of a dependency is an expression
warn ./node_modules/gatsby-remark-vscode/src/utils.js
Critical dependency: the request of a dependency is an expression

And of course: The page where i try to add the plugin
https://github.com/N0K0/gatsby-garden

from gatsby-remark-vscode.

yehezkiell avatar yehezkiell commented on June 2, 2024

Yeah that seems to have worked!

In your gatsby-config.js, remove the plugin from gatsbyRemarkPlugins and add remarkPlugins to your gatsby-plugin-mdx options

        remarkPlugins: [
          [require('gatsby-remark-vscode').remarkPlugin, {
              theme: `Cobalt2`,
              extensions: [`theme-cobalt2`],
          }]
        ],

It works but I cant change theme in here

Gatsby version: 4.5.4
"gatsby-remark-vscode": "^3.3.1",

resolve: `gatsby-plugin-mdx`,
     options: {
       extensions: [".mdx", ".md"],
       remarkPlugins: [
         require("gatsby-remark-vscode").remarkPlugin,
         {
           theme: {
             default: "Solarized Light",
             dark: "Monokai Dimmed",
           },
           extensions: ["Kotlin"],
         },
       ],

@andrewbranch

from gatsby-remark-vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.