Deployed 9d9f61a with MkDocs version: 1.0.4

This commit is contained in:
Micah Ellison 2020-01-09 20:52:46 -08:00
parent 8a2af55fa8
commit 08ff1065ae
5 changed files with 11 additions and 12 deletions

View file

@ -230,7 +230,6 @@ file before writing into the journal.</p>
<p>Similar to Sublime Text, MacVim must be started with a flag that tells <p>Similar to Sublime Text, MacVim must be started with a flag that tells
the the process to wait until the file is closed before passing control the the process to wait until the file is closed before passing control
back to journal. In the case of MacVim, this is <code>-f</code>:</p> back to journal. In the case of MacVim, this is <code>-f</code>:</p>
<p>&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD</p>
<pre><code class="yaml">editor: &quot;mvim -f&quot; <pre><code class="yaml">editor: &quot;mvim -f&quot;
</code></pre> </code></pre>

File diff suppressed because one or more lines are too long

View file

@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-30</lastmod> <lastmod>2020-01-09</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.

View file

@ -169,13 +169,13 @@ editor -- or by just writing an entry on the prompt, such as</p>
<div class="admonition note"> <div class="admonition note">
<p class="admonition-title">Note</p> <p class="admonition-title">Note</p>
</div>
<p>Most shell contains a certain number of reserved characters, such as <code>#</code> <p>Most shell contains a certain number of reserved characters, such as <code>#</code>
and <code>*</code>. Unbalanced quotes, parenthesis, and so on will also get into and <code>*</code>. Unbalanced quotes, parenthesis, and so on will also get into
the way of your editing. the way of your editing.
For writing longer entries, just enter <code>jrnl</code> For writing longer entries, just enter <code>jrnl</code>
and hit <code>return</code>. Only then enter the text of your journal entry. and hit <code>return</code>. Only then enter the text of your journal entry.
Alternatively, <code>use an external editor &lt;advanced&gt;</code>).</p> Alternatively, <code>use an external editor &lt;advanced&gt;</code>).</p>
</div>
<p>You can also import an entry directly from a file</p> <p>You can also import an entry directly from a file</p>
<pre><code class="sh">jrnl &lt; my_entry.txt <pre><code class="sh">jrnl &lt; my_entry.txt
</code></pre> </code></pre>
@ -205,10 +205,10 @@ The following options are equivalent:</p>
</ul> </ul>
<div class="admonition note"> <div class="admonition note">
<p class="admonition-title">Note</p> <p class="admonition-title">Note</p>
</div>
<p>Just make sure that the asterisk sign is <strong>not</strong> surrounded by <p>Just make sure that the asterisk sign is <strong>not</strong> surrounded by
whitespaces, e.g. <code>jrnl Best day of my life! *</code> will <strong>not</strong> work (the whitespaces, e.g. <code>jrnl Best day of my life! *</code> will <strong>not</strong> work (the
reason being that the <code>*</code> sign has a special meaning on most shells).</p> reason being that the <code>*</code> sign has a special meaning on most shells).</p>
</div>
<h2 id="viewing">Viewing</h2> <h2 id="viewing">Viewing</h2>
<pre><code class="sh">jrnl -n 10 <pre><code class="sh">jrnl -n 10
</code></pre> </code></pre>
@ -243,10 +243,10 @@ You can change which symbols you'd like to use for tagging in the
configuration.</p> configuration.</p>
<div class="admonition note"> <div class="admonition note">
<p class="admonition-title">Note</p> <p class="admonition-title">Note</p>
</div>
<p><code>jrnl @pinkie @WorldDomination</code> will switch to viewing mode because <p><code>jrnl @pinkie @WorldDomination</code> will switch to viewing mode because
although <strong>no</strong> command line arguments are given, all the input strings although <strong>no</strong> command line arguments are given, all the input strings
look like tags - <em>jrnl</em> will assume you want to filter by tag.</p> look like tags - <em>jrnl</em> will assume you want to filter by tag.</p>
</div>
<h2 id="editing-older-entries">Editing older entries</h2> <h2 id="editing-older-entries">Editing older entries</h2>
<p>You can edit selected entries after you wrote them. This is particularly <p>You can edit selected entries after you wrote them. This is particularly
useful when your journal file is encrypted. To use this feature, you need useful when your journal file is encrypted. To use this feature, you need