{"id":22089757,"url":"https://github.com/q42/meteor-autoform-markdown","last_synced_at":"2025-07-24T19:31:23.880Z","repository":{"id":30852483,"uuid":"34410000","full_name":"Q42/meteor-autoform-markdown","owner":"Q42","description":"A simple markdown textarea with preview using perak:markdown","archived":false,"fork":false,"pushed_at":"2018-11-08T18:02:20.000Z","size":320,"stargazers_count":16,"open_issues_count":4,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-21T18:56:13.247Z","etag":null,"topics":["autoform","javascript","markdown","markdown-textarea","meteor"],"latest_commit_sha":null,"homepage":"","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/Q42.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":"2015-04-22T19:04:27.000Z","updated_at":"2023-05-08T19:43:21.000Z","dependencies_parsed_at":"2022-09-03T09:02:03.724Z","dependency_job_id":null,"html_url":"https://github.com/Q42/meteor-autoform-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Q42%2Fmeteor-autoform-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Q42%2Fmeteor-autoform-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Q42%2Fmeteor-autoform-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Q42%2Fmeteor-autoform-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Q42","download_url":"https://codeload.github.com/Q42/meteor-autoform-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227470071,"owners_count":17778930,"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":["autoform","javascript","markdown","markdown-textarea","meteor"],"created_at":"2024-12-01T02:14:14.185Z","updated_at":"2024-12-01T02:14:14.877Z","avatar_url":"https://github.com/Q42.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"autoform-markdown\n========\n\nA simple markdown textarea with preview using perak:markdown\n\nDemo\n-----\nCheckout http://autoform-markdown.meteor.com/\n\nUsage\n-----\n\nAdd a custom template in your Schema\n\n```\nSchemas.Quest = new SimpleSchema({\n  title: {\n    type: String\n  },\n  text: {\n    type: String,\n    autoform: {\n      type: 'markdown'\n    }\n  }\n});\n```\n\nRender markdown text using the renderMarkdown helper in your template\n\n```\n\u003ctemplate name=\"quest\"\u003e\n  \u003ch1\u003e{{title}}\u003c/h1\u003e\n  {{{renderMarkdown text}}}\n\u003c/template\u003e\n```\n\nFor more info and usage see: https://github.com/chjj/marked#usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq42%2Fmeteor-autoform-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fq42%2Fmeteor-autoform-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq42%2Fmeteor-autoform-markdown/lists"}