mirror of
https://github.com/gregory-jagermeister/Fantasy-Content-Generator.git
synced 2026-07-22 04:34:03 +00:00
Updated Readme and Build Configuration
This commit is contained in:
parent
5896b12edf
commit
81faf97f8a
3 changed files with 1624 additions and 49 deletions
|
|
@ -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
|
||||
| Setting | Options |
|
||||
| ------- | ------- |
|
||||
| Reset | Click the Reset Button to return to defaults |
|
||||
| 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. |
|
||||
|
|
|
|||
1665
package-lock.json
generated
1665
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "fantasy-content-generator",
|
||||
"version": "1.0.1-a",
|
||||
"version": "1.2.0",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
@ -21,7 +21,8 @@
|
|||
"esbuild": "0.17.3",
|
||||
"obsidian": "latest",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
"typescript": "4.7.4",
|
||||
"zip-build": "^1.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "^6.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue