{"id":15173115,"url":"https://github.com/octahedroid/gatsby-remark-drupal","last_synced_at":"2025-10-01T10:31:19.866Z","repository":{"id":57169417,"uuid":"160642157","full_name":"octahedroid/gatsby-remark-drupal","owner":"octahedroid","description":"Provides support for markdown preprocessing to Drupal body fields.","archived":true,"fork":false,"pushed_at":"2018-12-13T15:15:27.000Z","size":7,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T11:20:15.456Z","etag":null,"topics":["drupal","gatsby","plugin","remark"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octahedroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-06T08:19:06.000Z","updated_at":"2024-04-03T06:36:44.000Z","dependencies_parsed_at":"2022-09-04T11:50:08.190Z","dependency_job_id":null,"html_url":"https://github.com/octahedroid/gatsby-remark-drupal","commit_stats":null,"previous_names":["weknowinc/gatsby-remark-drupal"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octahedroid%2Fgatsby-remark-drupal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octahedroid%2Fgatsby-remark-drupal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octahedroid%2Fgatsby-remark-drupal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octahedroid%2Fgatsby-remark-drupal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octahedroid","download_url":"https://codeload.github.com/octahedroid/gatsby-remark-drupal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234858836,"owners_count":18897818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","gatsby","plugin","remark"],"created_at":"2024-09-27T10:41:11.100Z","updated_at":"2025-10-01T10:31:19.573Z","avatar_url":"https://github.com/octahedroid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-remark-drupal\n\nProvides support for markdown preprocessing to Drupal body fields.\n\n* Creates a new `text/markdown` field for drupal body fields of the selected content types.\n* Replaces Drupal relative image paths to previously downloaded and cached images by the `gatsby-source-drupal ` plugin.\n\nNOTE: To make sure your Drupal site expose markdown use the Toast UI Editor integration for Drupal provided by the [tui_editor](https://www.drupal.org/project/tui_editor) module.\n\n## Install\n\n```\nnpm install --save @weknow/gatsby-remark-drupal\n```\n\n## How to use\n\n### Default configuration\n```javascript\n      // In your gatsby-config.js\n      resolve: `gatsby-transformer-remark`,\n      options: {\n        plugins: [\n          `@weknow/gatsby-remark-drupal`,\n```\n\n### Custom configuration\n```javascript\n      // In your gatsby-config.js\n      resolve: `gatsby-transformer-remark`,\n      options: {\n        plugins: [\n          {\n            resolve: `@weknow/gatsby-remark-drupal`,\n            options: {\n              nodes: [`article`,`page`, `landing`, `cta`]\n            }\n          }\n```\n## Options\n| Name | Default | Description |\n| --- | --- | --- |\n| `nodes` | [`article`,`page`] | The Drupal `node` types to process.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctahedroid%2Fgatsby-remark-drupal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctahedroid%2Fgatsby-remark-drupal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctahedroid%2Fgatsby-remark-drupal/lists"}