{"id":20164720,"url":"https://github.com/maritzstl/mtz-marked-editor","last_synced_at":"2025-03-03T03:14:44.086Z","repository":{"id":57741400,"uuid":"96275351","full_name":"MaritzSTL/mtz-marked-editor","owner":"MaritzSTL","description":"Extends a textarea that can be controlled by UI elements for inserting markdown","archived":false,"fork":false,"pushed_at":"2018-06-13T16:18:23.000Z","size":23,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T14:31:46.254Z","etag":null,"topics":["editor","markdown","polymer","webcomponents"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/MaritzSTL.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}},"created_at":"2017-07-05T04:02:20.000Z","updated_at":"2024-11-14T05:25:00.000Z","dependencies_parsed_at":"2022-09-03T14:31:14.493Z","dependency_job_id":null,"html_url":"https://github.com/MaritzSTL/mtz-marked-editor","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaritzSTL%2Fmtz-marked-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaritzSTL%2Fmtz-marked-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaritzSTL%2Fmtz-marked-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaritzSTL%2Fmtz-marked-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaritzSTL","download_url":"https://codeload.github.com/MaritzSTL/mtz-marked-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600490,"owners_count":19988715,"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":["editor","markdown","polymer","webcomponents"],"created_at":"2024-11-14T00:35:32.504Z","updated_at":"2025-03-03T03:14:44.054Z","avatar_url":"https://github.com/MaritzSTL.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/travis/MaritzSTL/mtz-marked-editor/master.svg?style=flat-square)](https://travis-ci.org/MaritzSTL/mtz-marked-editor)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/MaritzSTL/mtz-marked-editor)\n\n# \\\u003cmtz-marked-editor\\\u003e\nExtends a textarea that can be controlled by UI elements for inserting markdown.\n\n\u003c!-- \n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"../iron-icons/editor-icons.html\"\u003e\n    \u003clink rel=\"import\" href=\"mtz-marked-editor.html\"\u003e\n    \u003clink rel=\"import\" href=\"mtz-marked-control-generic-line.html\"\u003e\n    \u003clink rel=\"import\" href=\"mtz-marked-control-generic-wrap.html\"\u003e\n    \u003clink rel=\"import\" href=\"controls/mtz-marked-control-link.html\"\u003e\n\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003cmtz-marked-editor\u003e\n  \u003cdiv slot=\"controls\"\u003e\n    \u003cmtz-marked-control-generic-wrap\n      icon=\"editor:format-bold\"\n      title=\"Bold\"\n      syntax-prefix=\"**\"\n      syntax-suffix=\"**\"\n      keys=\"ctrl+b\"\n    \u003e\u003c/mtz-marked-control-generic-wrap\u003e\n    \u003cmtz-marked-control-generic-wrap\n      icon=\"editor:format-italic\"\n      title=\"Italic\"\n      syntax-prefix=\"_\"\n      syntax-suffix=\"_\"\n      keys=\"ctrl+i\"\n    \u003e\u003c/mtz-marked-control-generic-wrap\u003e\n    \u003cmtz-marked-control-generic-line\n      icon=\"editor:format-size\"\n      title=\"Heading 1\"\n      syntax-prefix=\"# \"\n    \u003e\u003c/mtz-marked-control-generic-line\u003e\n    \u003cmtz-marked-control-generic-line\n      icon=\"editor:format-list-numbered\"\n      title=\"Ordered List\"\n      syntax-prefix=\"1. \"\n    \u003e\u003c/mtz-marked-control-generic-line\u003e\n    \u003cmtz-marked-control-generic-line\n      icon=\"editor:format-list-bulleted\"\n      title=\"Unordered List\"\n      syntax-prefix=\"- \"\n    \u003e\u003c/mtz-marked-control-generic-line\u003e\n    \u003cmtz-marked-control-link\n      icon=\"editor:insert-link\"\n      title=\"Link\"\n    \u003e\u003c/mtz-marked-control-link\u003e\n  \u003c/div\u003e\n  \u003ctextarea slot=\"textarea\"\u003e\u003c/textarea\u003e\n\u003c/mtz-marked-editor\u003e\n```\n\n## Install the Polymer-CLI\n\nFirst, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.\n\n## Viewing Your Element\n\n```\n$ polymer serve\n```\n\n## Running Tests\n\n```\n$ polymer test\n```\n\nYour application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaritzstl%2Fmtz-marked-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaritzstl%2Fmtz-marked-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaritzstl%2Fmtz-marked-editor/lists"}