{"id":18780614,"url":"https://github.com/simplicitesoftware/module-markdown","last_synced_at":"2026-04-22T16:35:36.969Z","repository":{"id":80897157,"uuid":"243859068","full_name":"simplicitesoftware/module-markdown","owner":"simplicitesoftware","description":"Markdown documentation module for Simplicité","archived":false,"fork":false,"pushed_at":"2021-03-05T23:39:11.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T08:44:16.549Z","etag":null,"topics":["low-code","markdown","simplicite"],"latest_commit_sha":null,"homepage":null,"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/simplicitesoftware.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":"2020-02-28T21:39:06.000Z","updated_at":"2021-03-05T23:39:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2cfdbf8-7db5-49fd-9c94-b2c23b81e11b","html_url":"https://github.com/simplicitesoftware/module-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplicitesoftware/module-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["low-code","markdown","simplicite"],"created_at":"2024-11-07T20:27:20.204Z","updated_at":"2026-04-22T16:35:31.958Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`Markdown` module definition\n============================\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-Markdown\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-Markdown)\n\n### Introduction\n\nMarkdown documentation module.\n\n### Import\n\nTo import this module:\n\n- Create a module named `Markdown`\n- Set the settings as:\n\n```json\n{\n\t\"type\": \"git\",\n\t\"origin\": {\n\t\t\"uri\": \"https://github.com/simplicitesoftware/module-markdown.git\"\n\t}\n}\n```\n\n- Click on the _Import module_ button\n\n### Quality\n\nThis module can be analysed by the **SonarQube** analysis tool\nusing this command:\n\n```bash\nmvn verify sonar:sonar\n```\n\n`MDDocument` business object definition\n---------------------------------------\n\nMarkdown document\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `mdDocCode`                                                  | regexp(50)                               | yes*     | yes       |          | Document code                                                                    |\n| `mdDocURL`                                                   | url(100)                                 |          |           |          | Document URL                                                                     |\n| `mdDocTitle`                                                 | char(100)                                | yes      | yes       |          | Document title                                                                   |\n| `mdDocFile`                                                  | document                                 |          | yes       |          | Markdown file                                                                    |\n| `mdDocPublished`                                             | boolean                                  |          | yes       |          | Is document published?                                                           |\n| `row_module_id` link to **`Module`**                         | id                                       | yes      | yes       |          | Module                                                                           |\n| _Ref. `row_module_id.mdl_name`_                              | _regexp(100)_                            |          |           |          | _Module name_                                                                    |\n\n`MDDocumentHistoric` business object definition\n-----------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `row_ref_id` link to **`MDDocument`**                        | id                                       | yes*     |           |          | Record row ID                                                                    |\n| `row_idx`                                                    | int(11)                                  | yes*     | yes       |          | History record index                                                             |\n| `created_by_hist`                                            | char(100)                                | yes*     |           |          | Created by                                                                       |\n| `created_dt_hist`                                            | datetime                                 | yes*     |           |          | Created date                                                                     |\n| `mdDocCode`                                                  | regexp(50)                               | yes*     | yes       |          | Document code                                                                    |\n| `mdDocTitle`                                                 | char(100)                                | yes      | yes       |          | Document title                                                                   |\n| `mdDocFile`                                                  | document                                 |          | yes       |          | Markdown file                                                                    |\n\n### Custom actions\n\n* `MDDocDiff`: \n\n`MDImage` business object definition\n------------------------------------\n\nMarkdown image\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `mdImgCode`                                                  | regexp(50)                               | yes*     | yes       |          | Markdown image code                                                              |\n| `mdImgFile`                                                  | image                                    | yes      | yes       |          | Image                                                                            |\n| `row_module_id` link to **`Module`**                         | id                                       | yes      | yes       |          | Module                                                                           |\n| _Ref. `row_module_id.mdl_name`_                              | _regexp(100)_                            |          |           |          | _Module name_                                                                    |\n\n`MDDiff` external object definition\n-----------------------------------\n\nDiff between markdown documents\n\n\n`MDViewer` external object definition\n-------------------------------------\n\nMarkdown documentation viewer\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-markdown/lists"}