{"id":15629315,"url":"https://github.com/wenderjean/medium-editor-tablelize","last_synced_at":"2025-03-29T18:14:43.710Z","repository":{"id":71534738,"uuid":"137537276","full_name":"wenderjean/medium-editor-tablelize","owner":"wenderjean","description":"Tablelize content extension for MediumEditor","archived":false,"fork":false,"pushed_at":"2018-06-18T13:48:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T19:14:02.121Z","etag":null,"topics":["medium-editor","table"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wenderjean.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2018-06-15T22:35:47.000Z","updated_at":"2018-06-18T13:48:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8ab34f6-5421-411f-a265-2521c95dd56b","html_url":"https://github.com/wenderjean/medium-editor-tablelize","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/wenderjean%2Fmedium-editor-tablelize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fmedium-editor-tablelize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fmedium-editor-tablelize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenderjean%2Fmedium-editor-tablelize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenderjean","download_url":"https://codeload.github.com/wenderjean/medium-editor-tablelize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223324,"owners_count":20743168,"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":["medium-editor","table"],"created_at":"2024-10-03T10:26:48.495Z","updated_at":"2025-03-29T18:14:43.665Z","avatar_url":"https://github.com/wenderjean.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MediumEditor Tablelize\n\nMediumEditor Tablelize is an extension to allow users to transform content on table to [MediumEditor](https://github.com/yabwe/medium-editor).\n\n## Usage\n\nOn your app, link the style and the script and initialize MediumEditor with the table extension:\n\n```html\n\u003c!doctype html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n...\n  \u003clink rel=\"stylesheet\" href=\"\u003cpath_to_medium-editor\u003e/dist/css/medium-editor.css\" /\u003e\n  \u003clink rel=\"stylesheet\" href=\"\u003cpath_to_medium-editor\u003e/dist/css/themes/default.css\" /\u003e\n  \u003clink rel=\"stylesheet\" href=\"\u003cpath_to_medium-editor-tablelize\u003e/dist/css/medium-editor-tablelize.css\" /\u003e\n...\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003cdiv class=\"editable\"\u003e\u003c/div\u003e\n\n  \u003cscript type=\"text/javascript\" src=\"\u003cpath_to_medium-editor\u003e/dist/js/medium-editor.js\"\u003e\u003c/script\u003e\n  \u003cscript type=\"text/javascript\" src=\"\u003cpath_to_medium-editor-tablelize\u003e/dist/js/medium-editor-tablelize.js\"\u003e\u003c/script\u003e\n\n  \u003cscript type=\"text/javascript\" charset=\"utf-8\"\u003e\n    var editor = new MediumEditor('.editable', {\n    buttonLabels: 'fontawesome',\n    extensions: {\n      tablelize: new MediumEditorTablelize()\n    },\n    toolbar: {\n      buttons: [\n        'h2',\n        'bold',\n        'italic',\n        'tablelize'\n      ],\n      static: true,\n      sticky: true\n    }\n  });\n  \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## License\nThe extension is based on the following project: [https://github.com/yabwe/medium-editor-tables](https://github.com/yabwe/medium-editor-tables)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenderjean%2Fmedium-editor-tablelize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenderjean%2Fmedium-editor-tablelize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenderjean%2Fmedium-editor-tablelize/lists"}