Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 11, 2019
1 parent e896be4 commit d0ce79d
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 153 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a

Operating System | Download | Alternative
-----------------|--------|-------------------
Windows (32 and 64-bit) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.170/Joplin-Setup-1.0.170.exe'><img alt='Get it on Windows' width="134px" src='https://joplinapp.org/images/BadgeWindows.png'/></a> | Or get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.170/JoplinPortable.exe'>Portable version</a><br><br>The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.170/Joplin-1.0.170.dmg'><img alt='Get it on macOS' width="134px" src='https://joplinapp.org/images/BadgeMacOS.png'/></a> | You can also use Homebrew: `brew cask install joplin`
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.170/Joplin-1.0.170-x86_64.AppImage'><img alt='Get it on Linux' width="134px" src='https://joplinapp.org/images/BadgeLinux.png'/></a> | An Arch Linux package [is also available](#terminal-application).<br><br>If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:<br><br> `wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh \| bash`
Windows (32 and 64-bit) | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.171/Joplin-Setup-1.0.171.exe'><img alt='Get it on Windows' width="134px" src='https://joplinapp.org/images/BadgeWindows.png'/></a> | Or get the <a href='https://github.com/laurent22/joplin/releases/download/v1.0.170/JoplinPortable.exe'>Portable version</a><br><br>The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
macOS | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.171/Joplin-1.0.171.dmg'><img alt='Get it on macOS' width="134px" src='https://joplinapp.org/images/BadgeMacOS.png'/></a> | You can also use Homebrew: `brew cask install joplin`
Linux | <a href='https://github.com/laurent22/joplin/releases/download/v1.0.171/Joplin-1.0.171-x86_64.AppImage'><img alt='Get it on Linux' width="134px" src='https://joplinapp.org/images/BadgeLinux.png'/></a> | An Arch Linux package [is also available](#terminal-application).<br><br>If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:<br><br> `wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh \| bash`

## Mobile applications

Expand Down
2 changes: 2 additions & 0 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ <h2>GET /notes/:id<a name="get-notes-id" href="#get-notes-id" class="heading-anc
<p>Gets note with ID :id</p>
<h2>GET /notes/:id/tags<a name="get-notes-id-tags" href="#get-notes-id-tags" class="heading-anchor">🔗</a></h2>
<p>Gets all the tags attached to this note.</p>
<h2>GET /notes/:id/resources<a name="get-notes-id-resources" href="#get-notes-id-resources" class="heading-anchor">🔗</a></h2>
<p>Gets all the resources attached to this note.</p>
<h2>POST /notes<a name="post-notes" href="#post-notes" class="heading-anchor">🔗</a></h2>
<p>Creates a new note</p>
<p>You can either specify the note body as Markdown by setting the <code>body</code> parameter, or in HTML by setting the <code>body_html</code>.</p>
Expand Down
28 changes: 28 additions & 0 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,34 @@
</ul>
</div>
<h1>Joplin changelog<a name="joplin-changelog" href="#joplin-changelog" class="heading-anchor">🔗</a></h1>
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.171">v1.0.171</a> - 2019-11-11T07:52:48Z<a name="v1-0-171-https-github-com-laurent22-joplin-releases-tag-v1-0-171-2019-11-11t07-52-48z" href="#v1-0-171-https-github-com-laurent22-joplin-releases-tag-v1-0-171-2019-11-11t07-52-48z" class="heading-anchor">🔗</a></h2>
<ul>
<li>New: Add new setting to show note counts for folders and tags (<a href="https://github.com/laurent22/joplin/issues/2006">#2006</a>)</li>
<li>New: Add keyboard modes to editor (vim, emacs) (<a href="https://github.com/laurent22/joplin/issues/2056">#2056</a>) (<a href="https://github.com/laurent22/joplin/issues/1298">#1298</a>)</li>
<li>New: Added link resource icon (<a href="https://github.com/laurent22/joplin/issues/2035">#2035</a>)</li>
<li>New: Add <code>&lt;kbd&gt;</code> tag support (<a href="https://github.com/laurent22/joplin/issues/2044">#2044</a>) (<a href="https://github.com/laurent22/joplin/issues/2043">#2043</a>)</li>
<li>New: Add Nord theme (<a href="https://github.com/laurent22/joplin/issues/2004">#2004</a>) (<a href="https://github.com/laurent22/joplin/issues/1903">#1903</a>)</li>
<li>New: Add menu item to toggle note list (<a href="https://github.com/laurent22/joplin/issues/1991">#1991</a>) (<a href="https://github.com/laurent22/joplin/issues/1988">#1988</a>)</li>
<li>New: Add context menu and menu item to create sub-notebook (<a href="https://github.com/laurent22/joplin/issues/1984">#1984</a>)</li>
<li>New: Add typographer support (<a href="https://github.com/laurent22/joplin/issues/1987">#1987</a>)</li>
<li>Improved: Set user-agent header to Joplin/1.0 (<a href="https://github.com/laurent22/joplin/issues/2064">#2064</a>) (<a href="https://github.com/laurent22/joplin/issues/2042">#2042</a>)</li>
<li>Improved: Prevent window from being shown on startup when it should be hidden in tray (<a href="https://github.com/laurent22/joplin/issues/2031">#2031</a>)</li>
<li>Improved: Allow selecting what views should be available from the Layout button (<a href="https://github.com/laurent22/joplin/issues/2028">#2028</a>) (<a href="https://github.com/laurent22/joplin/issues/1900">#1900</a>)</li>
<li>Improved: Fill X primary selection from the editor on text selection (<a href="https://github.com/laurent22/joplin/issues/2029">#2029</a>) (<a href="https://github.com/laurent22/joplin/issues/215">#215</a>)</li>
<li>Improved: Allow custom CSS when printing (<a href="https://github.com/laurent22/joplin/issues/2014">#2014</a>) (<a href="https://github.com/laurent22/joplin/issues/1918">#1918</a>)</li>
<li>Improved: Update Markdown plugins: toc-done-right, anchor (<a href="https://github.com/laurent22/joplin/issues/2005">#2005</a>) (<a href="https://github.com/laurent22/joplin/issues/1953">#1953</a>)</li>
<li>Improved: Handle WebDAV server with empty XML namespaces (<a href="https://github.com/laurent22/joplin/issues/2002">#2002</a>)</li>
<li>Improved: Stop watching external edits when closing editor (<a href="https://github.com/laurent22/joplin/issues/1981">#1981</a>)</li>
<li>Improved: Allow apps to work with read-only profile</li>
<li>Fixed: Fix handling of URLs that contain single quotes (<a href="https://github.com/laurent22/joplin/issues/2030">#2030</a>)</li>
<li>Fixed: Prevent horizontal scrolling on Linux when a scrollbar is present in note list (<a href="https://github.com/laurent22/joplin/issues/2062">#2062</a>) (<a href="https://github.com/laurent22/joplin/issues/1570">#1570</a>)</li>
<li>Fixed: Fix TOC with special characters (<a href="https://github.com/laurent22/joplin/issues/2052">#2052</a>)</li>
<li>Fixed: Stop print command from resetting theme (<a href="https://github.com/laurent22/joplin/issues/1999">#1999</a>) (<a href="https://github.com/laurent22/joplin/issues/1790">#1790</a>)</li>
<li>Fixed: Fixed attachment markup when importing ENEX files as HTML so that it works in mobile too</li>
<li>Fixed: Api: Fixed error handling when getting resources of a note that does not exist (<a href="https://github.com/laurent22/joplin/issues/2018">#2018</a>)</li>
<li>Fixed: Fix scrolling issue when clicking on internal link (<a href="https://github.com/laurent22/joplin/issues/1867">#1867</a>)</li>
<li>Fixed: Open links in external browser from revision view (<a href="https://github.com/laurent22/joplin/issues/2008">#2008</a>)</li>
</ul>
<h2><a href="https://github.com/laurent22/joplin/releases/tag/v1.0.170">v1.0.170</a> - 2019-10-13T22:13:04Z<a name="v1-0-170-https-github-com-laurent22-joplin-releases-tag-v1-0-170-2019-10-13t22-13-04z" href="#v1-0-170-https-github-com-laurent22-joplin-releases-tag-v1-0-170-2019-10-13t22-13-04z" class="heading-anchor">🔗</a></h2>
<ul>
<li>New: Added support for chemical equations using mhchem for Katex</li>
Expand Down
Loading

0 comments on commit d0ce79d

Please sign in to comment.