mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Fixed Readme typo
This commit is contained in:
parent
a59bf55c16
commit
11bdfbde61
@ -79,7 +79,7 @@ Rename the currently selected notebook ($b) to "Something":
|
||||
|
||||
Attach a local file to the currently selected note ($n):
|
||||
|
||||
ren $n /home/laurent/pictures/Vacation12.jpg
|
||||
attach $n /home/laurent/pictures/Vacation12.jpg
|
||||
|
||||
The configuration can also be changed from command-line mode. For example, to change the current editor to Sublime Text:
|
||||
|
||||
|
@ -258,7 +258,7 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin
|
||||
</code></pre><p>Rename the currently selected notebook ($b) to "Something":</p>
|
||||
<pre><code>ren $b "Something"
|
||||
</code></pre><p>Attach a local file to the currently selected note ($n):</p>
|
||||
<pre><code>ren $n /home/laurent/pictures/Vacation12.jpg
|
||||
<pre><code>attach $n /home/laurent/pictures/Vacation12.jpg
|
||||
</code></pre><p>The configuration can also be changed from command-line mode. For example, to change the current editor to Sublime Text:</p>
|
||||
<pre><code>config editor "subl -w"
|
||||
</code></pre><h2 id="editing-a-note">Editing a note</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user