Joplin - notatnik w pracy naukowej.

_images/joplin.png

2021/02/14

Zawsze interesuje mnie lepsze organizowanie sobie pracy.

Robię notatki. Na przykład z przeczytanych publikacji. Jest trochę aplikacji służacych do tego, ale ta wydaje mi się najlepsza.

https://joplinapp.org

Można z niej korzystać także i ze smartfonu.

Joplin pozwala na łatwe kopiowanie nie tylko tekstu, także i obrazków (czy to ze stron w internecie, czy z PDF). Można w nim pisać również równania matematyczne (w sposób kompatybilny z LaTeX, podobny do tego, co jest w MSOffice).

Dokumentacja jest prosta: tylko jedna strona HTML. Przyswojenie sobie programu w pełni wymaga pół dnia maksimum. Korzyści są duże. Robię notatki w pracy, a z domu mam do nich dostęp i z domu mogę kontynuować redagowanie. Kopie istnieją na komputerze w domu i w pracy, zaś synchronizacja jest poprzez darmowy sajt w internecie (gdzie też istnieje kopia, główna).

Joplin niestety nie pozwala na razie (w zasadzie) na kolaborację (wspólną pracę nad tym samym dokumentem). W zasadzie nie pozwala. Jest to możliwe, ale w praktyce niewygodne. Ponoć istnieją jednak plany udoskonalenia w tym kierunku.

https://joplinapp.org/

Na linuksie najwałtwiejszy sposób instalacji polega na wykonaniu następującej komendy:

>>>
   wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash

Bardziej szczegółowy opis własności aplikacji (wersja v1.7.11) skopiowany z powyższych stron:

  • Desktop, mobile and terminal applications.
  • Web Clipper for Firefox and Chrome.
  • End To End Encryption (E2EE).
  • Note history (revisions).
  • Synchronisation with various services, including Nextcloud, Dropbox, WebDAV and OneDrive.
  • Offline first, so the entire data is always available on the device even without an internet connection.
  • Import Enex files (Evernote export format) and Markdown files.
  • Export JEX files (Joplin Export format) and raw files.
  • Support notes, to-dos, tags and notebooks.
  • Sort notes by multiple criteria - title, updated time, etc.
  • Support for alarms (notifications) in mobile and desktop applications.
  • Markdown notes, which are rendered with images and formatting in the desktop and mobile applications. Support for extra features such as math notation and checkboxes.
  • Choice of both Markdown and Rich Text (WYSIWYG) editors.
  • File attachment support - images are displayed, other files are linked and can be opened in the relevant application.
  • Inline display of PDF, video and audio files.
  • Goto Anything feature.
  • Search functionality.
  • Geo-location support.
  • Supports multiple languages.
  • External editor support - open notes in your favorite external editor with one click in Joplin.
  • Extensible functionality through plugin and data APIs.
  • Template support with data variables for auto creation of time & dates.
  • Custom CSS support for customisation of both the rendered markdown and overall user interface.
  • Customisable layout allows toggling, movement and sizing of various elements.
  • Keyboard shortcuts are editable and allow binding of most Joplin commands with export/import functionality.