| 
 | 1 | +<!DOCTYPE HTML>  | 
 | 2 | +<html lang="en" class="sidebar-visible no-js light">  | 
 | 3 | +    <head>  | 
 | 4 | +        <!-- Book generated using mdBook -->  | 
 | 5 | +        <meta charset="UTF-8">  | 
 | 6 | +        <title></title>  | 
 | 7 | +        <base href="/">  | 
 | 8 | +        <!-- Custom HTML head -->  | 
 | 9 | +        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">  | 
 | 10 | +        <meta name="description" content="">  | 
 | 11 | +        <meta name="viewport" content="width=device-width, initial-scale=1">  | 
 | 12 | +        <meta name="theme-color" content="#ffffff" />  | 
 | 13 | + | 
 | 14 | +        <link rel="icon" href="favicon.svg">  | 
 | 15 | +        <link rel="shortcut icon" href="favicon.png">  | 
 | 16 | +        <link rel="stylesheet" href="css/variables.css">  | 
 | 17 | +        <link rel="stylesheet" href="css/general.css">  | 
 | 18 | +        <link rel="stylesheet" href="css/chrome.css">  | 
 | 19 | +        <link rel="stylesheet" href="css/print.css" media="print">  | 
 | 20 | +        <!-- Fonts -->  | 
 | 21 | +        <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">  | 
 | 22 | +        <link rel="stylesheet" href="fonts/fonts.css">  | 
 | 23 | +        <!-- Highlight.js Stylesheets -->  | 
 | 24 | +        <link rel="stylesheet" href="highlight.css">  | 
 | 25 | +        <link rel="stylesheet" href="tomorrow-night.css">  | 
 | 26 | +        <link rel="stylesheet" href="ayu-highlight.css">  | 
 | 27 | + | 
 | 28 | +        <!-- Custom theme stylesheets -->  | 
 | 29 | +    </head>  | 
 | 30 | +    <body>  | 
 | 31 | +        <!-- Provide site root to javascript -->  | 
 | 32 | +        <script type="text/javascript">  | 
 | 33 | +            var path_to_root = "";  | 
 | 34 | +            var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";  | 
 | 35 | +        </script>  | 
 | 36 | + | 
 | 37 | +        <!-- Work around some values being stored in localStorage wrapped in quotes -->  | 
 | 38 | +        <script type="text/javascript">  | 
 | 39 | +            try {  | 
 | 40 | +                var theme = localStorage.getItem('mdbook-theme');  | 
 | 41 | +                var sidebar = localStorage.getItem('mdbook-sidebar');  | 
 | 42 | + | 
 | 43 | +                if (theme.startsWith('"') && theme.endsWith('"')) {  | 
 | 44 | +                    localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));  | 
 | 45 | +                }  | 
 | 46 | + | 
 | 47 | +                if (sidebar.startsWith('"') && sidebar.endsWith('"')) {  | 
 | 48 | +                    localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));  | 
 | 49 | +                }  | 
 | 50 | +            } catch (e) { }  | 
 | 51 | +        </script>  | 
 | 52 | + | 
 | 53 | +        <!-- Set the theme before any content is loaded, prevents flash -->  | 
 | 54 | +        <script type="text/javascript">  | 
 | 55 | +            var theme;  | 
 | 56 | +            try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }  | 
 | 57 | +            if (theme === null || theme === undefined) { theme = default_theme; }  | 
 | 58 | +            var html = document.querySelector('html');  | 
 | 59 | +            html.classList.remove('no-js')  | 
 | 60 | +            html.classList.remove('light')  | 
 | 61 | +            html.classList.add(theme);  | 
 | 62 | +            html.classList.add('js');  | 
 | 63 | +        </script>  | 
 | 64 | + | 
 | 65 | +        <!-- Hide / unhide sidebar before it is displayed -->  | 
 | 66 | +        <script type="text/javascript">  | 
 | 67 | +            var html = document.querySelector('html');  | 
 | 68 | +            var sidebar = 'hidden';  | 
 | 69 | +            if (document.body.clientWidth >= 1080) {  | 
 | 70 | +                try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }  | 
 | 71 | +                sidebar = sidebar || 'visible';  | 
 | 72 | +            }  | 
 | 73 | +            html.classList.remove('sidebar-visible');  | 
 | 74 | +            html.classList.add("sidebar-" + sidebar);  | 
 | 75 | +        </script>  | 
 | 76 | + | 
 | 77 | +        <nav id="sidebar" class="sidebar" aria-label="Table of contents">  | 
 | 78 | +            <div class="sidebar-scrollbox">  | 
 | 79 | +                <ol class="chapter"><li class="chapter-item expanded "><a href="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="terminology.html"><strong aria-hidden="true">1.2.</strong> Terminology</a></li><li class="chapter-item expanded "><a href="syntax.html"><strong aria-hidden="true">1.3.</strong> Syntax</a></li><li class="chapter-item expanded "><a href="settings.html"><strong aria-hidden="true">1.4.</strong> Settings</a></li><li class="chapter-item expanded "><a href="faq.html"><strong aria-hidden="true">1.5.</strong> FAQ</a></li></ol></li><li class="chapter-item expanded "><a href="internal-functions/overview.html"><strong aria-hidden="true">2.</strong> Internal Functions</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="internal-functions/internal-modules/app-module.html"><strong aria-hidden="true">2.1.</strong> tp.app</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/config-module.html"><strong aria-hidden="true">2.2.</strong> tp.config</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/date-module.html"><strong aria-hidden="true">2.3.</strong> tp.date</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/file-module.html"><strong aria-hidden="true">2.4.</strong> tp.file</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/frontmatter-module.html"><strong aria-hidden="true">2.5.</strong> tp.frontmatter</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/hooks-module.html"><strong aria-hidden="true">2.6.</strong> tp.hooks</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/obsidian-module.html"><strong aria-hidden="true">2.7.</strong> tp.obsidian</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/system-module.html"><strong aria-hidden="true">2.8.</strong> tp.system</a></li><li class="chapter-item expanded "><a href="internal-functions/internal-modules/web-module.html"><strong aria-hidden="true">2.9.</strong> tp.web</a></li><li class="chapter-item expanded "><a href="internal-functions/contribute.html"><strong aria-hidden="true">2.10.</strong> Contributing</a></li></ol></li><li class="chapter-item expanded "><a href="user-functions/overview.html"><strong aria-hidden="true">3.</strong> User Functions</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="user-functions/script-user-functions.html"><strong aria-hidden="true">3.1.</strong> User Scripts</a></li><li class="chapter-item expanded "><a href="user-functions/system-user-functions.html"><strong aria-hidden="true">3.2.</strong> System Commands</a></li></ol></li><li class="chapter-item expanded "><a href="commands/overview.html"><strong aria-hidden="true">4.</strong> Commands</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="commands/dynamic-command.html"><strong aria-hidden="true">4.1.</strong> Dynamic Commands</a></li><li class="chapter-item expanded "><a href="commands/execution-command.html"><strong aria-hidden="true">4.2.</strong> Execution Commands</a></li><li class="chapter-item expanded "><a href="commands/whitespace-control.html"><strong aria-hidden="true">4.3.</strong> Whitespace Control</a></li></ol></li></ol>  | 
 | 80 | +            </div>  | 
 | 81 | +            <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>  | 
 | 82 | +        </nav>  | 
 | 83 | + | 
 | 84 | +        <div id="page-wrapper" class="page-wrapper">  | 
 | 85 | + | 
 | 86 | +            <div class="page">  | 
 | 87 | +                <div id="menu-bar-hover-placeholder"></div>  | 
 | 88 | +                <div id="menu-bar" class="menu-bar sticky bordered">  | 
 | 89 | +                    <div class="left-buttons">  | 
 | 90 | +                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">  | 
 | 91 | +                            <i class="fa fa-bars"></i>  | 
 | 92 | +                        </button>  | 
 | 93 | +                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">  | 
 | 94 | +                            <i class="fa fa-paint-brush"></i>  | 
 | 95 | +                        </button>  | 
 | 96 | +                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">  | 
 | 97 | +                            <li role="none"><button role="menuitem" class="theme" id="light">Light (default)</button></li>  | 
 | 98 | +                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>  | 
 | 99 | +                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>  | 
 | 100 | +                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>  | 
 | 101 | +                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>  | 
 | 102 | +                        </ul>  | 
 | 103 | +                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">  | 
 | 104 | +                            <i class="fa fa-search"></i>  | 
 | 105 | +                        </button>  | 
 | 106 | +                    </div>  | 
 | 107 | + | 
 | 108 | +                    <h1 class="menu-title">Templater</h1>  | 
 | 109 | + | 
 | 110 | +                    <div class="right-buttons">  | 
 | 111 | +                        <a href="print.html" title="Print this book" aria-label="Print this book">  | 
 | 112 | +                            <i id="print-button" class="fa fa-print"></i>  | 
 | 113 | +                        </a>  | 
 | 114 | +                    </div>  | 
 | 115 | +                </div>  | 
 | 116 | + | 
 | 117 | +                <div id="search-wrapper" class="hidden">  | 
 | 118 | +                    <form id="searchbar-outer" class="searchbar-outer">  | 
 | 119 | +                        <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">  | 
 | 120 | +                    </form>  | 
 | 121 | +                    <div id="searchresults-outer" class="searchresults-outer hidden">  | 
 | 122 | +                        <div id="searchresults-header" class="searchresults-header"></div>  | 
 | 123 | +                        <ul id="searchresults">  | 
 | 124 | +                        </ul>  | 
 | 125 | +                    </div>  | 
 | 126 | +                </div>  | 
 | 127 | +                <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->  | 
 | 128 | +                <script type="text/javascript">  | 
 | 129 | +                    document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');  | 
 | 130 | +                    document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');  | 
 | 131 | +                    Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {  | 
 | 132 | +                        link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);  | 
 | 133 | +                    });  | 
 | 134 | +                </script>  | 
 | 135 | + | 
 | 136 | +                <div id="content" class="content">  | 
 | 137 | +                    <main>  | 
 | 138 | +                        <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>  | 
 | 139 | +<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>  | 
 | 140 | + | 
 | 141 | +                    </main>  | 
 | 142 | + | 
 | 143 | +                    <nav class="nav-wrapper" aria-label="Page navigation">  | 
 | 144 | +                        <!-- Mobile navigation buttons -->  | 
 | 145 | +                        <div style="clear: both"></div>  | 
 | 146 | +                    </nav>  | 
 | 147 | +                </div>  | 
 | 148 | +            </div>  | 
 | 149 | + | 
 | 150 | +            <nav class="nav-wide-wrapper" aria-label="Page navigation">  | 
 | 151 | +            </nav>  | 
 | 152 | + | 
 | 153 | +        </div>  | 
 | 154 | + | 
 | 155 | +        <script type="text/javascript">  | 
 | 156 | +            window.playground_copyable = true;  | 
 | 157 | +        </script>  | 
 | 158 | +        <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>  | 
 | 159 | +        <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>  | 
 | 160 | +        <script src="searcher.js" type="text/javascript" charset="utf-8"></script>  | 
 | 161 | +        <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>  | 
 | 162 | +        <script src="highlight.js" type="text/javascript" charset="utf-8"></script>  | 
 | 163 | +        <script src="book.js" type="text/javascript" charset="utf-8"></script>  | 
 | 164 | + | 
 | 165 | +        <!-- Custom JS scripts -->  | 
 | 166 | +    </body>  | 
 | 167 | +</html>  | 
0 commit comments