commonmarkdoc

This is an experimental TypeScript (Deno) module for working with CommonMark documents.

https://github.com/rsdoiel/commonmarkdoc

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

This is an experimental TypeScript (Deno) module for working with CommonMark documents.

Basic Info
  • Host: GitHub
  • Owner: rsdoiel
  • License: agpl-3.0
  • Language: HTML
  • Default Branch: main
  • Size: 402 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License Citation Codemeta

README.md

commonMarkDoc

This is a TypeScript module for working with CommonMark documents. It assumes that the runtime environment is Deno 2.4.2 or better.

Release Notes

  • version: 0.0.2
  • status: wip
  • released: 2025-07-28

This is a working proof of concept of a CommonMark document module and processor.

Authors

  • Doiel, R. S.

Software Requirements

  • Deno >= 2.4.2
  • CMTools >= 0.0.37

Software Suggestions

  • Pandoc >= 3.1

Runtime platform

Deno >= 2.4.2

Related resources

Owner

  • Name: R. S. Doiel
  • Login: rsdoiel
  • Kind: user
  • Location: California
  • Company: California Institute of Technology

I am a human. Once upon a time I wrote music and prose. I write software.

CodeMeta (codemeta.json)

{
  "@context": "https://w3id.org/codemeta/3.0",
  "type": "SoftwareSourceCode",
  "codeRepository": "https://github.com/rsdoiel/commonMarkDoc",
  "author": [
    {
      "id": "https://orcid.org/0000-0003-0900-6903",
      "type": "Person",
      "givenName": "R. S.",
      "familyName": "Doiel",
      "email": "rsdoiel@gmail.com"
    }
  ],
  "dateCreated": "2025-07-26",
  "dateModified": "2025-07-28",
  "datePublished": "2025-07-28",
  "description": "This is a TypeScript module for working with CommonMark documents. It assumes that the runtime environment is Deno 2.4.2 or better.",
  "keywords": [
    "CommonMark",
    "TypeScritp"
  ],
  "name": "commonMarkDoc",
  "license": "https://www.gnu.org/licenses/agpl-3.0.txt",
  "programmingLanguage": [
    "TypeScript"
  ],
  "runtimePlatform": "Deno >= 2.4.2",
  "softwareRequirements": [
    "Deno >= 2.4.2",
    "CMTools >= 0.0.37"
  ],
  "softwareSuggestions": [
    "Pandoc >= 3.1"
  ],
  "version": "0.0.2",
  "developmentStatus": "wip",
  "issueTracker": "https://github.com/rsdoiel/commonMarkDoc/issues",
  "releaseNotes": "This is a working proof of concept of a CommonMark document module and processor.",
  "copyrightYear": 2025,
  "copyrightHolder": "R. S. Doiel"
}

GitHub Events

Total
  • Release event: 1
  • Push event: 16
  • Create event: 4
Last Year
  • Release event: 1
  • Push event: 16
  • Create event: 4