diff --git a/docs/dev/LOOT Metadata Syntax.html b/docs/dev/LOOT Metadata Syntax.html index 1ab4455..cc09620 100644 --- a/docs/dev/LOOT Metadata Syntax.html +++ b/docs/dev/LOOT Metadata Syntax.html @@ -103,7 +103,6 @@ a:hover { /* Tables */ table { border-collapse: collapse; - width: 100%; background-color: #E8EAF6; } table td, table th { @@ -336,7 +335,7 @@ display: 'OBSE v18+' str✓The actual message content string. lang✓The language that str is written in, given as a POSIX language code. The languages LOOT supports are given in Language Codes. -

LOOT supports formatting of messages using GitHub Flavored Markdown. Support is provided by the Marked library (v0.3.2). Strings that get substituted into messages, such as file display names and dirty info utility strings, also support the same formatting options. +

LOOT supports formatting of messages using GitHub Flavored Markdown. Support is provided by the Marked library (v0.3). Strings that get substituted into messages, such as file display names and dirty info utility strings, also support the same formatting options.

LOOT handles messages and languages as follows:

    @@ -582,6 +581,7 @@ msg: Spanishes Germande Danishda + Koreanko

    License

    @@ -596,7 +596,7 @@ See the file LOOT ReadMe.html for copying conditions. Feature LOOT v0.6 and earlierLOOT v0.7 - GitHub Flavored Markdown message formattingOnly URL hyperlinking is supported, for file:, http: and https: URLs, using the [label](url) and <url> syntaxes.LOOT uses the Marked library (v0.3.2) to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji). + GitHub Flavored Markdown message formattingOnly URL hyperlinking is supported, for file:, http: and https: URLs, using the [label](url) and <url> syntaxes.LOOT uses the Marked library (v0.3) to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji). Message string substitution (ie. sub:)Not supported.Supported. YAML merge keys (ie. <<:)Not supported.Supported. diff --git a/docs/dev/LOOT Readme.html b/docs/dev/LOOT Readme.html index a662b8c..fe07881 100644 --- a/docs/dev/LOOT Readme.html +++ b/docs/dev/LOOT Readme.html @@ -103,7 +103,6 @@ a:hover { /* Tables */ table { border-collapse: collapse; - width: 100%; background-color: #E8EAF6; } table td, table th { @@ -239,7 +238,7 @@ var {

    When LOOT is run, it will attempt to detect which of the supported games are installed. If a default game has been set, LOOT will run for it, otherwise it will run for the same game as it last ran for. If the relevant game cannot be detected, or if there is no record of the last game LOOT ran for, it will run for the first detected game. -

    LOOT can also be launched with the LOOT.exe [--game=<game folder name>] command line parameter to set the game to run for. If the supplied game folder name is valid, the default and last game values are ignored. The default folder names are Oblivion, Skyrim, Fallout3 and FalloutNV. +

    LOOT can also be launched with the --game=<game folder name> command line parameter to set the game to run for. If the supplied game folder name is valid, the default and last game values are ignored. The default folder names are Oblivion, Skyrim, Fallout3 and FalloutNV.

    If LOOT cannot detect any supported game installs, it will immediately open the Settings dialog. There you can edit LOOT's settings to provide a path to a supported game, after which you can select it from the Game menu. @@ -289,8 +288,8 @@ var {

    -
    - +
    +
    Examples of plugin cards.
    @@ -348,8 +347,8 @@ var {
    -
    - +
    +
    A metadata editor panel.
    @@ -485,6 +484,7 @@ var {
  1. Finnish: 3ventic
  2. French: Kaos
  3. German: lpradel +
  4. Korean: SteamB23
  5. Polish: Ɓukasz Niemczyk
  6. Russian: Tokc.D.K.
  7. Spanish: Sharlikran @@ -538,7 +538,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".

    Additions

      -
    • Danish translation. +
    • Danish and Korean translations.
    • If LOOT can't detect any installed games, it now launches to the settings dialog, where the game settings can be edited to allow a game to be detected.
    • Copy Content menu item to copy the plugin list and all information it contains to the clipboard as YAML-formatted text.
    • A Refresh Content item has been added to the main menu, which re-scans plugin headers and updates LOOT's content. diff --git a/docs/dev/images/main.png b/docs/dev/images/main.png index 0b24918..34677ec 100644 Binary files a/docs/dev/images/main.png and b/docs/dev/images/main.png differ diff --git a/docs/dev/images/settings.png b/docs/dev/images/settings.png index ba0c1b5..17ea9fd 100644 Binary files a/docs/dev/images/settings.png and b/docs/dev/images/settings.png differ