0.1.5 - unified and fixed titles typos in all blueprints

This commit is contained in:
Elvanos 2021-04-05 20:05:09 +02:00
parent dbfa704f5d
commit d3257d277d
16 changed files with 230 additions and 231 deletions

View file

@ -12,7 +12,7 @@
### Bugfixes & Optimizations
- Fixed a typo in `Type of being` field in the `Races/Species` document type
- Fixed a typo in `Type of being` field in the `Species/Races` document type
- Fixed a bug that was causing the relationship dropdowns sometimes not be clickable and instead caused dragging of the app window when shown over the top of the drag-bar at the top of the app
- Updated advanced search guide with missing information about full-text search
- Changes a small bug when the `New Object` dialog wasn't respecting option changes being done in the same session of the program being opened
@ -29,6 +29,7 @@
- Updated fullscreen editor looks to work more like a proper document editor
- Made the app a bit more "snappy" by decreasing animation lengths when transitioning between documents
- Updated `readme` file on how to properly compile the app since I made it OSS and all... kinda important
---

View file

@ -21,7 +21,7 @@ export const chaptersBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:

View file

@ -21,7 +21,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
@ -246,7 +246,7 @@ export const charactersBlueprint: I_Blueprint = {
icon: "fas fa-fist-raised",
sizing: 3,
predefinedSelectValues: [
/*
"0 - Civilian",
"1 - Trainee / Athletic civilian",
"2 - Trained soldier / Weak magic user",
@ -263,7 +263,7 @@ export const charactersBlueprint: I_Blueprint = {
"13 - World-shaping god / Powerful ascendant / Strong outerplanar entity",
"14 - New transcendant / Genius ascendant / Powerful outerplanar entity",
"15 - Established transcendant / Prodigy ascendant / Ancient outerplanar entity",
"16 & Above - Off the scale / Impossible to even categorize"
"16 & Above - Off the scale / Impossible to even categorize" */
]
},
{
@ -274,7 +274,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "breakSkills",
name: "Skills and other features",
name: "Skills & Other features",
type: "break",
sizing: 12
},
@ -927,7 +927,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "traits",
name: "Unusual features/traits",
name: "Unusual Features/Traits",
type: "list",
icon: "mdi-guy-fawkes-mask",
sizing: 6
@ -967,7 +967,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedMagic",
name: "Known magic/spells",
name: "Known Magic/Spells",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -978,7 +978,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedTech",
name: "Known technologies/sciences",
name: "Known Technologies/Sciences",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -995,7 +995,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "parentsOfCharacter",
name: "Parents of character",
name: "Parents of the Character",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -1006,7 +1006,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "childOfCharacter",
name: "Children of character",
name: "Children of the Character",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -1017,7 +1017,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "relativesOfCharacter",
name: "Other relatives of character",
name: "Other relatives of the Character",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -1061,13 +1061,13 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "breakPolitics",
name: "Ideologies, religions & politics",
name: "Ideologies, Religions & Politics",
type: "break",
sizing: 12
},
{
id: "pairedConnectionPolGroup",
name: "Connected to political groups/ideologies",
name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -1078,7 +1078,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingPolGroup",
name: "Member of political groups/ideologies",
name: "Member of Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -1089,7 +1089,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedAllyPolGroup",
name: "Ally of political groups/ideologies",
name: "Ally of Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -1100,7 +1100,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyPolGroup",
name: "Enemy of political groups/ideologies",
name: "Enemy of Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -1111,7 +1111,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionRelGroup",
name: "Connected to religious groups/teachings",
name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -1122,7 +1122,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingRelGroup",
name: "Member of religious groups/teachings",
name: "Member of Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -1133,7 +1133,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedAllyRelGroup",
name: "Ally of religious groups/teachings",
name: "Ally of Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -1144,7 +1144,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyRelGroup",
name: "Enemy of religious groups/teachings",
name: "Enemy of Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -1155,7 +1155,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionMagicGroup",
name: "Connected to magical groups",
name: "Connected to Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -1166,7 +1166,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingMagicGroup",
name: "Member of magical groups",
name: "Member of Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -1177,7 +1177,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedAllyMagicGroup",
name: "Ally of magical groups",
name: "Ally of Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -1188,7 +1188,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyMagicGroup",
name: "Enemy of magical groups",
name: "Enemy of Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -1199,7 +1199,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionTechGroup",
name: "Connected to scientific/technological groups",
name: "Connected to Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -1210,7 +1210,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingTechGroup",
name: "Member of scientific/technological groups",
name: "Member of Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -1221,7 +1221,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedAllyTechGroup",
name: "Ally of scientific/technological groups",
name: "Ally of Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -1232,7 +1232,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyTechGroup",
name: "Enemy of scientific/technological groups",
name: "Enemy of Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -1249,7 +1249,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedEvent",
name: "Took part in events",
name: "Took part in Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 6,
@ -1260,7 +1260,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPlaces",
name: "Connected to locations",
name: "Connected to Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -1271,7 +1271,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 6,
@ -1282,7 +1282,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to Legendary items/artifacts",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 6,

View file

@ -21,7 +21,7 @@ export const currenciesBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,14 +86,14 @@ export const currenciesBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
},
{
id: "traits",
name: "Defining features/traits",
name: "Defining Features/Traits",
type: "list",
icon: "fas fa-coins",
sizing: 6
@ -112,7 +112,7 @@ export const currenciesBlueprint: I_Blueprint = {
},
{
id: "pairedLocations",
name: "Used in locations",
name: "Used in Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 4,
@ -123,7 +123,7 @@ export const currenciesBlueprint: I_Blueprint = {
},
{
id: "usedInPoliticalGroups",
name: "Used by political groups/ideologies",
name: "Used by Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -134,7 +134,7 @@ export const currenciesBlueprint: I_Blueprint = {
},
{
id: "usedByRaces",
name: "Used by races",
name: "Used by Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,

View file

@ -21,7 +21,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 4
@ -140,7 +140,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Prominent actors",
name: "Prominent Actors",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -151,7 +151,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedRaces",
name: "Affected or involved species/races",
name: "Affected or involved Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 6,
@ -162,7 +162,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedLocations",
name: "Connected to locations",
name: "Connected to Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -173,7 +173,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedEvents",
name: "Connected to other events",
name: "Connected to other Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 6,
@ -184,7 +184,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedItems",
name: "Connected to items",
name: "Connected to Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 6,
@ -195,7 +195,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "pairedMyths",
name: "Connected to myths/legends",
name: "Connected to Myths/Legends",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 6,
@ -218,7 +218,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "connectedPolitical",
name: "Involved political groups",
name: "Involved Political groups",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -229,7 +229,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "connectedReligious",
name: "Involved religious groups",
name: "Involved Religious groups",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -240,7 +240,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "connectedMagical",
name: "Involved magical groups",
name: "Involved Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -251,7 +251,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "connectedTech",
name: "Involved tech/scientific groups",
name: "Involved Technological/Scientific groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,

View file

@ -21,7 +21,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
@ -147,7 +147,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedItems",
name: "Connected to other items",
name: "Connected to other Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 6,
@ -158,7 +158,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedMagic",
name: "Capable of utilizing spells/magic",
name: "Capable of utilizing Spells/Magic",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -169,7 +169,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedEvents",
name: "Involved in events",
name: "Involved in Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 6,
@ -180,7 +180,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedMyths",
name: "Involved in myths/legends",
name: "Involved in Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 6,
@ -197,7 +197,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "traditions",
name: "Connected traditions & customs to the item",
name: "Traditions & customs connected to the item",
type: "wysiwyg",
sizing: 12
},
@ -209,7 +209,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedCharacter",
name: "Connected to characters",
name: "Connected to Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -220,7 +220,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedLocations",
name: "Connected to locations",
name: "Connected to Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 4,
@ -231,7 +231,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedRaces",
name: "Connected to species/races",
name: "Connected to Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,
@ -242,7 +242,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPolGroups",
name: "Connected to political groups/ideologies",
name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -253,7 +253,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedRelGroups",
name: "Connected to religious groups/teachings",
name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -264,7 +264,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicGroups",
name: "Connected to magic/spells",
name: "Connected to Magic/Spells",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -275,7 +275,7 @@ export const itemsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedTechGroups",
name: "Connected to technology/science",
name: "Connected to Technology/Science",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,

View file

@ -21,7 +21,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
@ -111,7 +111,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "predecessorLanguages",
name: "Predecessor languages",
name: "Predecessor Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 6,
@ -122,7 +122,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "followingLanguages",
name: "Evolved into languages",
name: "Evolved into Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 6,
@ -151,7 +151,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Prominent speakers",
name: "Prominent Speakers",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -162,7 +162,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "usedByRaces",
name: "Spoken by species/races",
name: "Spoken by Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,
@ -173,7 +173,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "pairedLocations",
name: "Spoken in locations",
name: "Spoken in Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 4,
@ -184,7 +184,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "usedInPoliticalGroups",
name: "Spoken in political groups/ideologies",
name: "Spoken in Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -195,7 +195,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "usedInReligiousGroups",
name: "Spoken in religious groups/teachings",
name: "Spoken in Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -206,7 +206,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "usedInMagicalGroups",
name: "Spoken in magical groups/institutions",
name: "Spoken in Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -217,7 +217,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "usedInTechGroups",
name: "Spoken in science/technology groups/institutions",
name: "Spoken in Science/Technology groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,

View file

@ -21,7 +21,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,14 +86,14 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 3
},
{
id: "connectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 3,
@ -141,7 +141,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedLanguages",
name: "Local languages",
name: "Local Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 4,
@ -152,7 +152,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedCurrencies",
name: "Local currencies",
name: "Local Currencies",
type: "manyToManyRelationship",
icon: "fas fa-coins",
sizing: 4,
@ -163,7 +163,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "traits",
name: "Unusual features/traits",
name: "Unusual features/Traits",
type: "list",
icon: "mdi-guy-fawkes-mask",
sizing: 4
@ -221,7 +221,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedCharacter",
name: "Other connected characters",
name: "Other connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -232,7 +232,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedRaces",
name: "Local races and species",
name: "Local Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 6,
@ -249,7 +249,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "governPolitical",
name: "Governing political groups/ideologies",
name: "Governing Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -260,7 +260,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "connectedPolitical",
name: "Connected political groups/ideologies",
name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -271,7 +271,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "governReligious",
name: "Governing religious groups",
name: "Governing Religious groups",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -282,7 +282,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "connectedReligious",
name: "Connected religious groups",
name: "Connected Religious groups",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -293,7 +293,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "governMagical",
name: "Governing magical groups",
name: "Governing Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -304,7 +304,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "connectedMagical",
name: "Connected magical groups",
name: "Connected Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -315,7 +315,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "governTech",
name: "Governing tech/scientific groups",
name: "Governing Technological/Scientific groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -326,7 +326,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "connectedTech",
name: "Connected tech/scientific groups",
name: "Connected Technological/Scientific groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -343,7 +343,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedEvent",
name: "Connected to events",
name: "Connected to Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -354,7 +354,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -365,7 +365,7 @@ export const locationsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -21,7 +21,7 @@ export const loreNotesBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:

View file

@ -110,7 +110,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "leaders",
name: "Leading figures",
name: "Leading Figures",
type: "manyToNoneRelationship",
icon: "mdi-crown",
sizing: 6,
@ -156,7 +156,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Magic/Spell users",
name: "Magic/Spell Users",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -188,7 +188,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedItems",
name: "Usable through the use of items/artifacts",
name: "Usable through the use of Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,
@ -199,7 +199,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "connectedRaces",
name: "Common species/races among the practitioners",
name: "Common Species/Races among the practitioners",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 6,
@ -210,7 +210,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "localLanguages",
name: "Common languages among the practitioners",
name: "Common Languages among the practitioners",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 6,
@ -239,7 +239,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "governLocations",
name: "Ruled locations",
name: "Ruled Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -250,7 +250,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "connectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -261,7 +261,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionCharacter",
name: "Connected characters",
name: "Connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -272,7 +272,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingCharacter",
name: "Prominent members",
name: "Prominent Members",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -283,7 +283,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedAllyCharacter",
name: "Prominent allies",
name: "Prominent Allies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -294,7 +294,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyCharacter",
name: "Prominent enemies",
name: "Prominent Enemies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -305,7 +305,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPolGroups",
name: "Connected political groups",
name: "Connected Political groups",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -316,7 +316,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedAllyPolGroups",
name: "Allied political groups",
name: "Allied Political groups",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -327,7 +327,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyPolGroups",
name: "Enemy political groups",
name: "Enemy Political groups",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -338,7 +338,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings",
name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -349,7 +349,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings",
name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -360,7 +360,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teachings",
name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -371,7 +371,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings",
name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -382,7 +382,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings",
name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -393,7 +393,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings",
name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -405,7 +405,7 @@ export const magicBlueprint: I_Blueprint = {
{
id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings",
name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -416,7 +416,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings",
name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -427,7 +427,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings",
name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -444,7 +444,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "connectedEvents",
name: "Connected events",
name: "Connected Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -455,7 +455,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -466,7 +466,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -86,14 +86,14 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
},
{
id: "pairedOtherMyths",
name: "Connected to other myths/legends",
name: "Connected to other Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 6,
@ -104,7 +104,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedEvents",
name: "Connected to events",
name: "Connected to Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 6,
@ -115,7 +115,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedItems",
name: "Connected to items",
name: "Connected to Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 6,
@ -132,7 +132,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "traditions",
name: "Connected traditions & Customs to the myth/legend",
name: "Connected traditions & Customs to the myth, legend or story",
type: "wysiwyg",
sizing: 12
},
@ -144,7 +144,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedCharacter",
name: "Connected characters",
name: "Connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 4,
@ -155,7 +155,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 4,
@ -166,7 +166,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedRaces",
name: "Connected to species/races",
name: "Connected to Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,
@ -177,7 +177,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPolGroups",
name: "Connected to political groups/ideologies",
name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -188,7 +188,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedRelGroups",
name: "Connected to religious groups/teachings",
name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -199,7 +199,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicGroups",
name: "Connected to magic/spells",
name: "Connected to Magic/Spells",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -210,7 +210,7 @@ export const mythsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedTechGroups",
name: "Connected to technology/science",
name: "Connected to Technologies/Sciences",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,

View file

@ -21,7 +21,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
@ -110,7 +110,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "leaders",
name: "Leading figures",
name: "Leading Figures",
type: "manyToNoneRelationship",
icon: "mdi-crown",
sizing: 6,
@ -151,7 +151,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "localCurrencies",
name: "Used currencies",
name: "Used Currencies",
type: "manyToManyRelationship",
icon: "fas fa-coins",
sizing: 4,
@ -162,7 +162,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "localLanguages",
name: "Used languages",
name: "Used Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 4,
@ -173,7 +173,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "connectedRaces",
name: "Common species/races",
name: "Common Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,
@ -202,7 +202,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "governLocations",
name: "Ruled locations",
name: "Ruled Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -213,7 +213,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "connectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -224,7 +224,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionCharacter",
name: "Connected characters",
name: "Connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -235,7 +235,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingCharacter",
name: "Prominent members",
name: "Prominent Members",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -246,7 +246,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyCharacter",
name: "Prominent allies",
name: "Prominent Allies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -257,7 +257,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyCharacter",
name: "Prominent enemies",
name: "Prominent Enemies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -268,7 +268,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies",
name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -279,7 +279,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies",
name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -290,7 +290,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies",
name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -301,7 +301,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings",
name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -312,7 +312,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings",
name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -323,7 +323,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teaching",
name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -334,7 +334,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings",
name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -345,7 +345,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings",
name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -356,7 +356,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings",
name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -368,7 +368,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
{
id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings",
name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -379,7 +379,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings",
name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -390,7 +390,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings",
name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -407,7 +407,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "connectedEvents",
name: "Connected events",
name: "Connected Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -418,7 +418,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -429,7 +429,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -21,7 +21,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,14 +86,14 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
},
{
id: "relatedRaces",
name: "Related races",
name: "Related Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 4,
@ -230,7 +230,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "traits",
name: "Defining features/traits",
name: "Defining Features & Traits",
type: "list",
icon: "fas fa-dragon",
sizing: 12
@ -273,7 +273,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonNames",
name: "Common names among the race/species",
name: "Common names among the Race/Species",
type: "list",
icon: "fas fa-signature",
sizing: 6,
@ -290,7 +290,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonFamilyNames",
name: "Common family/clan names among the race/species",
name: "Common Family/Clan names among the Race/Species",
type: "list",
icon: "mdi-family-tree",
sizing: 6,
@ -320,7 +320,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Characters of race",
name: "Characters of Race/Species",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -331,7 +331,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPlaces",
name: "Inhabited locations",
name: "Inhabited Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -342,7 +342,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "localCurrencies",
name: "Commonly used currencies",
name: "Commonly used Currencies",
type: "manyToManyRelationship",
icon: "fas fa-coins",
sizing: 6,
@ -353,7 +353,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "localLanguages",
name: "Commonly spoken languages",
name: "Commonly spoken Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 6,
@ -364,7 +364,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonInPoliticalGroups",
name: "Common in political groups/ideologies",
name: "Common in Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 6,
@ -375,7 +375,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonInReligiousGroups",
name: "Common in religious groups/teachings",
name: "Common in Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 6,
@ -386,7 +386,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonInMagicGroups",
name: "Common in magical groups/teachings",
name: "Common in Magical groups",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 6,
@ -397,7 +397,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "commonInTechGroups",
name: "Common in science/technology groups/institutions",
name: "Common in Sciencific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -415,7 +415,7 @@ export const racesBlueprint: I_Blueprint = {
{
id: "connectedEvents",
name: "Connected to important events",
name: "Connected to important Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -426,7 +426,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -437,7 +437,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -21,7 +21,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "documentColor",
name: "Text Color",
name: "Text color",
type: "colorPicker",
icon: "mdi-eyedropper",
tooltip:
@ -86,7 +86,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "otherNames",
name: "Other names & Epithets",
name: "Other Names & Epithets",
type: "list",
icon: "mdi-book-plus",
sizing: 6
@ -110,7 +110,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "leaders",
name: "Leading figures",
name: "Leading Figures",
type: "manyToNoneRelationship",
icon: "mdi-crown",
sizing: 6,
@ -155,7 +155,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "localLanguages",
name: "Used languages",
name: "Used Languages",
type: "manyToManyRelationship",
icon: "mdi-book-alphabet",
sizing: 6,
@ -166,7 +166,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "connectedRaces",
name: "Common species/races",
name: "Common Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 6,
@ -195,7 +195,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "governLocations",
name: "Ruled/Influenced locations",
name: "Ruled/Influenced Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -206,7 +206,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "collectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -217,7 +217,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionCharacter",
name: "Connected characters",
name: "Connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -228,7 +228,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingCharacter",
name: "Prominent members",
name: "Prominent Members",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -239,7 +239,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyCharacter",
name: "Prominent allies",
name: "Prominent Allies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -250,7 +250,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyCharacter",
name: "Prominent enemies",
name: "Prominent Enemies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -261,7 +261,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies",
name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -272,7 +272,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies",
name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -283,7 +283,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies",
name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -294,7 +294,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings",
name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -305,7 +305,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyReligoiusGroups",
name: "Allied religious groups/teachings",
name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -316,7 +316,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teaching",
name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -327,7 +327,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicGroups",
name: "Connected magical groups/ideologies",
name: "Connected Magical groups/Ideologies",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -338,7 +338,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyMagicGroups",
name: "Allied magical groups/ideologies",
name: "Allied Magical groups/Ideologies",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -349,7 +349,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyMagicGroups",
name: "Enemy magical groups/ideologies",
name: "Enemy Magical groups/Ideologies",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -360,7 +360,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings",
name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -371,7 +371,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings",
name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -382,7 +382,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings",
name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -399,7 +399,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "connectedEvents",
name: "Connected events",
name: "Connected Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -410,7 +410,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -421,7 +421,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -160,7 +160,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Technology/Science users",
name: "Technology/Science Users",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -171,7 +171,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedTech",
name: "Related technologies/sciences",
name: "Related Technologies/Sciences",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,
@ -182,7 +182,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "connectedRaces",
name: "Common species/races among the practitioners",
name: "Common Species/Races",
type: "manyToManyRelationship",
icon: "fas fa-dragon",
sizing: 6,
@ -223,7 +223,7 @@ export const techBlueprint: I_Blueprint = {
{
id: "governLocations",
name: "Ruled locations",
name: "Ruled Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -234,7 +234,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "connectedLocations",
name: "Connected locations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",
sizing: 6,
@ -245,7 +245,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectionCharacter",
name: "Connected characters",
name: "Connected Characters",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -256,7 +256,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedBelongingCharacter",
name: "Prominent members",
name: "Prominent Members",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -267,7 +267,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedAllyCharacter",
name: "Prominent allies",
name: "Prominent Allies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -278,7 +278,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyCharacter",
name: "Prominent enemies",
name: "Prominent Enemies",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,
@ -290,7 +290,7 @@ export const techBlueprint: I_Blueprint = {
{
id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies",
name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -301,7 +301,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies",
name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -312,7 +312,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies",
name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship",
icon: "mdi-bank-outline",
sizing: 4,
@ -323,7 +323,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings",
name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -334,7 +334,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings",
name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -345,7 +345,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teachings",
name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-ankh",
sizing: 4,
@ -356,7 +356,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings",
name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -367,7 +367,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings",
name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -378,7 +378,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings",
name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship",
icon: "fas fa-hat-wizard",
sizing: 4,
@ -389,7 +389,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings",
name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -400,7 +400,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings",
name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -411,7 +411,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings",
name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 4,
@ -428,7 +428,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "connectedEvents",
name: "Connected events",
name: "Connected Events",
type: "manyToManyRelationship",
icon: "mdi-calendar-text",
sizing: 4,
@ -439,7 +439,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories",
name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship",
icon: "fas fa-journal-whills",
sizing: 4,
@ -450,7 +450,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts",
name: "Connected to legendary Items",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -1,5 +1,3 @@
### ADD DOCS ABOUT BUGGY BUILD FILE
- Unify "/" style capitals across document fields
- Add "Document relevance" switch and integrate it into filters
- Add "Show in search results" checkbox for relationship searches