vscode-extensions.svsool.markdown-memo: init at 0.3.8
This commit is contained in:
parent
955df64c44
commit
b2cf7418e7
1 changed files with 17 additions and 0 deletions
|
@ -1152,6 +1152,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
svsool.markdown-memo = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "markdown-memo";
|
||||||
|
publisher = "svsool";
|
||||||
|
version = "0.3.8";
|
||||||
|
sha256 = "eFiCCXxrOnXwJK1AOMfIDsPGsFG3ArLD1X/uAEH5lRY=";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/svsool.markdown-memo/changelog";
|
||||||
|
description = "Markdown knowledge base with bidirectional [[link]]s built on top of VSCode";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo";
|
||||||
|
homepage = "https://github.com/svsool/vscode-memo";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ ratsclub ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
|
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "even-better-toml";
|
name = "even-better-toml";
|
||||||
|
|
Loading…
Reference in a new issue