fantasia-archive/src/scripts/utilities/tipsTricks.ts
2021-06-07 02:57:36 +02:00

26 lines
2.6 KiB
TypeScript

/**
* Toggles dev tools in the current window
*/
export const tipsTricks: string[] = [
"Any field in the document editing mode with the small dropdown arrow allows for custom values! Just close the menu of predefined values with ESC, type your desired value and confirm with ENTER.",
"It is possible to search through all documents and all of their fields at once using the following in either the Quick search popup or any of the relationship searches: \"%field-name:whatever-you-need\"",
"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!",
"Fantasia Archive is free; no strings attached: No ads, no trackers, no crypto-mining happening on your PC and all your data is all yours!",
"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 recommended to use the \"Save\" 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 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.",
"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!",
"The adorable little arcane dragon you might have seen while using the app is called Fantasia and she is the official mascot of FA!",
"If you ever feel like sponsoring the development, there is Patreon. If you can't/don't want to; that is perfectly fine too - just have fun with the app and build something cool with it!",
"DISCLAIMER: No magical creatures were harmed during the making of this software."
]