Plugin to combine one or more notes to a new one.
- Go to
Tools > Options > Plugins
- Search for
combine-notes
- Click Install plugin
- Restart Joplin to enable the plugin
- Download the latest released JPL package (
io.github.jackgruber.combine-notes.jpl
) from here - Close Joplin
- Copy the downloaded JPL package in your profile
plugins
folder - Start Joplin
- Download the latest released JPL package (
io.github.jackgruber.combine-notes.jpl
) from here - Go to
Tools > Options > Plugins
- Click on the gear wheel and select
Install from file
- Select the downloaded JPL file
- Restart Joplin
- Select multiple notes to be combined into a new one
- Click on
Tools > Combine selected notes
or use the commandCombine selected notes
from the context menu
Go to Tools > Options > Combine notes
Create combined note as to-do
: New note is created as To-Do. Defaultfalse
Delete combined notes
: Delete combined notes, after note creation. Defaultfalse
Preserve Source Note Titles
: Titles of source notes will be embedded in new note. Defaulttrue
.Preserve Source URL
: The source URL will be added to the new note. Defaultfalse
Preserve Created Date
: The Created Date will be added to the new note. Defaultfalse
Preserve Updated Date
: The Updated Date will be added to the new note. Defaultfalse
Preserve Location
: The Location (Latitude, Longitude, Altitude) will be added to the new note. Defaultfalse
Metadata Prefix
: The entered text is output before the metadata (URL, Date, Location).Metadata Suffix
: The entered text is output after the metadata (URL, Date, Location).Title of the combined note
: New title of the combined note. DefaultCombined note
.Custom note title
: New note title with possible variables{{FIRSTTITLE}}
,{{LASTTITLE}}
,{{ALLTITLE}}
and{{DATE}}
.
Under Options > Keyboard Shortcuts
you can assign a keyboard shortcut for the following commands:
Combine selected notes
See BUILD
See Changelog