Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackgruber/joplin-plugin-notelistpreview

A plugin to add a previw to the note list
https://github.com/jackgruber/joplin-plugin-notelistpreview

desktop-app joplin joplin-plugin plugin

Last synced: 3 months ago
JSON representation

A plugin to add a previw to the note list

Awesome Lists containing this project

README

        

# Joplin Plugin: Note list (Preview)

A plugin to add a preview to the Joplin note list.

- [Installation](#installation)
- [Automatic](#automatic)
- [Manual](#manual)
- [Manual via file system](#manual-via-file-system)
- [Manual via file via GUI](#manual-via-file-via-gui)
- [Usage](#usage)
- [Plugin options](#plugin-options)
- [Layouts](#layouts)
- [Layout 1](#layout-1)
- [Layout 2](#layout-2)
- [Examples with settings](#examples-with-settings)
- [Date and Tags](#date-and-tags)
- [Thumbnail right](#thumbnail-right)
- [Square Thumbnail](#square-thumbnail)
- [FAQ](#faq)
- [Confidential notes](#confidential-notes)
- [Changelog](#changelog)

## Installation

### Automatic

- Go to `Tools > Options > Plugins`
- Search for `Note list (Preview)`
- Click Install plugin
- Restart Joplin to enable the plugin

### Manual

#### Manual via file system

- Download the latest released JPL package (`io.github.jackgruber.notelistpreview.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-notelistpreview/releases/latest)
- Close Joplin
- Copy the downloaded JPL package in your profile `plugins` folder
- Start Joplin

#### Manual via file via GUI

- Download the latest released JPL package (`io.github.jackgruber.notelistpreview.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-notelistpreview/releases/latest)
- Go to `Tools > Options > Plugins`
- Click on the gear wheel and select `Install from file`
- Select the downloaded JPL file
- Restart Joplin

## Usage

The new note list view can be activated under `View > Note list style > Preview`.

## Plugin options

Settings for the plugin, accessible at `Tools > Options > Note list (Preview)`.
Joplin must be restarted after changing settings!

## Layouts

### Layout 1

| Thumbnail | Preview |
| --------- | ----------------------------------------------- |
| Right | |
| Left | |
| No | |

### Layout 2

| Thumbnail | Preview |
| --------- | ----------------------------------------------- |
| Right | |
| Left | |
| No | |

## Examples with settings

### Date and Tags

| Setting | Value |
| ------------ | -------- |
| Note excerpt | 115 |
| Last line | {{tags}} |

### Thumbnail right

| Setting | Value |
| ------------ | ----- |
| Thumbnail | Right |
| Note excerpt | 100 |

### Square Thumbnail

| Setting | Value |
| -------------- | -------- |
| Layout | Layout 2 |
| Thumbnail | Right |
| Item height | 95 |
| Thumbnail size | 85 |

## FAQ

### Confidential notes

Notes can be marked as confidential using tags or the context menu.
The tags witch mark the note confidentiality must be configured in the plugin settings.

## Changelog

See [Changelog](CHANGELOG.md)