Updated Readme and Build Configuration

This commit is contained in:
Daniel Stirba 2023-02-18 13:14:05 +11:00
parent 5896b12edf
commit 81faf97f8a
3 changed files with 1624 additions and 49 deletions

View file

@ -45,6 +45,7 @@ If you found yourself needing a quick name for an Elf or really wanting a quick
Below is a table for all the settings in this plugin Below is a table for all the settings in this plugin
| Setting | Options | | Setting | Options |
| ------- | ------- |
| Reset | Click the Reset Button to return to defaults | | Reset | Click the Reset Button to return to defaults |
| Call Out | Modify the call out used when using the inline Generator| | Call Out | Modify the call out used when using the inline Generator|
| Currency | Enable Currency use in generation, How often it occurs and add type of currency with rarity. | | Currency | Enable Currency use in generation, How often it occurs and add type of currency with rarity. |

1665
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
{ {
"name": "fantasy-content-generator", "name": "fantasy-content-generator",
"version": "1.0.1-a", "version": "1.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"dev": "node esbuild.config.mjs", "dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && copy manifest.json fantasy-content-generator && copy styles.css fantasy-content-generator && zip-build fantasy-content-generator fantasy-content-generator",
"version": "node version-bump.mjs && git add manifest.json versions.json" "version": "node version-bump.mjs && git add manifest.json versions.json"
}, },
"keywords": [], "keywords": [],
@ -21,7 +21,8 @@
"esbuild": "0.17.3", "esbuild": "0.17.3",
"obsidian": "latest", "obsidian": "latest",
"tslib": "2.4.0", "tslib": "2.4.0",
"typescript": "4.7.4" "typescript": "4.7.4",
"zip-build": "^1.8.0"
}, },
"dependencies": { "dependencies": {
"@codemirror/autocomplete": "^6.4.1", "@codemirror/autocomplete": "^6.4.1",