mirror of
https://github.com/elisspace/ObsidianTweaks.git
synced 2026-08-29 15:44:02 +00:00
CodeMirror does not consider some symbols like asterisks as part of a word. We on the other hand believe that all symbols are created equal (except whitespaces and spaces of other colours).
28 lines
752 B
JSON
Executable File
28 lines
752 B
JSON
Executable File
{
|
|
"name": "obsidian-tweaks",
|
|
"version": "0.2.1",
|
|
"description": "A small plugin that implements some sorely missed features.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "rollup --config rollup.config.js --environment BUILD:production"
|
|
},
|
|
"keywords": [
|
|
"obsidian"
|
|
],
|
|
"author": "Jeppe Klitgaard",
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^14.14.37",
|
|
"auto": "^10.29.3",
|
|
"auto-plugin-obsidian": "^0.1.4",
|
|
"obsidian": "^0.12.0",
|
|
"rollup": "^2.32.1",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|