Go to file
2023-08-14 22:11:41 +02:00
.github/workflows macOS build attempted fix 2023-05-13 19:20:42 +02:00
public big dialog overhaul + async nextticks 2021-03-04 01:27:07 +01:00
src 0.1.12 Added support for moving top tabs left and right 2023-08-14 22:11:41 +02:00
src-electron more pdf kit fixes! 2021-05-21 15:48:32 +02:00
.editorconfig First commit 2021-01-30 14:43:13 +01:00
.eslintignore First commit 2021-01-30 14:43:13 +01:00
.eslintrc.js reworked hierarchical tree and keybinds 2021-02-22 23:30:18 +01:00
.gitignore upgraded electron, added .pacman to build instructions, updated gitignore 2022-05-28 14:45:40 +10:00
.postcssrc.js First commit 2021-01-30 14:43:13 +01:00
babel.config.js First commit 2021-01-30 14:43:13 +01:00
FUNDING.yml Update FUNDING.yml 2021-04-06 10:45:11 +10:00
LICENSE.md 0.1.5-rc-4 2021-04-16 15:54:00 +02:00
package-lock.json 1.1.0 Added @at links to editors & fullpage search 2023-05-13 18:43:26 +02:00
package.json 0.1.12 Added support for moving top tabs left and right 2023-08-14 22:11:41 +02:00
quasar.conf.js fixed build bug due to explicit arch builds, updated npm audit 2022-05-28 14:37:04 +02:00
quasar.extensions.json 0.1.5 - added a floating window support 2021-04-12 21:27:44 +02:00
README.md updated readme and removed typefix since it is no longer necessary 2021-04-20 14:00:39 +02:00
suggestionList.md 0.1.8 - Added document templates to the document view/edit mode 2021-07-04 03:17:38 +02:00
tsconfig.json 1.1.0 Added @at links to editors & fullpage search 2023-05-13 18:43:26 +02:00

Fantasia Archive (fantasiaarchive)

A database manager for world building

How to Install

Install Node.JS

Simply install Node.JS for your system. You can get it straight from their site, or on Linux, install it through your package manager.

Download the program

Click on the green code button above, and download the repository as a zip file. Extract the zip file and move the resulting fantasia-archive-master folder to your home directory.

Install the dependencies

In the terminal, do the following:

cd fantasia-archive-master
npm install

Optional: Start the app in development mode (hot-code reloading, error reporting, etc.)

If you don't know what's going on, skip this step.

npm run dev

Build the app for production

Once again in the terminal, run the following:

npm run build

After it is complete, go to /dist/electron/Packaged and select the dmg or AppImage file there and run it. You have finished installing the program.

New object files go into

src\databaseManager\blueprints

Document configuration details can be found in the following file

I_Blueprint.ts

Customize the configuration

See Configuring quasar.conf.js.