MarkText icon

MarkText 0.19.1

Markdown editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mark-text # MarkText
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mark-text # MarkText
  ];
}

Package Definition

{
  "pname": "mark-text",
  "version": "0.19.1",
  "src": {
    "url": "https://github.com/marktext/marktext/releases/download/v0.19.1/marktext-mac-arm64-0.19.1.dmg",
    "sha256": "f5a8630b4ec14f7bf1120a7a17a1ed397430d30c57f2c6c2c6a39410417f66ce"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MarkText.app\" && cp -r \"MarkText.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Markdown editor",
    "homepage": "https://github.com/marktext/marktext"
  }
}