All Projects → JackGruber → joplin-plugin-combine-notes

JackGruber / joplin-plugin-combine-notes

Licence: MIT license
Joplin plugin to combine one or more notes to a new one.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to joplin-plugin-combine-notes

joplin-plugin-tagging
Plugin to extend the Joplin tagging menu with a copy all tags and tagging dialog with more control.
Stars: ✭ 17 (-37.04%)
Mutual labels:  desktop-app, joplin, joplin-plugin
joplin-plugin-hotfolder
A plugin to Monitor a locale folder and import the files as a new note.
Stars: ✭ 24 (-11.11%)
Mutual labels:  desktop-app, joplin, joplin-plugin
plugins
Joplin official plugin repository. For issues, please use https://github.com/laurent22/joplin/issues
Stars: ✭ 623 (+2207.41%)
Mutual labels:  joplin, joplin-plugin
plugin-templates
Create templates in Joplin and use them to create new notes and todos.
Stars: ✭ 98 (+262.96%)
Mutual labels:  joplin, joplin-plugin
joplin-link-graph
UI for viewing connections between different Joplin notes
Stars: ✭ 176 (+551.85%)
Mutual labels:  joplin, joplin-plugin
joplin-note-tabs
Allows to open several notes at once in tabs and pin them.
Stars: ✭ 150 (+455.56%)
Mutual labels:  desktop-app, joplin
mp
Hybrid music player
Stars: ✭ 12 (-55.56%)
Mutual labels:  desktop-app
probe-desktop
The next generation OONI Probe desktop app
Stars: ✭ 64 (+137.04%)
Mutual labels:  desktop-app
active-directory-dotnet-deviceprofile
This sample demonstrates how to leverage ADAL .NET to authenticate user calls to a web API (in this case, the directory Graph) from apps that do not have the capability of offering an interactive authentication experience.
Stars: ✭ 18 (-33.33%)
Mutual labels:  desktop-app
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (-14.81%)
Mutual labels:  desktop-app
source-me
ℹ️ A small, minimal application built with Electron which provides necessary tools needed for web development.
Stars: ✭ 91 (+237.04%)
Mutual labels:  desktop-app
cryptocoins-desklet-cinnamon
Cryptocurrency Ticker (Desklet) for Cinnamon Desktop that displays the current price for thousands of cryptocurrencies, and their daily percent changes.
Stars: ✭ 18 (-33.33%)
Mutual labels:  desktop-app
instatron
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
Stars: ✭ 95 (+251.85%)
Mutual labels:  desktop-app
esteem-desktop
eSteem Desktop - Application to get paid for blogging, curating and more...
Stars: ✭ 15 (-44.44%)
Mutual labels:  desktop-app
rubick
🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。
Stars: ✭ 3,901 (+14348.15%)
Mutual labels:  desktop-app
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (+96.3%)
Mutual labels:  desktop-app
space-client-workshop
Workshop and Example to showcase how to build a desktop application on top of the Space Daemon and Client. From installation to building a full fledged private and peer to peer application
Stars: ✭ 31 (+14.81%)
Mutual labels:  desktop-app
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
Stars: ✭ 40 (+48.15%)
Mutual labels:  desktop-app
Haskell-Electron-app
Combining Electron and Haskell
Stars: ✭ 31 (+14.81%)
Mutual labels:  desktop-app
nativeshell
Experimental embedder for Flutter
Stars: ✭ 553 (+1948.15%)
Mutual labels:  desktop-app

Joplin Combine notes

Plugin to combine one or more notes to a new one.

Installation

Automatic

  • Go to Tools > Options > Plugins
  • Search for combine-notes
  • Click Install plugin
  • Restart Joplin to enable the plugin

Manual

  • 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

Usage

  • Select multiple notes to be combined into a new one
  • Click on Tools > Combine selected notes or use the command Combine selected notes from the context menu

Options

Go to Tools > Options > Combine notes

  • Create combined note as to-do: New note is created as To-Do. Default false
  • Delete combined notes: Delete combined notes, after note creation. Default false
  • Preserve Source URL: The source URL will be added to the new note. Default false
  • Preserve Created Date: The Created Date will be added to the new note. Default false
  • Preserve Updated Date: The Updated Date will be added to the new note. Default false
  • Preserve Location: The Location (Latitude, Longitude, Altitude) will be added to the new note. Default false
  • 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).

Keyboard Shortcuts

Under Options > Keyboard Shortcuts you can assign a keyboard shortcut for the following commands:

  • Combine selected notes

Build

To build your one version of the plugin, install node.js and run the following command npm run dist

Updating the plugin framework

To update the plugin framework, run npm run update

Changelog

v1.0.1 (2021-08-05)

  • Improved: Use registerSettings instead of deprecated registerSetting

Requires at least Joplin v1.8.1

v0.2.2 (2021-05-16)

  • Improved: Use Joplin date and time settings
  • Add: Option for combine date

v0.2.1 (2021-01-11)

  • Fix: Display Name

v0.2.0 (2021-01-09)

  • Option added to create the combined note as a to-do
  • Option added to preserve metadata (Source URL, Creation Date, Updated Date, Location)
  • Option added to delete combined notes

v0.1.0 (2021-01-08)

  • First version

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].