{"id":20856030,"url":"https://github.com/solodynamo/mediyum","last_synced_at":"2026-04-27T07:33:55.575Z","repository":{"id":66335467,"uuid":"86153573","full_name":"solodynamo/mediYum","owner":"solodynamo","description":"A (very)x3 micro medium editor clone","archived":false,"fork":false,"pushed_at":"2017-03-29T09:05:49.000Z","size":9114,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-12-27T17:42:21.151Z","etag":null,"topics":["clone","medium","medium-editor"],"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/solodynamo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-25T11:48:45.000Z","updated_at":"2017-04-13T02:11:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"dcac4735-ab7d-408a-84b9-a303fce9eb58","html_url":"https://github.com/solodynamo/mediYum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solodynamo/mediYum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solodynamo%2FmediYum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solodynamo%2FmediYum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solodynamo%2FmediYum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solodynamo%2FmediYum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solodynamo","download_url":"https://codeload.github.com/solodynamo/mediYum/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solodynamo%2FmediYum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32327701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["clone","medium","medium-editor"],"created_at":"2024-11-18T04:28:11.418Z","updated_at":"2026-04-27T07:33:55.538Z","avatar_url":"https://github.com/solodynamo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![mediYum.png](https://s24.postimg.org/zafuy9o1h/medi_Yum.png)](https://postimg.org/image/k1pxkhucx/)\n\n\nA very very very micro medium editor clone . WIP!\n\n\n### Demo\n\n__demo__: [https://solodynamo.github.io/mediYum/](https://solodynamo.github.io/mediYum/)\n\n\n### Get Instantly Writing\n- Clone the repo.\n\n```bash\ngit clone https://github.com/solodynamo/mediYum.git\ncd mediYum\nnpm install -g gulp\nnpm install\ngulp totalBuild\n```\nOpen editor.html in browser.\n\n\u003e Main Files\n\n\n    ├── gulpfile.js             # File through which all command runs.\n\n    ├── README.md               # File from which you are reading currently.\n\n    ├── editor.html             # Main markup\n\n    ├── scss\n        └── global.scss         # Contains global scss.\n        └── main.scss           # Main file\n        └── mediYum.scss        # Contains editor toolbar scss.\n    ├── js\n       └── mediYum.js           # JS file\n\n#### Gulp Commands\n ```bash\n gulp sass (compiles and minify scss into dist/css)\n gulp total (uglifies/obfuscates/babelify js file into dist/minjs)\n gulp totalBuild (Does all the above stuff at once)\n ```\n\n## Contributing\nmediYum :heart: contributions. Feel free to send this repo a PR.\n\n1. Create an issue if there is one\n2. [Fork the repo] (https://github.com/solodynamo/mediYum.git/fork)\n3. Create your feature branch (`git checkout -b your-feature`)\n4. Add and commit your changes (`git commit -am 'message'`)\n5. Push the branch (`git push origin your-feature`)\n6. Create a new Pull Request\n\n### Feedback\n[Create an issue](https://github.com/solodynamo/mediYum.git/issues) for all discussions, bugs, feature requests and pull requests.\n\n### Authors\n [**solodynamo**](https://github.com/solodynamo)\n\nContribute and add your name in above list.\n\n## Todos\nmediYum :heart: contributions. Feel free to send this repo a PR.\n\n1. Make each paragraph drag and droppable.\n2. Allow users to add links\n\n## References\n1. __ContentEditable__: [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable)\n2. __SelectionAPI__: [https://developer.mozilla.org/en-US/docs/Web/API/Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection)\n3.  __Medium__: [https://medium.com/](https://medium.com/)\n4. __medium-editor__: [https://github.com/yabwe/medium-editor/](https://github.com/yabwe/medium-editor/)\n5. __mediumJS__:  [https://github.com/jakiestfu/Medium.js/](https://github.com/jakiestfu/Medium.js/)\n\n### License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolodynamo%2Fmediyum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolodynamo%2Fmediyum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolodynamo%2Fmediyum/lists"}