From 17f7059a2995efac2059238e10961455e37f1211 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 17:29:57 +0000 Subject: [PATCH] Use icons, not icon buttons, in readme. --- docs/LOOT Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index 26aab93f..fcea8922 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -214,7 +214,7 @@ paper-icon-button::shadow #icon {

Main Menu

-

The button opens the main menu. A few items may not be obvious in their function: +

The button opens the main menu. A few items may not be obvious in their function:

  1. Redate Plugins is provided so that Skyrim modders may set the load order for the Creation Kit. It is only enabled for Skyrim, and changes the timestamps of the plugins in its Data folder to match their current load order. A side effect of changing the timestamps is that any Steam Workshop mods installed will be re-downloaded.
  2. Copy Content copies the data displayed in LOOT's cards as YAML-formatted text. @@ -227,9 +227,9 @@ paper-icon-button::shadow #icon {

    Masterlist Update & Sorting

    -

    The button updates LOOT's masterlist for the current game to the latest available revision. If the latest revision contains errors (eg. due to typos), then LOOT will roll back until it finds a revision that works. +

    The button updates LOOT's masterlist for the current game to the latest available revision. If the latest revision contains errors (eg. due to typos), then LOOT will roll back until it finds a revision that works. -

    The button begins LOOT's sorting process. By default, sorting first updates the masterlist. LOOT then sorts your plugins according to a combination of data from the plugins themselves, and any metadata they may have. If a cyclic interaction is detected (eg. A depends on B depends on A), then sorting will fail. Once sorting has calculated a new load order, the plugin cards are sorted into that order, and the and buttons are replaced with Apply and Cancel buttons, which apply and discard the calculated load order respectively. +

    The button begins LOOT's sorting process. By default, sorting first updates the masterlist. LOOT then sorts your plugins according to a combination of data from the plugins themselves, and any metadata they may have. If a cyclic interaction is detected (eg. A depends on B depends on A), then sorting will fail. Once sorting has calculated a new load order, the plugin cards are sorted into that order, and the and buttons are replaced with Apply and Cancel buttons, which apply and discard the calculated load order respectively.

    LOOT is able to sort plugins ghosted by Wrye Bash, and can extract Bash Tags and version numbers from plugin descriptions. Provided that they have the Filter Bash Tag present in their description, LOOT can recognise filter patches and so avoid displaying unnecessary error messages for any of their masters that may be missing. @@ -237,7 +237,7 @@ paper-icon-button::shadow #icon {

    Each plugin is displayed on its own card, which displays all the information LOOT has for that plugin, and holds its metadata editor. Each plugin also has an entry in the Plugins tab of the sidebar. The sidebar entry contains the plugin's name and icons for plugins that load BSAs or have user metadata. Clicking on a plugin's sidebar entry will navigate to its card in the main content area. -

    The card's button opens the plugin's menu, which provides access to a few plugin-specific features, including a conflict filter and access to its metadata editor. These are explained in later sections. +

    The card's button opens the plugin's menu, which provides access to a few plugin-specific features, including a conflict filter and access to its metadata editor. These are explained in later sections.

    The Copy Metadata option copies the plugin's metadata in the same format that it is saved in, which makes it an easy way to share any edits you make with masterlist maintainers, for example. If posting the metadata in an online forum that supports BBCode (as most forums do), be sure to wrap it in [code] tags, eg. [code]copied text[/code], so that the spaces are not removed by the forum software.