You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Fixed Readme typo
This commit is contained in:
@@ -79,7 +79,7 @@ Rename the currently selected notebook ($b) to "Something":
|
|||||||
|
|
||||||
Attach a local file to the currently selected note ($n):
|
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:
|
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>
|
</code></pre><p>Rename the currently selected notebook ($b) to "Something":</p>
|
||||||
<pre><code>ren $b "Something"
|
<pre><code>ren $b "Something"
|
||||||
</code></pre><p>Attach a local file to the currently selected note ($n):</p>
|
</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>
|
</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"
|
<pre><code>config editor "subl -w"
|
||||||
</code></pre><h2 id="editing-a-note">Editing a note</h2>
|
</code></pre><h2 id="editing-a-note">Editing a note</h2>
|
||||||
|
Reference in New Issue
Block a user