Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackgruber/joplin-plugin-notelistpreview
- Owner: JackGruber
- License: mit
- Created: 2023-12-27T13:13:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-09T09:25:52.000Z (8 months ago)
- Last Synced: 2024-10-11T02:50:59.699Z (4 months ago)
- Topics: desktop-app, joplin, joplin-plugin, plugin
- Language: TypeScript
- Homepage:
- Size: 4.19 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)