0.1.4 grammar and stylistic last minute fixes

This commit is contained in:
Elvanos 2021-03-21 03:16:26 +01:00
parent b148d1c342
commit 45219ef857
15 changed files with 30 additions and 27 deletions

View file

@ -193,7 +193,7 @@
anchor="bottom left"
self="top middle"
>
Add a new document with the currently opened one as a parent
Add a new document with the currently opened one as the parent
</q-tooltip>
</q-btn>

View file

@ -20,6 +20,8 @@
- Globally changed a typo in the tooltip of the "Tags" field
- Globally changed a typo in the tooltip of "Scientifical" to "Scientific"
- Fixed a typo in "Add under parent" strings
- Fixed a few typos in some keybind strings strings
- Fixed and unified a lot of typos/gramatical errors across multiple fields and document types
- Reworded and fixed typos in the Single and Multi relationship field tooltips
- Fixed horizontal scrollbar looks and functionality
- Fixed a bug that was causing keybinds to register and affect the UI even if a popup was opened over it

View file

@ -69,7 +69,7 @@
anchor="bottom middle"
self="top middle"
>
Add a new document with the currently opened one as a parent
Add a new document with the currently opened one as the parent
</q-tooltip>
</q-btn>

View file

@ -129,7 +129,7 @@ export const defaultKeybinds = [
which: 78,
editable: true,
id: "addUnderParent",
tooltip: "Add a new document with the currently opened one as a parent"
tooltip: "Add a new document with the currently opened one as the parent"
},
// Delete document - CTRL + D
@ -151,7 +151,7 @@ export const defaultKeybinds = [
which: 9,
editable: false,
id: "nextFocus",
tooltip: "Focuses next input field/input element/hierarchical tree node",
tooltip: "Focuses the next input field/input element/hierarchical tree node",
note: "(functionality is the same as when using a web-browser)"
},
@ -163,7 +163,7 @@ export const defaultKeybinds = [
which: 9,
editable: false,
id: "previousFocus",
tooltip: "Focuses previous input field/input element/hierarchical tree node",
tooltip: "Focuses the previous input field/input element/hierarchical tree node",
note: "(functionality is the same as when using a web-browser)"
},

View file

@ -274,7 +274,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "breakSkills",
name: "Skill and other features",
name: "Skills and other features",
type: "break",
sizing: 12
},
@ -1282,7 +1282,7 @@ export const charactersBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected legendary items/artifacts",
name: "Connected to legendary items/artifacts",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 6,

View file

@ -218,7 +218,7 @@ export const eventsBlueprint: I_Blueprint = {
},
{
id: "connectedPolitical",
name: "Connected 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: "Connected 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: "Connected 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: "Connected tech/scientific groups",
name: "Involved tech/scientific groups",
type: "manyToManyRelationship",
icon: "fas fa-wrench",
sizing: 6,

View file

@ -133,7 +133,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "description",
name: "History & Conteporary situation",
name: "History & Contemporary situation",
type: "wysiwyg",
sizing: 12
},
@ -145,7 +145,7 @@ export const languagesBlueprint: I_Blueprint = {
},
{
id: "breakSpeakers",
name: "Spoken in groups, areas and by characters",
name: "Speakers, groups and areas connected to the language",
type: "break",
sizing: 12
},

View file

@ -103,7 +103,7 @@ export const magicBlueprint: I_Blueprint = {
},
{
id: "users",
name: "Member/user amount",
name: "Member/User count",
type: "text",
icon: "mdi-account-group",
sizing: 2

View file

@ -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",
type: "wysiwyg",
sizing: 12
},

View file

@ -429,7 +429,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected legendary items/artifacts",
name: "Connected to legendary items/artifacts",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -314,7 +314,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "breakRelasionships",
name: "Race members & other connections",
name: "Members & Other connections",
type: "break",
sizing: 12
},
@ -437,7 +437,7 @@ export const racesBlueprint: I_Blueprint = {
},
{
id: "pairedConnectedItems",
name: "Connected legendary items/artifacts",
name: "Connected to legendary items/artifacts",
type: "manyToManyRelationship",
icon: "mdi-sword-cross",
sizing: 4,

View file

@ -103,7 +103,7 @@ export const religionsBlueprint: I_Blueprint = {
},
{
id: "followers",
name: "Follower amount",
name: "Follower count",
type: "text",
icon: "mdi-account-group",
sizing: 2

View file

@ -130,7 +130,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "formTech",
name: "Branch of sciences",
name: "Scientific branches",
type: "multiSelect",
icon: "fas fa-vial",
sizing: 3,
@ -160,7 +160,7 @@ export const techBlueprint: I_Blueprint = {
},
{
id: "pairedCharacter",
name: "Technogy/Science users",
name: "Technology/Science users",
type: "manyToManyRelationship",
icon: "mdi-account",
sizing: 6,

View file

@ -3,20 +3,20 @@
* Toggles dev tools in the current window
*/
export const tipsTricks: string[] = [
"There is a whole list of really helpful keybind that can make your use of FA a lot quicker and easier!",
"There is a whole list of really helpful keybinds that can make your use of FA a lot quicker and easier!",
"The settings menu contains a whole assortment of both big and small tweaks to tailor the app to your needs!",
"FA has a Dark Mode that is no mere afterthought and is fully serviceable!",
"Many parts of the app react to a middle-mouse click. For example, you can close document tabs or open hierarchical tree items with it directly!",
"Any field in the document editing mode with the small dropdown arrow that is not a Relationship field allows for custom values! Just close the menu of predefined values with ESC, type your desired value and confirm with ENTER.",
"Fantasia Archive is for free, no string attached! If you ever want to support the project, drop me a penny or two on Patreon!",
"This software is actually a local website pretend to be a desktop application! Technology is crazy!",
"Fantasia Archive is free; no strings attached! If you ever want to support the project, drop me a penny or two on Patreon!",
"This software is actually a local website pretending to be a desktop application! Technology is crazy!",
"If you ever need a good, offline map-making software, look at Wonderdraft and Dungeondraft by Megasploot!",
"If these tips annoy you, there is a switch to turn them off in the program settings.",
"The Relationship searching functionality is packed to the brim with extra features you can use to find what you need! Read all about it in the \"Advanced search guide\" in the Help menu!",
"Your project gets auto-saved on exit, but it is suggested to use the \"Export\" function once in a while to make sure the data stays safe.",
"Your project gets auto-saved on exit, but it is recommended to use the \"Export\" function once in a while to make sure the data stays safe.",
"The left hierarchical tree is expandable with a mouse-drag and the program remembers where you left it the next time you launch!",
"Don't hesitate to add as many sub-categories as you want. You can always move stuff around later and reorganize your project structure.",
"Tags are a very powerful feature that allows for adding of semi-categories to the hierarchical tree and additional search parameter for quick navigation of important bits of your story!",
"There is a roadmap of planned features on the Patreon! If you are curious what is eventually coming, feel free to read it.",
"Tags are a very powerful feature that allow you to add semi-categories to the project tree and create additional search parameters to aid navigation.",
"There is a roadmap of planned features on Patreon! If you are curious about what will eventually come, feel free to read it.",
"DISCLAIMER: No magical creatures were harmed during the making of this software."
]

View file

@ -1,3 +1,4 @@
- Unify "/" style capitals across document fields
- Add "Document relevance" switch and integrate it into filters
- Add "Show in search results" checkbox for relationship searches
- Add "Related notes"