[
  {
    "path": ".eslintignore",
    "content": "npm node_modules\nbuild"
  },
  {
    "path": ".eslintrc",
    "content": "{\n    \"root\": true,\n    \"parser\": \"@typescript-eslint/parser\",\n    \"env\": { \"node\": true },\n    \"plugins\": [\n      \"@typescript-eslint\"\n    ],\n    \"extends\": [\n      \"eslint:recommended\",\n      \"plugin:@typescript-eslint/eslint-recommended\",\n      \"plugin:@typescript-eslint/recommended\"\n    ],\n    \"parserOptions\": {\n        \"sourceType\": \"module\"\n    },\n    \"rules\": {\n      \"no-unused-vars\": \"off\",\n      \"@typescript-eslint/no-unused-vars\": [\"error\", { \"args\": \"none\" }],\n      \"@typescript-eslint/ban-ts-comment\": \"off\",\n      \"no-prototype-builtins\": \"off\",\n      \"@typescript-eslint/no-empty-function\": \"off\"\n    }\n  }"
  },
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: ci\non: [push, pull_request]\nconcurrency:\n  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}\n  cancel-in-progress: true\n\njobs:\n  ci:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actions/cache@v2\n        with:\n          path: ~/.cache/yarn/v6\n          key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}\n          restore-keys: |\n            ${{ runner.os }}-yarn-\n      - run: COLOR=1 ./make.sh\n        env:\n          GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}\n          DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}\n  nofixups:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - run: git submodule update --init\n      - run: COLOR=1 ./ci/sub/bin/nofixups.sh\n        env:\n          GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}\n          DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}\n  signed:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - run: git submodule update --init\n      - run: COLOR=1 ./ci/sub/bin/ensure_signed.sh\n        env:\n          GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}\n          DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}\n"
  },
  {
    "path": ".github/workflows/daily.yml",
    "content": "name: daily\non:\n  workflow_dispatch:\n  schedule:\n    - cron: '42 0 * * *' # daily at 00:42\nconcurrency:\n  group: ${{ github.workflow }}\n  cancel-in-progress: true\n\njobs:\n  ci:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actions/cache@v2\n        with:\n          path: ~/.cache/yarn/v6\n          key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}\n          restore-keys: |\n            ${{ runner.os }}-yarn-\n      - run: COLOR=1 CI_FORCE=1 ./make.sh\n        env:\n          GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}\n          DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}\n"
  },
  {
    "path": ".gitignore",
    "content": "# vscode\n.vscode\n\n# Intellij\n*.iml\n.idea\n\n# npm\nnode_modules\n\n# Don't include the compiled main.js file in the repo.\n# They should be uploaded to GitHub releases instead.\nmain.js\n\n# Exclude sourcemaps\n*.map\n\n# obsidian\ndata.json\n\n# Exclude macOS Finder (System Explorer) View States\n.DS_Store\n\n.make-log\n.changed-files\n.make-log.txt\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"ci/sub\"]\n\tpath = ci/sub\n\turl = https://github.com/terrastruct/ci.git\n"
  },
  {
    "path": ".npmrc",
    "content": "tag-version-prefix=\"\""
  },
  {
    "path": "LICENSE.txt",
    "content": "Copyright 2022 Terrastruct Inc.\n\nMozilla Public License Version 2.0\n==================================\n\n1. Definitions\n--------------\n\n1.1. \"Contributor\"\n    means each individual or legal entity that creates, contributes to\n    the creation of, or owns Covered Software.\n\n1.2. \"Contributor Version\"\n    means the combination of the Contributions of others (if any) used\n    by a Contributor and that particular Contributor's Contribution.\n\n1.3. \"Contribution\"\n    means Covered Software of a particular Contributor.\n\n1.4. \"Covered Software\"\n    means Source Code Form to which the initial Contributor has attached\n    the notice in Exhibit A, the Executable Form of such Source Code\n    Form, and Modifications of such Source Code Form, in each case\n    including portions thereof.\n\n1.5. \"Incompatible With Secondary Licenses\"\n    means\n\n    (a) that the initial Contributor has attached the notice described\n        in Exhibit B to the Covered Software; or\n\n    (b) that the Covered Software was made available under the terms of\n        version 1.1 or earlier of the License, but not also under the\n        terms of a Secondary License.\n\n1.6. \"Executable Form\"\n    means any form of the work other than Source Code Form.\n\n1.7. \"Larger Work\"\n    means a work that combines Covered Software with other material, in\n    a separate file or files, that is not Covered Software.\n\n1.8. \"License\"\n    means this document.\n\n1.9. \"Licensable\"\n    means having the right to grant, to the maximum extent possible,\n    whether at the time of the initial grant or subsequently, any and\n    all of the rights conveyed by this License.\n\n1.10. \"Modifications\"\n    means any of the following:\n\n    (a) any file in Source Code Form that results from an addition to,\n        deletion from, or modification of the contents of Covered\n        Software; or\n\n    (b) any new file in Source Code Form that contains any Covered\n        Software.\n\n1.11. \"Patent Claims\" of a Contributor\n    means any patent claim(s), including without limitation, method,\n    process, and apparatus claims, in any patent Licensable by such\n    Contributor that would be infringed, but for the grant of the\n    License, by the making, using, selling, offering for sale, having\n    made, import, or transfer of either its Contributions or its\n    Contributor Version.\n\n1.12. \"Secondary License\"\n    means either the GNU General Public License, Version 2.0, the GNU\n    Lesser General Public License, Version 2.1, the GNU Affero General\n    Public License, Version 3.0, or any later versions of those\n    licenses.\n\n1.13. \"Source Code Form\"\n    means the form of the work preferred for making modifications.\n\n1.14. \"You\" (or \"Your\")\n    means an individual or a legal entity exercising rights under this\n    License. For legal entities, \"You\" includes any entity that\n    controls, is controlled by, or is under common control with You. For\n    purposes of this definition, \"control\" means (a) the power, direct\n    or indirect, to cause the direction or management of such entity,\n    whether by contract or otherwise, or (b) ownership of more than\n    fifty percent (50%) of the outstanding shares or beneficial\n    ownership of such entity.\n\n2. License Grants and Conditions\n--------------------------------\n\n2.1. Grants\n\nEach Contributor hereby grants You a world-wide, royalty-free,\nnon-exclusive license:\n\n(a) under intellectual property rights (other than patent or trademark)\n    Licensable by such Contributor to use, reproduce, make available,\n    modify, display, perform, distribute, and otherwise exploit its\n    Contributions, either on an unmodified basis, with Modifications, or\n    as part of a Larger Work; and\n\n(b) under Patent Claims of such Contributor to make, use, sell, offer\n    for sale, have made, import, and otherwise transfer either its\n    Contributions or its Contributor Version.\n\n2.2. Effective Date\n\nThe licenses granted in Section 2.1 with respect to any Contribution\nbecome effective for each Contribution on the date the Contributor first\ndistributes such Contribution.\n\n2.3. Limitations on Grant Scope\n\nThe licenses granted in this Section 2 are the only rights granted under\nthis License. No additional rights or licenses will be implied from the\ndistribution or licensing of Covered Software under this License.\nNotwithstanding Section 2.1(b) above, no patent license is granted by a\nContributor:\n\n(a) for any code that a Contributor has removed from Covered Software;\n    or\n\n(b) for infringements caused by: (i) Your and any other third party's\n    modifications of Covered Software, or (ii) the combination of its\n    Contributions with other software (except as part of its Contributor\n    Version); or\n\n(c) under Patent Claims infringed by Covered Software in the absence of\n    its Contributions.\n\nThis License does not grant any rights in the trademarks, service marks,\nor logos of any Contributor (except as may be necessary to comply with\nthe notice requirements in Section 3.4).\n\n2.4. Subsequent Licenses\n\nNo Contributor makes additional grants as a result of Your choice to\ndistribute the Covered Software under a subsequent version of this\nLicense (see Section 10.2) or under the terms of a Secondary License (if\npermitted under the terms of Section 3.3).\n\n2.5. Representation\n\nEach Contributor represents that the Contributor believes its\nContributions are its original creation(s) or it has sufficient rights\nto grant the rights to its Contributions conveyed by this License.\n\n2.6. Fair Use\n\nThis License is not intended to limit any rights You have under\napplicable copyright doctrines of fair use, fair dealing, or other\nequivalents.\n\n2.7. Conditions\n\nSections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted\nin Section 2.1.\n\n3. Responsibilities\n-------------------\n\n3.1. Distribution of Source Form\n\nAll distribution of Covered Software in Source Code Form, including any\nModifications that You create or to which You contribute, must be under\nthe terms of this License. You must inform recipients that the Source\nCode Form of the Covered Software is governed by the terms of this\nLicense, and how they can obtain a copy of this License. You may not\nattempt to alter or restrict the recipients' rights in the Source Code\nForm.\n\n3.2. Distribution of Executable Form\n\nIf You distribute Covered Software in Executable Form then:\n\n(a) such Covered Software must also be made available in Source Code\n    Form, as described in Section 3.1, and You must inform recipients of\n    the Executable Form how they can obtain a copy of such Source Code\n    Form by reasonable means in a timely manner, at a charge no more\n    than the cost of distribution to the recipient; and\n\n(b) You may distribute such Executable Form under the terms of this\n    License, or sublicense it under different terms, provided that the\n    license for the Executable Form does not attempt to limit or alter\n    the recipients' rights in the Source Code Form under this License.\n\n3.3. Distribution of a Larger Work\n\nYou may create and distribute a Larger Work under terms of Your choice,\nprovided that You also comply with the requirements of this License for\nthe Covered Software. If the Larger Work is a combination of Covered\nSoftware with a work governed by one or more Secondary Licenses, and the\nCovered Software is not Incompatible With Secondary Licenses, this\nLicense permits You to additionally distribute such Covered Software\nunder the terms of such Secondary License(s), so that the recipient of\nthe Larger Work may, at their option, further distribute the Covered\nSoftware under the terms of either this License or such Secondary\nLicense(s).\n\n3.4. Notices\n\nYou may not remove or alter the substance of any license notices\n(including copyright notices, patent notices, disclaimers of warranty,\nor limitations of liability) contained within the Source Code Form of\nthe Covered Software, except that You may alter any license notices to\nthe extent required to remedy known factual inaccuracies.\n\n3.5. Application of Additional Terms\n\nYou may choose to offer, and to charge a fee for, warranty, support,\nindemnity or liability obligations to one or more recipients of Covered\nSoftware. However, You may do so only on Your own behalf, and not on\nbehalf of any Contributor. You must make it absolutely clear that any\nsuch warranty, support, indemnity, or liability obligation is offered by\nYou alone, and You hereby agree to indemnify every Contributor for any\nliability incurred by such Contributor as a result of warranty, support,\nindemnity or liability terms You offer. You may include additional\ndisclaimers of warranty and limitations of liability specific to any\njurisdiction.\n\n4. Inability to Comply Due to Statute or Regulation\n---------------------------------------------------\n\nIf it is impossible for You to comply with any of the terms of this\nLicense with respect to some or all of the Covered Software due to\nstatute, judicial order, or regulation then You must: (a) comply with\nthe terms of this License to the maximum extent possible; and (b)\ndescribe the limitations and the code they affect. Such description must\nbe placed in a text file included with all distributions of the Covered\nSoftware under this License. Except to the extent prohibited by statute\nor regulation, such description must be sufficiently detailed for a\nrecipient of ordinary skill to be able to understand it.\n\n5. Termination\n--------------\n\n5.1. The rights granted under this License will terminate automatically\nif You fail to comply with any of its terms. However, if You become\ncompliant, then the rights granted under this License from a particular\nContributor are reinstated (a) provisionally, unless and until such\nContributor explicitly and finally terminates Your grants, and (b) on an\nongoing basis, if such Contributor fails to notify You of the\nnon-compliance by some reasonable means prior to 60 days after You have\ncome back into compliance. Moreover, Your grants from a particular\nContributor are reinstated on an ongoing basis if such Contributor\nnotifies You of the non-compliance by some reasonable means, this is the\nfirst time You have received notice of non-compliance with this License\nfrom such Contributor, and You become compliant prior to 30 days after\nYour receipt of the notice.\n\n5.2. If You initiate litigation against any entity by asserting a patent\ninfringement claim (excluding declaratory judgment actions,\ncounter-claims, and cross-claims) alleging that a Contributor Version\ndirectly or indirectly infringes any patent, then the rights granted to\nYou by any and all Contributors for the Covered Software under Section\n2.1 of this License shall terminate.\n\n5.3. In the event of termination under Sections 5.1 or 5.2 above, all\nend user license agreements (excluding distributors and resellers) which\nhave been validly granted by You or Your distributors under this License\nprior to termination shall survive termination.\n\n************************************************************************\n*                                                                      *\n*  6. Disclaimer of Warranty                                           *\n*  -------------------------                                           *\n*                                                                      *\n*  Covered Software is provided under this License on an \"as is\"       *\n*  basis, without warranty of any kind, either expressed, implied, or  *\n*  statutory, including, without limitation, warranties that the       *\n*  Covered Software is free of defects, merchantable, fit for a        *\n*  particular purpose or non-infringing. The entire risk as to the     *\n*  quality and performance of the Covered Software is with You.        *\n*  Should any Covered Software prove defective in any respect, You     *\n*  (not any Contributor) assume the cost of any necessary servicing,   *\n*  repair, or correction. This disclaimer of warranty constitutes an   *\n*  essential part of this License. No use of any Covered Software is   *\n*  authorized under this License except under this disclaimer.         *\n*                                                                      *\n************************************************************************\n\n************************************************************************\n*                                                                      *\n*  7. Limitation of Liability                                          *\n*  --------------------------                                          *\n*                                                                      *\n*  Under no circumstances and under no legal theory, whether tort      *\n*  (including negligence), contract, or otherwise, shall any           *\n*  Contributor, or anyone who distributes Covered Software as          *\n*  permitted above, be liable to You for any direct, indirect,         *\n*  special, incidental, or consequential damages of any character      *\n*  including, without limitation, damages for lost profits, loss of    *\n*  goodwill, work stoppage, computer failure or malfunction, or any    *\n*  and all other commercial damages or losses, even if such party      *\n*  shall have been informed of the possibility of such damages. This   *\n*  limitation of liability shall not apply to liability for death or   *\n*  personal injury resulting from such party's negligence to the       *\n*  extent applicable law prohibits such limitation. Some               *\n*  jurisdictions do not allow the exclusion or limitation of           *\n*  incidental or consequential damages, so this exclusion and          *\n*  limitation may not apply to You.                                    *\n*                                                                      *\n************************************************************************\n\n8. Litigation\n-------------\n\nAny litigation relating to this License may be brought only in the\ncourts of a jurisdiction where the defendant maintains its principal\nplace of business and such litigation shall be governed by laws of that\njurisdiction, without reference to its conflict-of-law provisions.\nNothing in this Section shall prevent a party's ability to bring\ncross-claims or counter-claims.\n\n9. Miscellaneous\n----------------\n\nThis License represents the complete agreement concerning the subject\nmatter hereof. If any provision of this License is held to be\nunenforceable, such provision shall be reformed only to the extent\nnecessary to make it enforceable. Any law or regulation which provides\nthat the language of a contract shall be construed against the drafter\nshall not be used to construe this License against a Contributor.\n\n10. Versions of the License\n---------------------------\n\n10.1. New Versions\n\nMozilla Foundation is the license steward. Except as provided in Section\n10.3, no one other than the license steward has the right to modify or\npublish new versions of this License. Each version will be given a\ndistinguishing version number.\n\n10.2. Effect of New Versions\n\nYou may distribute the Covered Software under the terms of the version\nof the License under which You originally received the Covered Software,\nor under the terms of any subsequent version published by the license\nsteward.\n\n10.3. Modified Versions\n\nIf you create software not governed by this License, and you want to\ncreate a new license for such software, you may create and use a\nmodified version of this License if you rename the license and remove\nany references to the name of the license steward (except to note that\nsuch modified license differs from this License).\n\n10.4. Distributing Source Code Form that is Incompatible With Secondary\nLicenses\n\nIf You choose to distribute Source Code Form that is Incompatible With\nSecondary Licenses under the terms of this version of the License, the\nnotice described in Exhibit B of this License must be attached.\n\nExhibit A - Source Code Form License Notice\n-------------------------------------------\n\n  This Source Code Form is subject to the terms of the Mozilla Public\n  License, v. 2.0. If a copy of the MPL was not distributed with this\n  file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nIf it is not possible or desirable to put the notice in a particular\nfile, then You may include the notice in a location (such as a LICENSE\nfile in a relevant directory) where a recipient would be likely to look\nfor such a notice.\n\nYou may add additional accurate notices of copyright ownership.\n\nExhibit B - \"Incompatible With Secondary Licenses\" Notice\n---------------------------------------------------------\n\n  This Source Code Form is \"Incompatible With Secondary Licenses\", as\n  defined by the Mozilla Public License, v. 2.0.\n"
  },
  {
    "path": "Makefile",
    "content": ".POSIX:\n\n.PHONY: all\nall: fmt build\n\n.PHONY: fmt\nfmt: node_modules\n\tprefix \"$@\" ./ci/sub/bin/fmt.sh\n.PHONY: build\nbuild: node_modules\n\tprefix \"$@\" yarn run build\n.PHONY: node_modules\nnode_modules:\n\tprefix \"$@\" yarn $${CI:+--immutable} $${CI:+--immutable-cache}\n"
  },
  {
    "path": "README.md",
    "content": "<div align=\"center\">\n  <img src=\"./docs/assets/banner.png\" alt=\"D2\" />\n  <h2>\n    D2 Obsidian Plugin\n  </h2>\n\nD2 is a modern diagram scripting language thats turns text to diagrams. The source code for D2, as well as install instructions and all other information, can be found at\n[https://github.com/terrastruct/d2](https://github.com/terrastruct/d2).\n\n[![ci](https://github.com/terrastruct/d2-obsidian/actions/workflows/ci.yml/badge.svg)](https://github.com/terrastruct/d2-obsidian/actions/workflows/ci.yml)\n[![ci](https://github.com/terrastruct/d2-obsidian/actions/workflows/daily.yml/badge.svg)](https://github.com/terrastruct/d2-obsidian/actions/workflows/daily.yml)\n[![license](https://img.shields.io/github/license/terrastruct/d2-obsidian?color=9cf)](./LICENSE.txt)\n[![discord](https://img.shields.io/discord/1039184639652265985?label=discord)](https://discord.gg/NF6X8K4eDq)\n\nhttps://user-images.githubusercontent.com/6413609/205414613-5b2559f1-0645-4432-bb7b-d980de527201.mp4\n\n</div>\n\n## Installation\n\nSettings > Community plugins > Browse > Search for \"D2\"\n\n**important**: [D2](https://github.com/terrastruct/d2) must be installed for this plugin to work currently. We will later on introduce a remote API as an option, but currently this plugin calls your local installation of D2.\n\n## Configurations\n\n- `Layout engine`: D2 supports multiple layout engines, which can significantly affect the look of your diagram.\n- `Theme ID`: For a list of available themes, visit the [D2 repository](https://github.com/terrastruct/d2/tree/master/d2themes).\n- `Pad`: Number of pixels padded around the rendered diagram.\n- `Sketch mode`: Render the diagram to look like it was sketched by hand.\n- `Container height`: Diagram max render height in pixels (Requires d2 v0.2.2 and up).\n- `Debounce`: Number of milliseconds to wait after a change has made to refresh the diagram (min 100).\n- `Path`: Customize the path to `d2` (optional). We check common places D2 might be installed, along with your system path. However, your OS or setup may require you to input your path to `d2` manually. To do so, type `where d2` into your terminal, and copy everything in the path up until `/d2` and paste it into this configuration.\n\n## Usage\n\nCreate a fenced codeblock with `d2` as the language tag:\n\n```d2\nHello -> World\n```\n\n## How to run this plugin locally\n\n- Clone this repo.\n- Run `yarn` to install dependencies.\n- Run `yarn run dev` to start compilation in watch mode.\n- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `[VaultFolder]/.obsidian/plugins/d2/`.\n\n## FAQ\n\n- I have D2 installed but I'm running into `D2 Compilation Error: d2: command not found`\n  - The Obsidian plugin may not be able to locate your D2 installation. Get the path to the D2 installation by executing `where d2` in the command line, then copy that path minus the executable itself into the `Path` plugin setting (so if the path is `/usr/local/bin/d2`, then you want to copy `/usr/local/bin`).\n- I have a question or need help.\n  - The best way to get help is to ask on [D2 Discord](https://discord.gg/NF6X8K4eDq).\n- I'd like to contribute.\n  - We welcome contributions! Please pick one from an existing Issue, or open one if none exists.\n- I have a feature request, proposal, or bug report.\n  - Please open up a Github Issue. If it's D2-specific, please open it in the [D2 repository](https://github.com/terrastruct/d2). If it's specific to this plugin, please open it here.\n- I have a private inquiry.\n  - Please reach out at [hi@d2lang.com](hi@d2lang.com).\n"
  },
  {
    "path": "esbuild.config.mjs",
    "content": "import esbuild from \"esbuild\";\nimport process from \"process\";\nimport builtins from \"builtin-modules\";\n\nconst banner = `/*\nTHIS IS A GENERATED/BUNDLED FILE BY ESBUILD\nif you want to view the source, please visit the github repository of this plugin: https://github.com/terrastruct/d2-obsidian\n*/`;\n\nconst prod = process.argv[2] === \"production\";\n\nesbuild\n\t.build({\n\t\tbanner: {\n\t\t\tjs: banner,\n\t\t},\n\t\tentryPoints: [\"./src/main.ts\"],\n\t\tbundle: true,\n\t\texternal: [\n\t\t\t\"obsidian\",\n\t\t\t\"electron\",\n\t\t\t\"@codemirror/autocomplete\",\n\t\t\t\"@codemirror/collab\",\n\t\t\t\"@codemirror/commands\",\n\t\t\t\"@codemirror/language\",\n\t\t\t\"@codemirror/lint\",\n\t\t\t\"@codemirror/search\",\n\t\t\t\"@codemirror/state\",\n\t\t\t\"@codemirror/view\",\n\t\t\t\"@lezer/common\",\n\t\t\t\"@lezer/highlight\",\n\t\t\t\"@lezer/lr\",\n\t\t\t...builtins,\n\t\t],\n\t\tformat: \"cjs\",\n\t\twatch: !prod,\n\t\ttarget: \"es2018\",\n\t\tlogLevel: \"info\",\n\t\tsourcemap: prod ? false : \"inline\",\n\t\ttreeShaking: true,\n\t\toutfile: \"main.js\",\n\t})\n\t.catch(() => process.exit(1));\n"
  },
  {
    "path": "make.sh",
    "content": "#!/bin/sh\nset -eu\nif [ ! -e \"$(dirname \"$0\")/ci/sub/.git\" ]; then\n  set -x\n  git submodule update --init\n  set +x\nfi\n. \"$(dirname \"$0\")/ci/sub/lib.sh\"\nPATH=\"$(cd -- \"$(dirname \"$0\")\" && pwd)/ci/sub/bin:$PATH\"\ncd \"$(dirname \"$0\")\"\n\n_make \"$@\"\n"
  },
  {
    "path": "manifest.json",
    "content": "{\n  \"id\": \"d2-obsidian\",\n  \"name\": \"D2\",\n  \"version\": \"1.1.4\",\n  \"minAppVersion\": \"0.15.0\",\n  \"description\": \"The official D2 plugin for Obsidian. D2 is a modern diagram scripting language that turns text to diagrams.\",\n  \"author\": \"Terrastruct\",\n  \"authorUrl\": \"https://d2lang.com\",\n  \"isDesktopOnly\": true\n}\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"d2-obsidian\",\n  \"version\": \"1.1.4\",\n  \"description\": \"This is the official D2 plugin for Obsidian.\",\n  \"main\": \"main.js\",\n  \"scripts\": {\n    \"dev\": \"node esbuild.config.mjs\",\n    \"build\": \"tsc -noEmit -skipLibCheck && node esbuild.config.mjs production\",\n    \"version\": \"node version-bump.mjs && git add manifest.json versions.json\"\n  },\n  \"keywords\": [],\n  \"author\": \"\",\n  \"license\": \"MIT\",\n  \"devDependencies\": {\n    \"@types/lodash.debounce\": \"^4.0.7\",\n    \"@types/node\": \"^16.11.6\",\n    \"@typescript-eslint/eslint-plugin\": \"5.29.0\",\n    \"@typescript-eslint/parser\": \"5.29.0\",\n    \"builtin-modules\": \"3.3.0\",\n    \"esbuild\": \"0.14.47\",\n    \"obsidian\": \"latest\",\n    \"tslib\": \"2.4.0\",\n    \"typescript\": \"4.7.4\"\n  },\n  \"dependencies\": {\n    \"child_process\": \"^1.0.2\",\n    \"lodash.debounce\": \"^4.0.8\"\n  }\n}\n"
  },
  {
    "path": "src/constants.ts",
    "content": "const LAYOUT_ENGINES = {\n  DAGRE: {\n    value: \"dagre\",\n    label: \"dagre\",\n  },\n  ELK: {\n    value: \"elk\",\n    label: \"ELK\",\n  },\n  TALA: {\n    value: \"tala\",\n    label: \"TALA\",\n  },\n};\n\nconst RecompileIcon = `\n<svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.33325 83.3334V58.3334H33.3333\" stroke=\"#2E3346\" stroke-width=\"8.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M91.6667 16.6666V41.6666H66.6667\" stroke=\"#2E3346\" stroke-width=\"8.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.6249 37.5004C16.7381 31.5287 20.3296 26.1896 25.0644 21.9813C29.7991 17.773 35.5227 14.8328 41.7011 13.4348C47.8795 12.0369 54.3114 12.2268 60.3965 13.987C66.4817 15.7471 72.0218 19.02 76.4999 23.5004C80.978 27.9808 91.6666 41.667 91.6666 41.667M8.33325 58.3337C8.33325 58.3337 19.0218 72.02 23.4999 76.5004C27.978 80.9808 33.5181 84.2537 39.6033 86.0138C45.6884 87.774 52.1203 87.9639 58.2987 86.566C64.4771 85.168 70.2007 82.2277 74.9355 78.0195C79.6702 73.8112 83.2617 68.4721 85.3749 62.5004\" stroke=\"#2E3346\" stroke-width=\"8.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n`;\n\nexport { LAYOUT_ENGINES, RecompileIcon };\n"
  },
  {
    "path": "src/main.ts",
    "content": "import { Plugin, addIcon } from \"obsidian\";\n\nimport { D2PluginSettings, D2SettingsTab, DEFAULT_SETTINGS } from \"./settings\";\nimport { D2Processor } from \"./processor\";\nimport { RecompileIcon } from \"./constants\";\n\nexport default class D2Plugin extends Plugin {\n  settings: D2PluginSettings;\n  processor: D2Processor;\n\n  async onload() {\n    addIcon(\"recompile\", RecompileIcon);\n    await this.loadSettings();\n    this.addSettingTab(new D2SettingsTab(this.app, this));\n\n    const processor = new D2Processor(this);\n    this.registerMarkdownCodeBlockProcessor(\"d2\", processor.attemptExport);\n\n    this.processor = processor;\n  }\n\n  onunload() {\n    const abortControllers = this.processor.abortControllerMap.values();\n    Array.from(abortControllers).forEach((controller) => {\n      controller.abort();\n    });\n  }\n\n  async loadSettings() {\n    this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());\n  }\n\n  async saveSettings() {\n    await this.saveData(this.settings);\n  }\n}\n"
  },
  {
    "path": "src/processor.ts",
    "content": "import { MarkdownPostProcessorContext, ButtonComponent } from \"obsidian\";\nimport { exec, execSync } from \"child_process\";\nimport { delimiter } from \"path\";\nimport debounce from \"lodash.debounce\";\nimport os from \"os\";\n\nimport D2Plugin from \"./main\";\n\nexport class D2Processor {\n  plugin: D2Plugin;\n  debouncedMap: Map<\n    string,\n    (\n      source: string,\n      el: HTMLElement,\n      ctx: MarkdownPostProcessorContext,\n      signal?: AbortSignal\n    ) => Promise<void>\n  >;\n  abortControllerMap: Map<string, AbortController>;\n  prevImage: string;\n  abortController: AbortController;\n\n  constructor(plugin: D2Plugin) {\n    this.plugin = plugin;\n    this.debouncedMap = new Map();\n    this.abortControllerMap = new Map();\n  }\n\n  attemptExport = async (\n    source: string,\n    el: HTMLElement,\n    ctx: MarkdownPostProcessorContext\n  ) => {\n    el.createEl(\"h6\", {\n      text: \"Generating D2 diagram...\",\n      cls: \"D2__Loading\",\n    });\n\n    // we need to generate a debounce per split page, and ctx.containerEl is the only element we have access to that's page specific\n    // however, it is not publically available in MarkdownPostProcessorContext, so we hack its access by casting it to an 'any' type\n    const pageContainer = (ctx as any).containerEl;\n    let pageID = pageContainer.dataset.pageID;\n    if (!pageID) {\n      pageID = Math.floor(Math.random() * Date.now()).toString();\n      pageContainer.dataset.pageID = pageID;\n    }\n\n    let debouncedFunc = this.debouncedMap.get(pageID);\n    if (!debouncedFunc) {\n      // No need to debounce initial render\n      await this.export(source, el, ctx);\n\n      debouncedFunc = debounce(this.export, this.plugin.settings.debounce, {\n        leading: true,\n      });\n      this.debouncedMap.set(pageID, debouncedFunc);\n      return;\n    }\n\n    this.abortControllerMap.get(pageID)?.abort();\n    const newAbortController = new AbortController();\n    this.abortControllerMap.set(pageID, newAbortController);\n\n    await debouncedFunc(source, el, ctx, newAbortController.signal);\n  };\n\n  isValidUrl = (urlString: string) => {\n    let url;\n    try {\n      url = new URL(urlString);\n    } catch (e) {\n      return false;\n    }\n    return url.protocol === \"http:\" || url.protocol === \"https:\";\n  };\n\n  formatLinks = (svgEl: HTMLElement) => {\n    // Add attributes to <a> tags to make them Obsidian compatible :\n    const links = svgEl.querySelectorAll(\"a\");\n    links.forEach((link: HTMLElement) => {\n      const href = link.getAttribute(\"href\") ?? \"\";\n      // Check for internal link\n      if (!this.isValidUrl(href)) {\n        link.classList.add(\"internal-link\");\n        link.setAttribute(\"data-href\", href);\n        link.setAttribute(\"target\", \"_blank\");\n        link.setAttribute(\"rel\", \"noopener\");\n      }\n    });\n  };\n\n  sanitizeSVGIDs = (svgEl: HTMLElement, docID: string): string => {\n    // append docId to <marker> || <mask> || <filter> id's so that they're unique across different panels & edit/view mode\n    const overrides = svgEl.querySelectorAll(\"marker, mask, filter\");\n    const overrideIDs: string[] = [];\n    overrides.forEach((override) => {\n      const id = override.getAttribute(\"id\");\n      if (id) {\n        overrideIDs.push(id);\n      }\n    });\n    return overrideIDs.reduce((svgHTML, overrideID) => {\n      return svgHTML.replaceAll(overrideID, [overrideID, docID].join(\"-\"));\n    }, svgEl.outerHTML);\n  };\n\n  insertImage(image: string, el: HTMLElement, ctx: MarkdownPostProcessorContext) {\n    const parser = new DOMParser();\n    const svg = parser.parseFromString(image, \"image/svg+xml\");\n    const containerEl = el.createDiv();\n\n    const svgEl = svg.documentElement;\n    svgEl.style.maxHeight = `${this.plugin.settings.containerHeight}px`;\n    svgEl.style.maxWidth = \"100%\";\n    svgEl.style.height = \"fit-content\";\n    svgEl.style.width = \"fit-content\";\n\n    this.formatLinks(svgEl);\n    containerEl.innerHTML = this.sanitizeSVGIDs(svgEl, ctx.docId);\n  }\n\n  export = async (\n    source: string,\n    el: HTMLElement,\n    ctx: MarkdownPostProcessorContext,\n    signal?: AbortSignal\n  ) => {\n    try {\n      const image = await this.generatePreview(source, signal);\n      if (image) {\n        el.empty();\n        this.prevImage = image;\n        this.insertImage(image, el, ctx);\n\n        const button = new ButtonComponent(el)\n          .setClass(\"Preview__Recompile\")\n          .setIcon(\"recompile\")\n          .onClick((e) => {\n            e.preventDefault();\n            e.stopPropagation();\n            el.empty();\n            this.attemptExport(source, el, ctx);\n          });\n\n        button.buttonEl.createEl(\"span\", {\n          text: \"Recompile\",\n        });\n      }\n    } catch (err) {\n      el.empty();\n      const errorEl = el.createEl(\"pre\", {\n        cls: \"markdown-rendered pre Preview__Error\",\n      });\n      errorEl.createEl(\"code\", {\n        text: \"D2 Compilation Error:\",\n        cls: \"Preview__Error--Title\",\n      });\n      errorEl.createEl(\"code\", {\n        text: err.message,\n      });\n      if (this.prevImage) {\n        this.insertImage(this.prevImage, el, ctx);\n      }\n    } finally {\n      const pageContainer = (ctx as any).containerEl;\n      this.abortControllerMap.delete(pageContainer.dataset.id);\n    }\n  };\n\n  async generatePreview(source: string, signal?: AbortSignal): Promise<string> {\n    const pathArray = [process.env.PATH, \"/opt/homebrew/bin\", \"/usr/local/bin\"];\n\n    // platform will be win32 even on 64 bit windows\n    if (os.platform() === \"win32\") {\n      pathArray.push(`C:\\Program Files\\D2`);\n    } else {\n      pathArray.push(`${process.env.HOME}/.local/bin`);\n    }\n\n    let GOPATH = \"\";\n    try {\n      GOPATH = execSync(\"go env GOPATH\", {\n        env: {\n          ...process.env,\n          PATH: pathArray.join(delimiter),\n        },\n      }).toString();\n    } catch (error) {\n      // ignore if go is not installed\n    }\n\n    if (GOPATH) {\n      pathArray.push(`${GOPATH.replace(\"\\n\", \"\")}/bin`);\n    }\n    if (this.plugin.settings.d2Path) {\n      pathArray.push(this.plugin.settings.d2Path);\n    }\n\n    const options: any = {\n      ...process.env,\n      env: {\n        PATH: pathArray.join(delimiter),\n      },\n      signal,\n    };\n    if (this.plugin.settings.apiToken) {\n      options.env.TSTRUCT_TOKEN = this.plugin.settings.apiToken;\n    }\n\n    let args = [\n      `d2`,\n      \"-\",\n      `--theme=${this.plugin.settings.theme}`,\n      `--layout=${this.plugin.settings.layoutEngine}`,\n      `--pad=${this.plugin.settings.pad}`,\n      `--sketch=${this.plugin.settings.sketch}`,\n      \"--bundle=false\",\n      \"--scale=1\",\n    ];\n    const cmd = args.join(\" \");\n    const child = exec(cmd, options);\n    child.stdin?.write(source);\n    child.stdin?.end();\n\n    let stdout: any;\n    let stderr: any;\n\n    if (child.stdout) {\n      child.stdout.on(\"data\", (data) => {\n        if (stdout === undefined) {\n          stdout = data;\n        } else {\n          stdout += data;\n        }\n      });\n    }\n\n    if (child.stderr) {\n      child.stderr.on(\"data\", (data) => {\n        if (stderr === undefined) {\n          stderr = data;\n        } else {\n          stderr += data;\n        }\n      });\n    }\n\n    return new Promise((resolve, reject) => {\n      child.on(\"error\", reject);\n      child.on(\"close\", (code: number) => {\n        if (code === 0) {\n          resolve(stdout);\n          return;\n        } else if (stderr) {\n          console.error(stderr);\n          reject(new Error(stderr));\n        } else if (stdout) {\n          console.error(stdout);\n          reject(new Error(stdout));\n        }\n      });\n    });\n  }\n}\n"
  },
  {
    "path": "src/settings.ts",
    "content": "import { Notice, App, PluginSettingTab, Setting } from \"obsidian\";\n\nimport D2Plugin from \"./main\";\nimport { LAYOUT_ENGINES } from \"./constants\";\n\nexport interface D2PluginSettings {\n  layoutEngine: string;\n  apiToken: string;\n  debounce: number;\n  theme: number;\n  d2Path: string;\n  pad: number;\n  sketch: boolean;\n  containerHeight: number;\n}\n\nexport const DEFAULT_SETTINGS: D2PluginSettings = {\n  layoutEngine: \"dagre\",\n  debounce: 500,\n  theme: 0,\n  apiToken: \"\",\n  d2Path: \"\",\n  pad: 100,\n  sketch: false,\n  containerHeight: 800,\n};\n\nexport class D2SettingsTab extends PluginSettingTab {\n  plugin: D2Plugin;\n  talaSettings: HTMLDivElement;\n\n  constructor(app: App, plugin: D2Plugin) {\n    super(app, plugin);\n    this.plugin = plugin;\n  }\n\n  addTALASettings() {\n    const talaSettings = this.containerEl.createEl(\"div\");\n    talaSettings.createEl(\"h3\", {\n      text: \"TALA settings\",\n    });\n    new Setting(talaSettings)\n      .setName(\"API token\")\n      .setDesc(\n        'To use TALA, copy your API token here or in ~/.local/state/tstruct/auth.json under the field \"api_token\"'\n      )\n      .addText((text) =>\n        text\n          .setPlaceholder(\"tstruct_...\")\n          .setValue(this.plugin.settings.apiToken)\n          .setDisabled(this.plugin.settings.layoutEngine !== LAYOUT_ENGINES.TALA.value)\n          .onChange(async (value) => {\n            if (value && !value.startsWith(\"tstruct_\")) {\n              new Notice(\"Invalid API token\");\n            } else {\n              this.plugin.settings.apiToken = value;\n              await this.plugin.saveSettings();\n            }\n          })\n      );\n\n    this.talaSettings = talaSettings;\n  }\n\n  display(): void {\n    const { containerEl } = this;\n    containerEl.empty();\n    containerEl.createEl(\"h1\", { text: \"D2 plugin settings\" });\n\n    new Setting(containerEl)\n      .setName(\"Layout engine\")\n      .setDesc(\n        'Available layout engines include \"dagre\", \"ELK\", and \"TALA\" (TALA must be installed separately from D2)'\n      )\n      .addDropdown((dropdown) => {\n        dropdown\n          .addOption(LAYOUT_ENGINES.DAGRE.value, LAYOUT_ENGINES.DAGRE.label)\n          .addOption(LAYOUT_ENGINES.ELK.value, LAYOUT_ENGINES.ELK.label)\n          .addOption(LAYOUT_ENGINES.TALA.value, LAYOUT_ENGINES.TALA.label)\n          .setValue(this.plugin.settings.layoutEngine)\n          .onChange(async (value) => {\n            this.plugin.settings.layoutEngine = value;\n            await this.plugin.saveSettings();\n            if (value === LAYOUT_ENGINES.TALA.value) {\n              this.addTALASettings();\n            } else {\n              this.talaSettings?.remove();\n            }\n          });\n      });\n\n    new Setting(containerEl)\n      .setName(\"Theme ID\")\n      .setDesc(\n        \"Available themes are located at https://github.com/terrastruct/d2/tree/master/d2themes\"\n      )\n      .addText((text) =>\n        text\n          .setPlaceholder(\"Enter a theme ID\")\n          .setValue(String(this.plugin.settings.theme))\n          .onChange(async (value) => {\n            if (!isNaN(Number(value)) || value === \"\") {\n              this.plugin.settings.theme = Number(value || DEFAULT_SETTINGS.theme);\n              await this.plugin.saveSettings();\n            } else {\n              new Notice(\"Please specify a valid number\");\n            }\n          })\n      );\n\n    new Setting(containerEl)\n      .setName(\"Pad\")\n      .setDesc(\"Pixels padded around the rendered diagram\")\n      .addText((text) =>\n        text\n          .setPlaceholder(String(DEFAULT_SETTINGS.pad))\n          .setValue(String(this.plugin.settings.pad))\n          .onChange(async (value) => {\n            if (isNaN(Number(value))) {\n              new Notice(\"Please specify a valid number\");\n              this.plugin.settings.pad = Number(DEFAULT_SETTINGS.pad);\n            } else if (value === \"\") {\n              this.plugin.settings.pad = Number(DEFAULT_SETTINGS.pad);\n            } else {\n              this.plugin.settings.pad = Number(value);\n            }\n            await this.plugin.saveSettings();\n          })\n      );\n\n    new Setting(containerEl)\n      .setName(\"Sketch mode\")\n      .setDesc(\"Render the diagram to look like it was sketched by hand\")\n      .addToggle((toggle) =>\n        toggle.setValue(this.plugin.settings.sketch).onChange(async (value) => {\n          this.plugin.settings.sketch = value;\n          await this.plugin.saveSettings();\n        })\n      );\n\n    new Setting(containerEl)\n      .setName(\"Container height\")\n      .setDesc(\"Diagram max render height in pixels (Requires d2 v0.2.2 and up)\")\n      .addText((text) =>\n        text\n          .setPlaceholder(String(DEFAULT_SETTINGS.containerHeight))\n          .setValue(String(this.plugin.settings.containerHeight))\n          .onChange(async (value) => {\n            if (isNaN(Number(value))) {\n              new Notice(\"Please specify a valid number\");\n              this.plugin.settings.containerHeight = Number(\n                DEFAULT_SETTINGS.containerHeight\n              );\n            } else if (value === \"\") {\n              this.plugin.settings.containerHeight = Number(\n                DEFAULT_SETTINGS.containerHeight\n              );\n            } else {\n              this.plugin.settings.containerHeight = Number(value);\n            }\n            await this.plugin.saveSettings();\n          })\n      );\n\n    new Setting(containerEl)\n      .setName(\"Debounce\")\n      .setDesc(\"How often should the diagram refresh in milliseconds (min 100)\")\n      .addText((text) =>\n        text\n          .setPlaceholder(String(DEFAULT_SETTINGS.debounce))\n          .setValue(String(this.plugin.settings.debounce))\n          .onChange(async (value) => {\n            if (isNaN(Number(value))) {\n              new Notice(\"Please specify a valid number\");\n              this.plugin.settings.debounce = Number(DEFAULT_SETTINGS.debounce);\n            } else if (value === \"\") {\n              this.plugin.settings.debounce = Number(DEFAULT_SETTINGS.debounce);\n            } else if (Number(value) < 100) {\n              new Notice(\"The value must be greater than 100\");\n              this.plugin.settings.debounce = Number(DEFAULT_SETTINGS.debounce);\n            } else {\n              this.plugin.settings.debounce = Number(value);\n            }\n            await this.plugin.saveSettings();\n          })\n      );\n\n    new Setting(containerEl)\n      .setName(\"Path (optional)\")\n      .setDesc(\n        \"Customize the local path to the directory `d2` is installed in (ex. if d2 is located at `/usr/local/bin/d2`, then the path is `/usr/local/bin`). This is only necessary if `d2` is not found automatically by the plugin (but is installed).\"\n      )\n      .addText((text) => {\n        text\n          .setPlaceholder(\"/usr/local/Cellar\")\n          .setValue(this.plugin.settings.d2Path)\n          .onChange(async (value) => {\n            this.plugin.settings.d2Path = value;\n            await this.plugin.saveSettings();\n          });\n      });\n\n    if (this.plugin.settings.layoutEngine === LAYOUT_ENGINES.TALA.value) {\n      this.addTALASettings();\n    }\n  }\n}\n"
  },
  {
    "path": "styles.css",
    "content": ".D2__Loading {\n  font-style: italic;\n}\n\n.Preview__Error--Title {\n  color: #be0b41 !important;\n}\n\n.Preview__Error {\n  display: flex;\n  flex-direction: column;\n  white-space: pre;\n  white-space: pre-wrap;\n}\n\n.Preview__Recompile {\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  height: 24px;\n  padding: 6px;\n  background-color: white !important;\n  color: #2e3346;\n  display: flex;\n  gap: 4px;\n  box-shadow: none !important;\n  border: 1px solid #dee1eb;\n  filter: drop-shadow(1px 1px 4px rgba(31, 36, 58, 0.08));\n}\n\n.Preview__Recompile:hover {\n  filter: drop-shadow(2px 2px 16px rgba(31, 36, 58, 0.12));\n  cursor: pointer;\n}\n\n.Preview__Recompile > .svg-icon {\n  height: 12px !important;\n  width: 12px !important;\n}\n\n.block-language-d2 {\n  position: relative;\n}\n\n@media print {\n  .Preview__Recompile {\n    display: none;\n  }\n}\n"
  },
  {
    "path": "tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    \"baseUrl\": \".\",\n    \"inlineSourceMap\": true,\n    \"inlineSources\": true,\n    \"module\": \"ESNext\",\n    \"target\": \"ES6\",\n    \"allowJs\": true,\n    \"noImplicitAny\": true,\n    \"moduleResolution\": \"node\",\n    \"importHelpers\": true,\n    \"isolatedModules\": true,\n    \"allowSyntheticDefaultImports\": true,\n\t\"strictNullChecks\": true,\n    \"lib\": [\n      \"ES2021\",\n      \"DOM\",\n      \"ES5\",\n      \"ES6\",\n      \"ES7\",\n    ]\n  },\n  \"include\": [\n    \"**/*.ts\"\n  ]\n}\n"
  },
  {
    "path": "version-bump.mjs",
    "content": "import { readFileSync, writeFileSync } from \"fs\";\n\nconst targetVersion = process.env.npm_package_version;\n\n// read minAppVersion from manifest.json and bump version to target version\nlet manifest = JSON.parse(readFileSync(\"manifest.json\", \"utf8\"));\nconst { minAppVersion } = manifest;\nmanifest.version = targetVersion;\nwriteFileSync(\"manifest.json\", JSON.stringify(manifest, null, \"\\t\"));\n\n// update versions.json with target version and minAppVersion from manifest.json\nlet versions = JSON.parse(readFileSync(\"versions.json\", \"utf8\"));\nversions[targetVersion] = minAppVersion;\nwriteFileSync(\"versions.json\", JSON.stringify(versions, null, \"\\t\"));\n"
  },
  {
    "path": "versions.json",
    "content": "{\n  \"1.1.4\": \"0.15.0\",\n  \"1.1.3\": \"0.15.0\",\n  \"1.1.2\": \"0.15.0\",\n  \"1.1.1\": \"0.15.0\",\n  \"1.1.0\": \"0.15.0\",\n  \"1.0.1\": \"0.15.0\",\n  \"1.0.0\": \"0.15.0\"\n}\n"
  }
]