{"id":21731792,"url":"https://github.com/evref-bl/mooseide-export-markdown","last_synced_at":"2025-07-17T21:39:47.683Z","repository":{"id":189727445,"uuid":"681189877","full_name":"Evref-BL/MooseIDE-Export-Markdown","owner":"Evref-BL","description":"I am an helper for MooseIDE Export browser that supports markdown table","archived":false,"fork":false,"pushed_at":"2023-08-21T13:20:35.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T23:43:18.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/Evref-BL.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}},"created_at":"2023-08-21T13:17:58.000Z","updated_at":"2023-08-21T13:18:19.000Z","dependencies_parsed_at":"2023-08-21T14:35:46.677Z","dependency_job_id":"8e5b1850-53ba-42c8-9341-1de9acb09df2","html_url":"https://github.com/Evref-BL/MooseIDE-Export-Markdown","commit_stats":null,"previous_names":["evref-bl/mooseide-export-markdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evref-BL/MooseIDE-Export-Markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FMooseIDE-Export-Markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FMooseIDE-Export-Markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FMooseIDE-Export-Markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FMooseIDE-Export-Markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evref-BL","download_url":"https://codeload.github.com/Evref-BL/MooseIDE-Export-Markdown/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FMooseIDE-Export-Markdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265663428,"owners_count":23807468,"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":[],"created_at":"2024-11-26T04:27:24.366Z","updated_at":"2025-07-17T21:39:47.665Z","avatar_url":"https://github.com/Evref-BL.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MooseIDE-Export-Markdown\n\nI am an helper for MooseIDE Export browser that supports markdown table\n\n## Installation \n\n```smalltalk\nMetacello new\n    githubUser: 'Evref-BL' project: 'MooseIDE-Export-Markdown' commitish: 'main' path: 'src';\n    baseline: 'MooseIDEExportMarkdown';\n    load\n```\n\n## Usage \n\n```smalltalk\nexportBrowserModel := MiExportModel new.\nexportBrowserModel entitiesList: violations.\n\n\"Remove default column\"\nexportBrowserModel removeColumnForQueryNamed: #Name.\nexportBrowserModel removeColumnForQueryNamed: #Type.\n\n\"export\"\nexportBrowserModel addColumnForQuery: [ :violation | violation violatedCondition name ] withName: #'Rule name'.\nexportBrowserModel addColumnForQuery: [ :violation | violation violatedCondition summary ] withName: #'Rule summary'.\n\nexportBrowserModel addColumnForQuery: [ :violation | violation violatingEntity printString ] withName: #'Violating entity'.\n\n'D:/target.md' asFileReference writeStreamDo: [ :stream | exportBrowserModel writeMarkdownTableOn: stream ].\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fmooseide-export-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevref-bl%2Fmooseide-export-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fmooseide-export-markdown/lists"}