{"id":18486238,"url":"https://github.com/mathsgod/formkit-tinymce","last_synced_at":"2026-01-23T07:06:23.408Z","repository":{"id":111496863,"uuid":"563291332","full_name":"mathsgod/formkit-tinymce","owner":"mathsgod","description":"A plugins of tinymce editor for formkit.","archived":false,"fork":false,"pushed_at":"2023-03-27T04:11:14.000Z","size":115,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T09:03:24.922Z","etag":null,"topics":["formkit","tinymce","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathsgod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-08T10:02:44.000Z","updated_at":"2025-02-15T09:15:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f56e6a84-61df-4e30-bb47-c2fd3aff6855","html_url":"https://github.com/mathsgod/formkit-tinymce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathsgod/formkit-tinymce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fformkit-tinymce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fformkit-tinymce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fformkit-tinymce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fformkit-tinymce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathsgod","download_url":"https://codeload.github.com/mathsgod/formkit-tinymce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathsgod%2Fformkit-tinymce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["formkit","tinymce","vue3"],"created_at":"2024-11-06T12:48:32.907Z","updated_at":"2026-01-23T07:06:23.389Z","avatar_url":"https://github.com/mathsgod.png","language":"Vue","readme":"# formkit-tinymce\n\nA plugins of tinymce editor for formkit.\nThe plugins is dependents on '@tinymce/tinymce-vue', '@formkit/vue', please install them first.\n\n## Setup\n\n### Nuxt\n\n1. npm install @formkit/nuxt\n2. Create formkit.config.ts\n```typescript\nimport { DefaultConfigOptions } from '@formkit/vue'\nimport { createTinymcePlugin } from 'formkit-tinymce'\n\nconst config: DefaultConfigOptions = {\n    plugins: [createTinymcePlugin()] // You can provide you tinymce api key here\n    // createTinymcePlugin({apiKey: 'YOUR_API_KEY'})\n}\n\n\nexport default config\n```\n\n### Vue\n\n1. npm install @formkit/vue\n2. Setup in main.ts\n```typescript\nconst app = createApp(App);\nimport { plugin, defaultConfig } from '@formkit/vue'\nimport { createTinymcePlugin } from 'formkit-tinymce'\n\napp.use(plugin, defaultConfig({\n    plugins: [createTinymcePlugin()]\n}))\n```\n\n\n## Usage\n\nCustom type name: tinymce\n\n```html\n\u003cFormKit type=\"form\" v-model=\"data\"\u003e\n    \u003cFormKit type=\"tinymce\" name=\"tinymce1\" label=\"tinymce\" :init=\"{\n        height: 500,\n        menubar: false,\n        plugins: [\n          'advlist autolink lists link image charmap print preview anchor',\n          'searchreplace visualblocks code fullscreen',\n          'insertdatetime media table paste code help wordcount'\n        ],\n        toolbar:\n          'undo redo | formatselect | bold italic backcolor | \\\n           alignleft aligncenter alignright alignjustify | \\\n           bullist numlist outdent indent | removeformat | help'\n      }\" /\u003e\n\u003c/FormKit\u003e\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathsgod%2Fformkit-tinymce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathsgod%2Fformkit-tinymce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathsgod%2Fformkit-tinymce/lists"}