{"id":22859471,"url":"https://github.com/desiquintans/vertextual","last_synced_at":"2025-03-31T08:20:30.472Z","repository":{"id":151223611,"uuid":"175817066","full_name":"DesiQuintans/vertextual","owner":"DesiQuintans","description":"A web app for interactively creating directional networks and mindmaps by writing plain text","archived":false,"fork":false,"pushed_at":"2019-04-07T02:07:28.000Z","size":107,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T12:48:03.108Z","etag":null,"topics":["domain-specific-language","mindmapping","network"],"latest_commit_sha":null,"homepage":"","language":"R","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/DesiQuintans.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":"2019-03-15T12:33:45.000Z","updated_at":"2024-01-05T18:06:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c48879d2-305d-41d2-af91-f55c957926d2","html_url":"https://github.com/DesiQuintans/vertextual","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/DesiQuintans%2Fvertextual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesiQuintans%2Fvertextual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesiQuintans%2Fvertextual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesiQuintans%2Fvertextual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesiQuintans","download_url":"https://codeload.github.com/DesiQuintans/vertextual/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436340,"owners_count":20776995,"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":["domain-specific-language","mindmapping","network"],"created_at":"2024-12-13T09:07:03.455Z","updated_at":"2025-03-31T08:20:30.466Z","avatar_url":"https://github.com/DesiQuintans.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vertextual: Build directional networks and mindmaps from plain text\n\n## Try it at \u003chttp://bit.ly/vertextual\u003e\n\nVertextual is a tool for interactively drawing networks and \nmindmaps by writing out the nodes and connections in a simple shorthand domain-\nspecific language (DSL).\n\n![](img/screenshot.png)\n\n---\n\nIn Vertextual, you build a network by naming its nodes and their edges \n(connections). The first edge always has to be fully defined as \n`Origin \u003e Destination` like so:\n\n    Daydream \u003e Idea\n\nEach new edge goes on a new line. You can continue writing full definitions for \nthe rest of the edges, or you can reuse the last `Destination` node as the new \n`Origin` by omitting the `Origin` from the new definition:\n\n    Daydream \u003e Idea\n    \u003e Sketch\n    \u003e Prototype\n    \nIs identical to:\n\n    Daydream \u003e Idea\n    Idea \u003e Sketch\n    Sketch \u003e Prototype\n    \nYou can also reuse the last `Origin` as the new `Origin` with the operator `^`:\n                    \n    Daydream \u003e Idea\n    ^ Sketch\n    ^ Prototype\n    \nIs identical to:\n\n    Daydream \u003e Idea\n    Daydream \u003e Sketch\n    Daydream \u003e Prototype\n    \nYou can name connections in any order. Duplicate connections and self-loops will be automatically removed.\n\n---\n\nWritten in [R Shiny](https://shiny.rstudio.com/) by Desi Quintans, project began on 2019-03-16.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesiquintans%2Fvertextual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesiquintans%2Fvertextual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesiquintans%2Fvertextual/lists"}