{"id":21928908,"url":"https://github.com/seifer08ms/rmarkmap","last_synced_at":"2025-04-19T17:51:43.368Z","repository":{"id":88697673,"uuid":"82517502","full_name":"seifer08ms/Rmarkmap","owner":"seifer08ms","description":"R Interface to markmap library","archived":false,"fork":false,"pushed_at":"2017-03-02T03:05:10.000Z","size":212,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-01-28T23:09:26.697Z","etag":null,"topics":["d3","d3js","htmlwidgets","javascript","markmap","mindmap","package","r"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seifer08ms.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}},"created_at":"2017-02-20T04:43:31.000Z","updated_at":"2023-08-30T15:07:41.000Z","dependencies_parsed_at":"2024-01-06T13:59:38.704Z","dependency_job_id":"09050793-28dd-4779-b299-4e788bc64ffc","html_url":"https://github.com/seifer08ms/Rmarkmap","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/seifer08ms%2FRmarkmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2FRmarkmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2FRmarkmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2FRmarkmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seifer08ms","download_url":"https://codeload.github.com/seifer08ms/Rmarkmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249753084,"owners_count":21320664,"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":["d3","d3js","htmlwidgets","javascript","markmap","mindmap","package","r"],"created_at":"2024-11-28T22:28:32.030Z","updated_at":"2025-04-19T17:51:43.334Z","avatar_url":"https://github.com/seifer08ms.png","language":"JavaScript","readme":"# R Interface to markmap library\nCreate Interactive Web MindMap with the JavaScript 'markmap' Library\n\n[markmap](https://github.com/dundalek/markmap) is an open-source JavaScript library to visualize markdown documents as a interactive mindmap. This R package makes it easy to create markmap from R.\n\n## Installation\n\nYou can install this package from Github:\n\n```r\nif (!require('devtools')) install.packages('devtools')\ndevtools::install_github('seifer08ms/rmarkmap')\n```\n## Usage\n\n### Built-in Theme\n\nget started with a default theme:\n\n```r\nlibrary(markmap)\nmd \u003c- system.file('examples/test.md',package = 'Rmarkdown')\nmarkmap(md) # a markmap with the default theme\n```\ncreate a markmap with the colorful theme:\n\n```r\nmarkmap(md,options = markmapOption(preset='colorful')) # a markmap with the colorful theme\n```\n\n### More Options about markmap\n```r\n# using d3.scale.category20b() and bracker linkShape\nmarkmap(md,options = markmapOption(color='category20b',linkShape='bracket'))\n\n# using d3.scale.category20b() basic rendered and diagonal linkShape\nmarkmap(md,options = markmapOption(color='category20b',linkShape='diagonal',renderer = 'basic'))\n```\n\n## License\n\nThis package is licensed to you under the terms of the [GNU General Public\nLicense](http://www.gnu.org/licenses/gpl.html) version 3 or later.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifer08ms%2Frmarkmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseifer08ms%2Frmarkmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifer08ms%2Frmarkmap/lists"}