mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
Updated docs from master
This commit is contained in:
parent
7d577baf66
commit
0f582b2c0c
40 changed files with 118 additions and 65 deletions
15
docs/_build/html/recipes.html
vendored
15
docs/_build/html/recipes.html
vendored
|
@ -7,7 +7,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>FAQ — jrnl 1.7.2 documentation</title>
|
||||
<title>FAQ — jrnl 1.7.3 documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
|
@ -15,7 +15,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.7.2',
|
||||
VERSION: '1.7.3',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -24,7 +24,7 @@
|
|||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="jrnl 1.7.2 documentation" href="index.html" />
|
||||
<link rel="top" title="jrnl 1.7.3 documentation" href="index.html" />
|
||||
<link rel="prev" title="Advanced Usage" href="advanced.html" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||
|
@ -57,6 +57,14 @@
|
|||
</div>
|
||||
<p>To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with <tt class="docutils literal"><span class="pre">@fixed</span></tt>.</p>
|
||||
</div>
|
||||
<div class="section" id="using-ia-writer-to-write-entries">
|
||||
<h3>Using iA Writer to write entries<a class="headerlink" href="#using-ia-writer-to-write-entries" title="Permalink to this headline">¶</a></h3>
|
||||
<p>On OS X, you can use the fabulous <cite>iA Writer <http://www.iawriter.com/mac></cite> to write entries. Configure your <tt class="docutils literal"><span class="pre">.jrnl_conf</span></tt> like this:</p>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="s2">"editor"</span><span class="o">:</span> <span class="s2">"open -b jp.informationarchitects.WriterForMacOSX -Wn"</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>What does this do? <tt class="docutils literal"><span class="pre">open</span> <span class="pre">-b</span> <span class="pre">...</span></tt> opens a file using the application identified by the bundle identifier (a unique string for every app out there). <tt class="docutils literal"><span class="pre">-Wn</span></tt> tells the application to wait until it’s closed before passing back control, and to use a new instance of the application.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="known-issues">
|
||||
<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
|
||||
|
@ -85,6 +93,7 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="#id1">Recipes</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#co-occurrence-of-tags">Co-occurrence of tags</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#combining-filters">Combining filters</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#using-ia-writer-to-write-entries">Using iA Writer to write entries</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#known-issues">Known Issues</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue