mirror of https://github.com/joplin/website.git
11599 lines
492 KiB
HTML
11599 lines
492 KiB
HTML
<!DOCTYPE html>
|
||
<html class="plugin-list-page" lang="en">
|
||
|
||
<head>
|
||
<!-- Common page configuration that goes in the <head></head> tag -->
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,viewport-fit=cover"/>
|
||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src * data: ; style-src 'self' 'unsafe-inline' ; child-src 'none' ; connect-src 'self' raw.githubusercontent.com ;"/>
|
||
<link rel="icon" type="image/x-icon" href="/plugins/favicon.png" />
|
||
<link rel="stylesheet" href="/plugins/fontawesome-6.4.2/css/all.min.css" type="text/css"/>
|
||
|
||
<!-- Allow included JavaScipt files to determine the root directory of this site. -->
|
||
<script id="site-root" type="text/plain">/plugins</script>
|
||
|
||
<!-- Scripts used by all pages -->
|
||
<script src="/plugins/bundle-main.js"></script>
|
||
<script src="/plugins/bundle-components.js"></script>
|
||
<title>Joplin Plugins</title>
|
||
<meta name="description" content="Explore plugins available for the Joplin note taking application."/>
|
||
|
||
<script src="/plugins/bundle-pluginListPage.js"></script>
|
||
</head>
|
||
|
||
<body>
|
||
<nav class="navbar navbar-expand-lg bg-body-tertiary sticky-top">
|
||
<div class="container">
|
||
<a class="navbar-brand" href="https://joplinapp.org/">
|
||
<img src="/plugins/joplin-logo.png" alt="Home"/>
|
||
</a>
|
||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||
<ul class="navbar-nav ms-auto me-2 mb-2 mb-lg-0">
|
||
<li class="nav-item">
|
||
<a class="nav-link active" aria-current="page" href="/plugins">Plugins</a>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link" href="https://joplinapp.org/news/">News</a>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link" href="https://joplinapp.org/help/">Help</a>
|
||
</li>
|
||
<li class="nav-item">
|
||
<a class="nav-link" href="https://discourse.joplinapp.org/">Forum</a>
|
||
</li>
|
||
</ul>
|
||
<div class="search-field col-12 col-lg-3 mb-3 mb-lg-0 me-lg-3">
|
||
<i class="fa-solid fa-magnifying-glass search-icon" alt=""></i>
|
||
<input
|
||
type="search"
|
||
class="form-control search-input"
|
||
placeholder="Search..."
|
||
id="search-input"/>
|
||
<div class="search-results" id="search-results-container" aria-live="polite"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<main>
|
||
<div class="container">
|
||
<nav aria-label="breadcrumb" class="breadcrumb-container">
|
||
<ol class="breadcrumb">
|
||
<li
|
||
class="breadcrumb-item active"
|
||
id="home-tab-breadcrumb"
|
||
>
|
||
<a href="#tab-home"><i class="fas fa-home"></i> Home</a>
|
||
</li>
|
||
<li
|
||
id="active-tab-breadcrumb"
|
||
class="breadcrumb-item"
|
||
aria-current="page"
|
||
|
||
style="display: none;"
|
||
>
|
||
Home
|
||
</li>
|
||
</ol>
|
||
</nav>
|
||
<div class="row gy-3">
|
||
<!-- Tab selector -->
|
||
<div class="col-lg-2 px-0">
|
||
<div class="nav-list categry-nav">
|
||
<h2>Categories</h2>
|
||
<nav class="nav nav-pills" id="nav-tab" role="tablist">
|
||
<div class="home-tab-container">
|
||
<a
|
||
class="nav-link active"
|
||
id="nav-home-tab"
|
||
data-bs-target="#nav-home"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-home"
|
||
aria-selected="false"
|
||
href="#tab-home"
|
||
>
|
||
Home
|
||
</a>
|
||
</div>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-all-tab"
|
||
data-bs-target="#nav-all"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-all"
|
||
aria-selected="false"
|
||
href="#tab-all"
|
||
>
|
||
All
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-appearance-tab"
|
||
data-bs-target="#nav-appearance"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-appearance"
|
||
aria-selected="false"
|
||
href="#tab-appearance"
|
||
>
|
||
Appearance
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-developer-tools-tab"
|
||
data-bs-target="#nav-developer-tools"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-developer-tools"
|
||
aria-selected="false"
|
||
href="#tab-developer-tools"
|
||
>
|
||
Developer Tools
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-productivity-tab"
|
||
data-bs-target="#nav-productivity"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-productivity"
|
||
aria-selected="false"
|
||
href="#tab-productivity"
|
||
>
|
||
Productivity
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-themes-tab"
|
||
data-bs-target="#nav-themes"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-themes"
|
||
aria-selected="false"
|
||
href="#tab-themes"
|
||
>
|
||
Themes
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-integrations-tab"
|
||
data-bs-target="#nav-integrations"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-integrations"
|
||
aria-selected="false"
|
||
href="#tab-integrations"
|
||
>
|
||
Integrations
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-viewer-tab"
|
||
data-bs-target="#nav-viewer"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-viewer"
|
||
aria-selected="false"
|
||
href="#tab-viewer"
|
||
>
|
||
Viewer
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-search-tab"
|
||
data-bs-target="#nav-search"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-search"
|
||
aria-selected="false"
|
||
href="#tab-search"
|
||
>
|
||
Search
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-tags-tab"
|
||
data-bs-target="#nav-tags"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-tags"
|
||
aria-selected="false"
|
||
href="#tab-tags"
|
||
>
|
||
Tags
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-editor-tab"
|
||
data-bs-target="#nav-editor"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-editor"
|
||
aria-selected="false"
|
||
href="#tab-editor"
|
||
>
|
||
Editor
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-files-tab"
|
||
data-bs-target="#nav-files"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-files"
|
||
aria-selected="false"
|
||
href="#tab-files"
|
||
>
|
||
Files
|
||
</a>
|
||
<a
|
||
class="nav-link"
|
||
id="nav-personal-knowledge-management-tab"
|
||
data-bs-target="#nav-personal-knowledge-management"
|
||
type="button"
|
||
role="tab"
|
||
aria-controls="nav-personal-knowledge-management"
|
||
aria-selected="false"
|
||
href="#tab-personal-knowledge-management"
|
||
>
|
||
Personal Knowledge Management
|
||
</a>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Tab Content -->
|
||
<div class="col-lg-10 col-12 px-0">
|
||
<div class="tab-content" id="nav-tabContent">
|
||
<div
|
||
class="tab-pane show active"
|
||
data-tab-name="home"
|
||
aria-labelledby="nav-home-tab"
|
||
id="nav-home"
|
||
role="tabpanel"
|
||
tabindex="0"
|
||
>
|
||
<!-- Trending Section -->
|
||
<div class="plugin-section main-section most-popular-section">
|
||
<div class="highlighted-heading heading">
|
||
<h3 id="popular">Most popular</h3>
|
||
<div class="subhead">Top downloaded plugins</div>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.andrejilderda.macOSTheme/"
|
||
id="plugin-card-com.andrejilderda.macOSTheme"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="macOS theme"
|
||
data-sort-updated="2024-08-20T20:42:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/ajilderda/joplin-macos-native-theme/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body com-andrejilderda-macostheme">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.andrejilderda.macOSTheme" class="plugin-title">
|
||
macOS theme
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Native looking macOS theme for Joplin. Also works on non-macOS devices.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.whatever.quick-links/"
|
||
id="plugin-card-com.whatever.quick-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Links"
|
||
data-sort-updated="2024-03-21T22:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-quick-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.quick-links" class="plugin-title">
|
||
Quick Links
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create links to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.MathMode/"
|
||
id="plugin-card-plugin.calebjohn.MathMode"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Math Mode"
|
||
data-sort-updated="2024-09-28T17:09:39Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-math-mode/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-mathmode">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.MathMode" class="plugin-title">
|
||
Math Mode
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn your notes into a powerful calculator with inline math.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.joplin-calendar/"
|
||
id="plugin-card-org.joplinapp.plugins.joplin-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Calendar"
|
||
data-sort-updated="2024-06-24T02:38:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-joplin-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.joplin-calendar" class="plugin-title">
|
||
Joplin Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple calendar to show notes created on each day.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
|
||
<!-- Recommended Section -->
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3 id="recommended-section">Recommended</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.whatever.quick-links/"
|
||
id="plugin-card-com.whatever.quick-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Links"
|
||
data-sort-updated="2024-03-21T22:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-quick-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.quick-links" class="plugin-title">
|
||
Quick Links
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create links to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.MathMode/"
|
||
id="plugin-card-plugin.calebjohn.MathMode"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Math Mode"
|
||
data-sort-updated="2024-09-28T17:09:39Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-math-mode/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-mathmode">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.MathMode" class="plugin-title">
|
||
Math Mode
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn your notes into a powerful calculator with inline math.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.note.tabs/"
|
||
id="plugin-card-joplin.plugin.note.tabs"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Tabs"
|
||
data-sort-updated="2021-08-10T18:32:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-tabs">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.note.tabs" class="plugin-title">
|
||
Note Tabs
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to open several notes at once in tabs and pin them.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.favorites/"
|
||
id="plugin-card-joplin.plugin.benji.favorites"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Favorites"
|
||
data-sort-updated="2023-11-19T22:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-favorites">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.favorites" class="plugin-title">
|
||
Favorites
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.whatever.inline-tags/"
|
||
id="plugin-card-com.whatever.inline-tags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline tags"
|
||
data-sort-updated="2024-03-02T22:08:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-inline-tags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.inline-tags" class="plugin-title">
|
||
Inline tags
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Inline tags plugin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.templates/"
|
||
id="plugin-card-joplin.plugin.templates"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Templates"
|
||
data-sort-updated="2023-05-27T22:37:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-templates">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.templates" class="plugin-title">
|
||
Templates
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin allows you to create and use templates in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.backup/"
|
||
id="plugin-card-io.github.jackgruber.backup"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backup"
|
||
data-sort-updated="2024-07-17T16:08:03Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-backup/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-backup">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.backup" class="plugin-title">
|
||
Backup
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to create manual and automatic backups.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.joplin-table-formatter/"
|
||
id="plugin-card-net.rmusin.joplin-table-formatter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Table Formatter Plugin"
|
||
data-sort-updated="2021-08-20T21:03:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-joplin-table-formatter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.joplin-table-formatter" class="plugin-title">
|
||
Table Formatter Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format the table under the cursor in Markdown editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.combine-notes/"
|
||
id="plugin-card-io.github.jackgruber.combine-notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Combine notes"
|
||
data-sort-updated="2024-01-11T19:37:36Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-combine-notes/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-combine-notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.combine-notes" class="plugin-title">
|
||
Combine notes
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Combine one or more notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.copytags/"
|
||
id="plugin-card-io.github.jackgruber.copytags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tagging"
|
||
data-sort-updated="2024-01-12T18:37:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-tagging/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-copytags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.copytags" class="plugin-title">
|
||
Tagging
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control. (Formerly Copy Tags).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.hotfolder/"
|
||
id="plugin-card-io.github.jackgruber.hotfolder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Hotfolder"
|
||
data-sort-updated="2024-05-21T08:38:34Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-hotfolder/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-hotfolder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.hotfolder" class="plugin-title">
|
||
Hotfolder
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitors a locale folder and import the files as a new note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.note-overview/"
|
||
id="plugin-card-io.github.jackgruber.note-overview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note overview"
|
||
data-sort-updated="2024-01-11T19:37:38Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-note-overview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-note-overview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.note-overview" class="plugin-title">
|
||
Note overview
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A note overview is created based on the defined search and the specified fields.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.menu-shortcut-toolbar/"
|
||
id="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Menu items, Shortcuts, Toolbar icons"
|
||
data-sort-updated="2021-06-01T08:37:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-menu-shortcut-toolbar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar" class="plugin-title">
|
||
Menu items, Shortcuts, Toolbar icons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-conflict-resolution/"
|
||
id="plugin-card-joplin-plugin-conflict-resolution"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Conflict Resolution"
|
||
data-sort-updated="2021-09-08T16:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-conflict-resolution">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-conflict-resolution" class="plugin-title">
|
||
Conflict Resolution
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that makes process of resolving conflicts easier.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.ToggleSidebars/"
|
||
id="plugin-card-org.joplinapp.plugins.ToggleSidebars"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list and sidebar toggle buttons"
|
||
data-sort-updated="2021-06-01T08:31:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-togglesidebars">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.ToggleSidebars" class="plugin-title">
|
||
Note list and sidebar toggle buttons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds buttons to toggle note list and sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AbcSheetMusic/"
|
||
id="plugin-card-org.joplinapp.plugins.AbcSheetMusic"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ABC Sheet Music Plugin"
|
||
data-sort-updated="2024-03-25T13:08:51Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-abc-sheet-music/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-abcsheetmusic">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AbcSheetMusic" class="plugin-title">
|
||
ABC Sheet Music Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turns ABC text notation into sheet music
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.persistentLayout/"
|
||
id="plugin-card-joplin.plugin.benji.persistentLayout"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Persistent Editor Layout"
|
||
data-sort-updated="2021-09-26T21:02:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-persistentlayout">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.persistentLayout" class="plugin-title">
|
||
Persistent Editor Layout
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.resource-search/"
|
||
id="plugin-card-net.rmusin.resource-search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Resource Search Plugin"
|
||
data-sort-updated="2023-02-26T11:37:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-resource-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.resource-search" class="plugin-title">
|
||
Resource Search Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Search in Attached Resources
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.quick-move/"
|
||
id="plugin-card-joplin.plugin.benji.quick-move"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Move"
|
||
data-sort-updated="2021-08-10T17:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-quick-move">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.quick-move" class="plugin-title">
|
||
Quick Move
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Collection of commands to quickly move notes to other notebooks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.rich-markdown/"
|
||
id="plugin-card-plugin.calebjohn.rich-markdown"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rich Markdown"
|
||
data-sort-updated="2024-11-02T20:40:20Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-rich-markdown/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-rich-markdown">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.rich-markdown" class="plugin-title">
|
||
Rich Markdown
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Helping you ditch the markdown viewer for good.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.xUser5000.bibtex/"
|
||
id="plugin-card-com.xUser5000.bibtex"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="BibTeX"
|
||
data-sort-updated="2021-08-02T11:05:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-xuser5000-bibtex">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.xUser5000.bibtex" class="plugin-title">
|
||
BibTeX
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use locally stored BibTeX files to integrate citation into Joplin
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div
|
||
class="tab-pane"
|
||
data-tab-name="all"
|
||
aria-labelledby="nav-all-tab"
|
||
role="tabpanel"
|
||
id="nav-all"
|
||
tabindex="0"
|
||
>
|
||
<!-- All Plugins -->
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3 id="all-plugins-section">All plugins</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.andrejilderda.macOSTheme/"
|
||
id="plugin-card-com.andrejilderda.macOSTheme"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="macOS theme"
|
||
data-sort-updated="2024-08-20T20:42:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/ajilderda/joplin-macos-native-theme/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body com-andrejilderda-macostheme">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.andrejilderda.macOSTheme" class="plugin-title">
|
||
macOS theme
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Native looking macOS theme for Joplin. Also works on non-macOS devices.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.whatever.quick-links/"
|
||
id="plugin-card-com.whatever.quick-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Links"
|
||
data-sort-updated="2024-03-21T22:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-quick-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.quick-links" class="plugin-title">
|
||
Quick Links
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create links to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.MathMode/"
|
||
id="plugin-card-plugin.calebjohn.MathMode"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Math Mode"
|
||
data-sort-updated="2024-09-28T17:09:39Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-math-mode/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-mathmode">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.MathMode" class="plugin-title">
|
||
Math Mode
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn your notes into a powerful calculator with inline math.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.joplin-calendar/"
|
||
id="plugin-card-org.joplinapp.plugins.joplin-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Calendar"
|
||
data-sort-updated="2024-06-24T02:38:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-joplin-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.joplin-calendar" class="plugin-title">
|
||
Joplin Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple calendar to show notes created on each day.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.js-draw/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.js-draw"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Freehand Drawing"
|
||
data-sort-updated="2024-10-13T19:39:47Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-js-draw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.js-draw" class="plugin-title">
|
||
Freehand Drawing
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create and edit drawings with js-draw.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.joplin.kanban/"
|
||
id="plugin-card-com.github.joplin.kanban"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kanban"
|
||
data-sort-updated="2024-05-16T19:08:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-joplin-kanban">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.joplin.kanban" class="plugin-title">
|
||
Kanban
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Flexible kanban board plugin for all your tasks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.note.tabs/"
|
||
id="plugin-card-joplin.plugin.note.tabs"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Tabs"
|
||
data-sort-updated="2021-08-10T18:32:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-tabs">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.note.tabs" class="plugin-title">
|
||
Note Tabs
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to open several notes at once in tabs and pin them.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.favorites/"
|
||
id="plugin-card-joplin.plugin.benji.favorites"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Favorites"
|
||
data-sort-updated="2023-11-19T22:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-favorites">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.favorites" class="plugin-title">
|
||
Favorites
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/outline/"
|
||
id="plugin-card-outline"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Outline"
|
||
data-sort-updated="2023-11-13T18:08:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body outline">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-outline" class="plugin-title">
|
||
Outline
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Outline (TOC) sidebar plugin for joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.codemirror6-settings/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.codemirror6-settings"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Extra Markdown editor settings"
|
||
data-sort-updated="2024-09-28T08:09:51Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-extra-cm6-settings/HEAD/images/icon-256.autoinvert.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-codemirror6-settings">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.codemirror6-settings" class="plugin-title">
|
||
Extra Markdown editor settings
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Line numbers, code folding, space highlighting, word count, and other built-in options for the CodeMirror 6 editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.leenzhu.journal/"
|
||
id="plugin-card-com.leenzhu.journal"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Journal"
|
||
data-sort-updated="2024-09-03T02:39:12Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-leenzhu-journal">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.leenzhu.journal" class="plugin-title">
|
||
Journal
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple journal. Create or open a note for today, or any selected date.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.whatever.inline-tags/"
|
||
id="plugin-card-com.whatever.inline-tags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline tags"
|
||
data-sort-updated="2024-03-02T22:08:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-inline-tags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.inline-tags" class="plugin-title">
|
||
Inline tags
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Inline tags plugin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.templates/"
|
||
id="plugin-card-joplin.plugin.templates"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Templates"
|
||
data-sort-updated="2023-05-27T22:37:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-templates">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.templates" class="plugin-title">
|
||
Templates
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin allows you to create and use templates in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.backup/"
|
||
id="plugin-card-io.github.jackgruber.backup"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backup"
|
||
data-sort-updated="2024-07-17T16:08:03Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-backup/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-backup">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.backup" class="plugin-title">
|
||
Backup
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to create manual and automatic backups.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/sadmice.TextColorize/"
|
||
id="plugin-card-sadmice.TextColorize"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Text Colorize"
|
||
data-sort-updated="2023-12-11T22:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body sadmice-textcolorize">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-sadmice.TextColorize" class="plugin-title">
|
||
Text Colorize
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Easily apply color to text.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.septemberhx.Joplin.Enhancement/"
|
||
id="plugin-card-com.septemberhx.Joplin.Enhancement"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Enhancement"
|
||
data-sort-updated="2023-05-05T09:06:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-themes.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-septemberhx-joplin-enhancement">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.septemberhx.Joplin.Enhancement" class="plugin-title">
|
||
Enhancement
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.copy.codeBlocks/"
|
||
id="plugin-card-com.joplin.copy.codeBlocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Code Blocks"
|
||
data-sort-updated="2024-07-07T09:38:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-appearance.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-copy-codeblocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.copy.codeBlocks" class="plugin-title">
|
||
Copy Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add a copy button to the code blocks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.MultiMarkdownTableTools/"
|
||
id="plugin-card-joplin.plugin.MultiMarkdownTableTools"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="MultiMarkdown Table Tools"
|
||
data-sort-updated="2024-05-10T10:39:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-multimarkdowntabletools">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.MultiMarkdownTableTools" class="plugin-title">
|
||
MultiMarkdown Table Tools
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.todo/"
|
||
id="plugin-card-plugin.calebjohn.todo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline TODO"
|
||
data-sort-updated="2024-05-01T18:08:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-inline-todo/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-todo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.todo" class="plugin-title">
|
||
Inline TODO
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Write TODOs *everywhere* and view them in one place.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-drawio/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-drawio"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Draw.io"
|
||
data-sort-updated="2023-03-15T17:37:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-drawio">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-drawio" class="plugin-title">
|
||
Draw.io
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Draw.io (aka Diagram.net) integration for Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.ckant.joplin-plugin-better-code-blocks/"
|
||
id="plugin-card-com.ckant.joplin-plugin-better-code-blocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Better Code Blocks"
|
||
data-sort-updated="2023-09-11T06:38:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ckant-joplin-plugin-better-code-blocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ckant.joplin-plugin-better-code-blocks" class="plugin-title">
|
||
Better Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhances code blocks with inline rendering, autocompletion, and more!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.joplin-table-formatter/"
|
||
id="plugin-card-net.rmusin.joplin-table-formatter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Table Formatter Plugin"
|
||
data-sort-updated="2021-08-20T21:03:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-joplin-table-formatter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.joplin-table-formatter" class="plugin-title">
|
||
Table Formatter Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format the table under the cursor in Markdown editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.tag-navigator/"
|
||
id="plugin-card-joplin.plugin.alondmnt.tag-navigator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline Tag Navigator"
|
||
data-sort-updated="2024-08-23T01:41:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-tag-navigator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.tag-navigator" class="plugin-title">
|
||
Inline Tag Navigator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.markdown-table-colorize/"
|
||
id="plugin-card-com.hieuthi.joplin.markdown-table-colorize"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Table: Colorize"
|
||
data-sort-updated="2024-03-26T16:08:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-markdown-table-colorize">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.markdown-table-colorize" class="plugin-title">
|
||
Markdown Table: Colorize
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add colors to markdown table syntax and help distinguishing different columns
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.combine-notes/"
|
||
id="plugin-card-io.github.jackgruber.combine-notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Combine notes"
|
||
data-sort-updated="2024-01-11T19:37:36Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-combine-notes/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-combine-notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.combine-notes" class="plugin-title">
|
||
Combine notes
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Combine one or more notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.copytags/"
|
||
id="plugin-card-io.github.jackgruber.copytags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tagging"
|
||
data-sort-updated="2024-01-12T18:37:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-tagging/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-copytags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.copytags" class="plugin-title">
|
||
Tagging
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control. (Formerly Copy Tags).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.note-viewer-settings/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.note-viewer-settings"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Extra Markdown viewer settings"
|
||
data-sort-updated="2024-09-20T21:09:25Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-extra-viewer-settings/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-note-viewer-settings">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.note-viewer-settings" class="plugin-title">
|
||
Extra Markdown viewer settings
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Pagination, font family and size customization for Joplin's Markdown viewer. Supports mobile and desktop. (Beta).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.hotfolder/"
|
||
id="plugin-card-io.github.jackgruber.hotfolder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Hotfolder"
|
||
data-sort-updated="2024-05-21T08:38:34Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-hotfolder/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-hotfolder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.hotfolder" class="plugin-title">
|
||
Hotfolder
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitors a locale folder and import the files as a new note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.note-overview/"
|
||
id="plugin-card-io.github.jackgruber.note-overview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note overview"
|
||
data-sort-updated="2024-01-11T19:37:38Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-note-overview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-note-overview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.note-overview" class="plugin-title">
|
||
Note overview
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A note overview is created based on the defined search and the specified fields.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-bidirectional-links/"
|
||
id="plugin-card-joplin-plugin-bidirectional-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bidirectional Links"
|
||
data-sort-updated="2024-08-17T17:09:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-bidirectional-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-bidirectional-links" class="plugin-title">
|
||
Bidirectional Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create bidirectional to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.menu-shortcut-toolbar/"
|
||
id="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Menu items, Shortcuts, Toolbar icons"
|
||
data-sort-updated="2021-06-01T08:37:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-menu-shortcut-toolbar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar" class="plugin-title">
|
||
Menu items, Shortcuts, Toolbar icons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.treymo.LinkGraph/"
|
||
id="plugin-card-io.treymo.LinkGraph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Link Graph UI"
|
||
data-sort-updated="2022-04-15T22:35:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-treymo-linkgraph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.treymo.LinkGraph" class="plugin-title">
|
||
Link Graph UI
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Visualize the connections between Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jl15988.JoplinCodePerfectPlugin/"
|
||
id="plugin-card-jl15988.JoplinCodePerfectPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodePerfect"
|
||
data-sort-updated="2024-02-02T17:07:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jl15988-joplincodeperfectplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jl15988.JoplinCodePerfectPlugin" class="plugin-title">
|
||
CodePerfect
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Make your code blocks look perfect! Support for displaying code block line numbers, support for one-click copying.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.slash-commands/"
|
||
id="plugin-card-com.hieuthi.joplin.slash-commands"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Slash Commands: Datetime & More"
|
||
data-sort-updated="2024-09-24T14:42:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-slash-commands">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.slash-commands" class="plugin-title">
|
||
Slash Commands: Datetime & More
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Execute several utilities by typing a command that starts with a slash.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.backlinksToNote/"
|
||
id="plugin-card-joplin.plugin.ambrt.backlinksToNote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Automatic Backlinks to note"
|
||
data-sort-updated="2021-08-31T18:02:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-backlinkstonote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.backlinksToNote" class="plugin-title">
|
||
Automatic Backlinks to note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Creates backlinks to opened note, also in automatic way
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-conflict-resolution/"
|
||
id="plugin-card-joplin-plugin-conflict-resolution"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Conflict Resolution"
|
||
data-sort-updated="2021-09-08T16:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-conflict-resolution">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-conflict-resolution" class="plugin-title">
|
||
Conflict Resolution
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that makes process of resolving conflicts easier.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.fomin.markmap/"
|
||
id="plugin-card-de.fomin.markmap"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markmap"
|
||
data-sort-updated="2024-05-14T21:39:16Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-fomin-markmap">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.fomin.markmap" class="plugin-title">
|
||
Markmap
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Generate a mindmap using markmap
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.noteLinkSystem/"
|
||
id="plugin-card-ylc395.noteLinkSystem"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Link System"
|
||
data-sort-updated="2022-04-07T02:35:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-notelinksystem">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.noteLinkSystem" class="plugin-title">
|
||
Note Link System
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/rxliuli.joplin-batch/"
|
||
id="plugin-card-rxliuli.joplin-batch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Batch"
|
||
data-sort-updated="2024-08-20T12:09:01Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/rxliuli/joplin-utils/HEAD/packages/joplin-batch/images/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body rxliuli-joplin-batch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-rxliuli.joplin-batch" class="plugin-title">
|
||
Joplin Batch
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Handle some bulk operations that Joplin itself does not support and present them in a visual interface.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-github-theme/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-github-theme"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="GitHub Theme"
|
||
data-sort-updated="2021-10-31T09:34:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-themes.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-github-theme">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-github-theme" class="plugin-title">
|
||
GitHub Theme
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin theme with colors of GitHub
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-knowledge-graph/"
|
||
id="plugin-card-joplin-plugin-knowledge-graph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Graph"
|
||
data-sort-updated="2022-01-14T17:35:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-knowledge-graph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-knowledge-graph" class="plugin-title">
|
||
Graph
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Notes as nodes. Explore your Joplin knowledge graph.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.notelistpreview/"
|
||
id="plugin-card-io.github.jackgruber.notelistpreview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list (Preview)"
|
||
data-sort-updated="2024-06-09T09:38:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-notelistpreview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-notelistpreview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.notelistpreview" class="plugin-title">
|
||
Note list (Preview)
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Displays a note preview in the note list
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-search-and-replace/"
|
||
id="plugin-card-joplin-plugin-search-and-replace"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Search & Replace"
|
||
data-sort-updated="2023-02-13T10:38:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-search-and-replace">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-search-and-replace" class="plugin-title">
|
||
Search & Replace
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds a search and replace panel to the Markdown editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/retr0ve.EmojiPlugin/"
|
||
id="plugin-card-retr0ve.EmojiPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Emoji"
|
||
data-sort-updated="2022-06-05T11:06:31Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body retr0ve-emojiplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-retr0ve.EmojiPlugin" class="plugin-title">
|
||
Emoji
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A emoji picker.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.sctmes.kity-minder/"
|
||
id="plugin-card-com.sctmes.kity-minder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kity Minder"
|
||
data-sort-updated="2023-04-16T23:36:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-sctmes-kity-minder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.sctmes.kity-minder" class="plugin-title">
|
||
Kity Minder
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Kity Minder Mindmap Tools 思维导图(脑图插件)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.diff-view/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.diff-view"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Diff view"
|
||
data-sort-updated="2024-07-19T21:08:13Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-diff-tool/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-diff-view">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.diff-view" class="plugin-title">
|
||
Diff view
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Shows differences between notes. This plugin can be used to resolve conflicts and compare related notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.ToggleSidebars/"
|
||
id="plugin-card-org.joplinapp.plugins.ToggleSidebars"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list and sidebar toggle buttons"
|
||
data-sort-updated="2021-06-01T08:31:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-togglesidebars">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.ToggleSidebars" class="plugin-title">
|
||
Note list and sidebar toggle buttons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds buttons to toggle note list and sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.joplinOcr/"
|
||
id="plugin-card-ylc395.joplinOcr"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="OCR"
|
||
data-sort-updated="2021-12-01T04:04:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-joplinocr">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.joplinOcr" class="plugin-title">
|
||
OCR
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
offline OCR auto/manually for images, videos, pdf documents in your Joplin notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.admonition/"
|
||
id="plugin-card-org.joplinapp.plugins.admonition"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Admonition markdown extension"
|
||
data-sort-updated="2021-11-16T11:34:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-admonition">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.admonition" class="plugin-title">
|
||
Admonition markdown extension
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enables markdownIt admonition plugin, which enables formatting notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-plantUML/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-plantUML"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="PlantUML2"
|
||
data-sort-updated="2023-01-14T22:07:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-plantuml">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-plantUML" class="plugin-title">
|
||
PlantUML2
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render PlantUML diagram inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/kensam.joplin.plugin.eztable/"
|
||
id="plugin-card-kensam.joplin.plugin.eztable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Ez Table"
|
||
data-sort-updated="2022-10-09T09:37:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body kensam-joplin-plugin-eztable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-kensam.joplin.plugin.eztable" class="plugin-title">
|
||
Ez Table
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Make markdown table easy
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.excalidraw/"
|
||
id="plugin-card-com.joplin.excalidraw"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-excalidraw"
|
||
data-sort-updated="2022-10-31T16:36:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-excalidraw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.excalidraw" class="plugin-title">
|
||
joplin-excalidraw
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
use to write excalidraw in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/Jopline-Plugin-Chat-GPT-Search/"
|
||
id="plugin-card-Jopline-Plugin-Chat-GPT-Search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Chat GPT Search"
|
||
data-sort-updated="2024-09-14T19:39:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jopline-plugin-chat-gpt-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-Jopline-Plugin-Chat-GPT-Search" class="plugin-title">
|
||
Chat GPT Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Search selected text on GPT-4o model.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/calandra.kminder.joplin/"
|
||
id="plugin-card-calandra.kminder.joplin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kminder Mindmap"
|
||
data-sort-updated="2024-01-25T02:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body calandra-kminder-joplin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-calandra.kminder.joplin" class="plugin-title">
|
||
Kminder Mindmap
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Mindmap Joplin Plugin, i18n seven languages, Import Xmind|MindManager|json|md, Export json|png|md
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.markdown-table-sortable/"
|
||
id="plugin-card-com.hieuthi.joplin.markdown-table-sortable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Table: Sortable"
|
||
data-sort-updated="2022-04-30T11:05:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-markdown-table-sortable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.markdown-table-sortable" class="plugin-title">
|
||
Markdown Table: Sortable
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.JSheets/"
|
||
id="plugin-card-com.joplin.JSheets"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="JSheets"
|
||
data-sort-updated="2022-01-06T08:04:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-jsheets">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.JSheets" class="plugin-title">
|
||
JSheets
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
JSheets - use to write spreadsheets like excel in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.asdibiase.joplin-languagetool/"
|
||
id="plugin-card-com.asdibiase.joplin-languagetool"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="LanguageTool integration"
|
||
data-sort-updated="2024-01-26T21:08:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-asdibiase-joplin-languagetool">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.asdibiase.joplin-languagetool" class="plugin-title">
|
||
LanguageTool integration
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use LanguageTool for grammar and spell checking in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-dddot/"
|
||
id="plugin-card-joplin-plugin-dddot"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin DDDot"
|
||
data-sort-updated="2024-03-24T14:39:27Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-dddot">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-dddot" class="plugin-title">
|
||
Joplin DDDot
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Recent notes, shortcuts, scratchpad, and .... in a single sidebar.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AbcSheetMusic/"
|
||
id="plugin-card-org.joplinapp.plugins.AbcSheetMusic"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ABC Sheet Music Plugin"
|
||
data-sort-updated="2024-03-25T13:08:51Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-abc-sheet-music/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-abcsheetmusic">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AbcSheetMusic" class="plugin-title">
|
||
ABC Sheet Music Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turns ABC text notation into sheet music
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.fold-cm/"
|
||
id="plugin-card-joplin.plugin.ambrt.fold-cm"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Folding in Code Mirror Editor"
|
||
data-sort-updated="2021-09-08T14:32:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-fold-cm">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.fold-cm" class="plugin-title">
|
||
Folding in Code Mirror Editor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to fold parts of markdown text displayed in editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/shufo.markdown-prettier/"
|
||
id="plugin-card-shufo.markdown-prettier"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Prettier"
|
||
data-sort-updated="2022-06-16T01:05:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body shufo-markdown-prettier">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-shufo.markdown-prettier" class="plugin-title">
|
||
Markdown Prettier
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format your markdown by prettier
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.CsvImport/"
|
||
id="plugin-card-de.habelt.CsvImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Csv Import"
|
||
data-sort-updated="2022-02-11T15:36:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-csvimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.CsvImport" class="plugin-title">
|
||
Csv Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Imports a Csv file or pastes a Csv text from Clipboard as table
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/bluulo.JoplinCodeClipboardPlugin/"
|
||
id="plugin-card-bluulo.JoplinCodeClipboardPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Code-Clipboard"
|
||
data-sort-updated="2023-01-22T13:07:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body bluulo-joplincodeclipboardplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-bluulo.JoplinCodeClipboardPlugin" class="plugin-title">
|
||
Code-Clipboard
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy the content of a code block to the clipboard
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.persistentLayout/"
|
||
id="plugin-card-joplin.plugin.benji.persistentLayout"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Persistent Editor Layout"
|
||
data-sort-updated="2021-09-26T21:02:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-persistentlayout">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.persistentLayout" class="plugin-title">
|
||
Persistent Editor Layout
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.YesYouKan/"
|
||
id="plugin-card-org.joplinapp.plugins.YesYouKan"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="YesYouKan"
|
||
data-sort-updated="2024-10-27T23:09:38Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-yesyoukan/HEAD/doc/images/PromoTile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-yesyoukan">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.YesYouKan" class="plugin-title">
|
||
YesYouKan
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create and manage Kanban boards from Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.resource-search/"
|
||
id="plugin-card-net.rmusin.resource-search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Resource Search Plugin"
|
||
data-sort-updated="2023-02-26T11:37:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-resource-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.resource-search" class="plugin-title">
|
||
Resource Search Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Search in Attached Resources
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-insert-date/"
|
||
id="plugin-card-joplin-insert-date"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Insert Date"
|
||
data-sort-updated="2021-06-01T08:30:47Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-insert-date">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-insert-date" class="plugin-title">
|
||
Insert Date
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds a button to insert the current date (without time) into the editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.djsudduth.paragraph-extractor/"
|
||
id="plugin-card-io.github.djsudduth.paragraph-extractor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paragraph Extractor"
|
||
data-sort-updated="2024-09-27T21:39:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-djsudduth-paragraph-extractor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.djsudduth.paragraph-extractor" class="plugin-title">
|
||
Paragraph Extractor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Extract specific paragraphs out of Joplin notes using keywords, hashtags or custom tags
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.manuerwin.attache/"
|
||
id="plugin-card-io.github.manuerwin.attache"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Attaché"
|
||
data-sort-updated="2024-08-17T06:09:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-manuerwin-attache">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.manuerwin.attache" class="plugin-title">
|
||
Attaché
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.betterMarkdownViewer/"
|
||
id="plugin-card-ylc395.betterMarkdownViewer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Cursor Sync"
|
||
data-sort-updated="2023-02-11T03:37:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-bettermarkdownviewer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.betterMarkdownViewer" class="plugin-title">
|
||
Cursor Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Keep Cursor Synced Between Editor and MD Viewer
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/osw.joplin.markdowncalc/"
|
||
id="plugin-card-osw.joplin.markdowncalc"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown table calculations"
|
||
data-sort-updated="2021-11-16T20:04:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body osw-joplin-markdowncalc">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-osw.joplin.markdowncalc" class="plugin-title">
|
||
Markdown table calculations
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for automatic calculations of markdown table formulas.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.space-indenter/"
|
||
id="plugin-card-joplin.plugin.space-indenter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Space Indenter"
|
||
data-sort-updated="2024-04-29T12:08:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-space-indenter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.space-indenter" class="plugin-title">
|
||
Space Indenter
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Indent paragraphs with spaces instead of tabs
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.autolinker/"
|
||
id="plugin-card-com.s73ph4n.autolinker"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Autolinker"
|
||
data-sort-updated="2022-01-08T10:35:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-autolinker">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.autolinker" class="plugin-title">
|
||
Autolinker
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.life-calendar/"
|
||
id="plugin-card-com.hieuthi.joplin.life-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Life Calendar"
|
||
data-sort-updated="2023-02-05T03:37:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-life-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.life-calendar" class="plugin-title">
|
||
Life Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Life Calendar Plugin for Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.wemakemachines.joplin.plugin.event-calendar/"
|
||
id="plugin-card-com.wemakemachines.joplin.plugin.event-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Event Calendar"
|
||
data-sort-updated="2023-02-16T22:37:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-wemakemachines-joplin-plugin-event-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.wemakemachines.joplin.plugin.event-calendar" class="plugin-title">
|
||
Event Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple event calendar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.spoiler.cards/"
|
||
id="plugin-card-joplin.plugin.spoiler.cards"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Spoilers"
|
||
data-sort-updated="2022-11-15T21:41:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-spoiler-cards">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.spoiler.cards" class="plugin-title">
|
||
Spoilers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create inline spoilers and spoiler blocks with title and extendable body.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.zealmayfield.GoogleFontsPlugin/"
|
||
id="plugin-card-com.zealmayfield.GoogleFontsPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Google Fonts Plugin"
|
||
data-sort-updated="2024-03-24T19:39:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-zealmayfield-googlefontsplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.zealmayfield.GoogleFontsPlugin" class="plugin-title">
|
||
Google Fonts Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use a font available from Google Fonts to style the text selected in the editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.drewmarshall.recipe-scaler/"
|
||
id="plugin-card-plugin.drewmarshall.recipe-scaler"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Recipe Scaler"
|
||
data-sort-updated="2024-09-09T18:39:07Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/drewmarsh/joplin-recipe-scaler/HEAD/icons/icon-256x256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-drewmarshall-recipe-scaler">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.drewmarshall.recipe-scaler" class="plugin-title">
|
||
Recipe Scaler
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scales recipes to desired serving counts and displays helpful information in beautiful info cards.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.shantanugoel.JoplinCMLineNumbersPlugin/"
|
||
id="plugin-card-com.shantanugoel.JoplinCMLineNumbersPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror Line Numbers"
|
||
data-sort-updated="2021-08-23T10:02:37Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-shantanugoel-joplincmlinenumbersplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.shantanugoel.JoplinCMLineNumbersPlugin" class="plugin-title">
|
||
CodeMirror Line Numbers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enables line numbers for CodeMirror editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.eliasvsimon.email-note/"
|
||
id="plugin-card-com.eliasvsimon.email-note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Email Note"
|
||
data-sort-updated="2021-11-30T12:04:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-eliasvsimon-email-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.eliasvsimon.email-note" class="plugin-title">
|
||
Email Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Send a note as an email
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.enhanced-editing/"
|
||
id="plugin-card-org.yangby.joplin.plugins.enhanced-editing"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Enhanced Editing"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-enhanced-editing">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.enhanced-editing" class="plugin-title">
|
||
Enhanced Editing
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
An enhanced editing plugin for Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/kensam.joplin.plugin.highlighter/"
|
||
id="plugin-card-kensam.joplin.plugin.highlighter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Simple Highlighter"
|
||
data-sort-updated="2022-09-24T13:06:59Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body kensam-joplin-plugin-highlighter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-kensam.joplin.plugin.highlighter" class="plugin-title">
|
||
Simple Highlighter
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Highlight/dehighlight the selected text
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.chateloin.joplin-planner/"
|
||
id="plugin-card-com.chateloin.joplin-planner"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Planner"
|
||
data-sort-updated="2024-02-20T07:07:44Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-chateloin-joplin-planner">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.chateloin.joplin-planner" class="plugin-title">
|
||
Planner
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that helps with managing embedded todo lists in notes, and parses note tags to schedule recurring items.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.CodeSection/"
|
||
id="plugin-card-de.habelt.CodeSection"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Code Section"
|
||
data-sort-updated="2022-09-13T14:36:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-codesection">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.CodeSection" class="plugin-title">
|
||
Code Section
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Inserts a piece of code from code source
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.revealjs-integration/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.revealjs-integration"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="RevealJS Integration"
|
||
data-sort-updated="2024-07-05T22:38:18Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-revealjs-integration">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.revealjs-integration" class="plugin-title">
|
||
RevealJS Integration
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn notes into slideshows with reveal.js!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/Bishoy.EmailPlugin/"
|
||
id="plugin-card-Bishoy.EmailPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Email Plugin"
|
||
data-sort-updated="2022-09-08T02:36:27Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body bishoy-emailplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-Bishoy.EmailPlugin" class="plugin-title">
|
||
Email Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Fetch your important emails as notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.lki.homenote/"
|
||
id="plugin-card-com.lki.homenote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Home Note"
|
||
data-sort-updated="2023-01-15T04:37:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-lki-homenote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.lki.homenote" class="plugin-title">
|
||
Home Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.history-panel/"
|
||
id="plugin-card-joplin.plugin.alondmnt.history-panel"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="History Panel"
|
||
data-sort-updated="2023-06-07T20:06:57Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-history-panel">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.history-panel" class="plugin-title">
|
||
History Panel
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin note browsing history
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.font.size.shortcut/"
|
||
id="plugin-card-com.font.size.shortcut"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Font Size Shortcut"
|
||
data-sort-updated="2022-05-25T07:35:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-font-size-shortcut">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.font.size.shortcut" class="plugin-title">
|
||
Font Size Shortcut
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds shortcuts to increase/decrease font size
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.embedSearch/"
|
||
id="plugin-card-joplin.plugin.ambrt.embedSearch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Embed Search"
|
||
data-sort-updated="2021-08-31T16:02:31Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-embedsearch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.embedSearch" class="plugin-title">
|
||
Embed Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Embeds list of links specified by search inside of note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.quick-move/"
|
||
id="plugin-card-joplin.plugin.benji.quick-move"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Move"
|
||
data-sort-updated="2021-08-10T17:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-quick-move">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.quick-move" class="plugin-title">
|
||
Quick Move
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Collection of commands to quickly move notes to other notebooks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.rich-markdown/"
|
||
id="plugin-card-plugin.calebjohn.rich-markdown"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rich Markdown"
|
||
data-sort-updated="2024-11-02T20:40:20Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-rich-markdown/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-rich-markdown">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.rich-markdown" class="plugin-title">
|
||
Rich Markdown
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Helping you ditch the markdown viewer for good.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.cmoptions/"
|
||
id="plugin-card-joplin.plugin.cmoptions"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror Options"
|
||
data-sort-updated="2023-08-01T18:07:49Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-cmoptions">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.cmoptions" class="plugin-title">
|
||
CodeMirror Options
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds some CodeMirror options to Joplin&#39;s settings, such as line numbers and line wrapping.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.convertToNewNote/"
|
||
id="plugin-card-joplin.plugin.ambrt.convertToNewNote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Convert Text To New Note"
|
||
data-sort-updated="2021-09-03T16:02:44Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-converttonewnote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.convertToNewNote" class="plugin-title">
|
||
Convert Text To New Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Converts highlighted text to new one in same folder
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.day_review/"
|
||
id="plugin-card-com.s73ph4n.day_review"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Day Review"
|
||
data-sort-updated="2022-01-08T10:35:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-day_review">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.day_review" class="plugin-title">
|
||
Day Review
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.nhobb.AdvancedJoplinTags/"
|
||
id="plugin-card-com.nhobb.AdvancedJoplinTags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Advanced Tagging Rules"
|
||
data-sort-updated="2024-03-10T08:11:00Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-nhobb-advancedjoplintags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.nhobb.AdvancedJoplinTags" class="plugin-title">
|
||
Advanced Tagging Rules
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allow tags to be subsets of other tags, write rules to move tagged notes to a folder
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AISummarisation/"
|
||
id="plugin-card-org.joplinapp.plugins.AISummarisation"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Summarise your notes and notebooks!"
|
||
data-sort-updated="2024-08-25T02:41:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-aisummarisation">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AISummarisation" class="plugin-title">
|
||
Summarise your notes and notebooks!
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows users to summarize their notes and notebooks with AI
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.xUser5000.bibtex/"
|
||
id="plugin-card-com.xUser5000.bibtex"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="BibTeX"
|
||
data-sort-updated="2021-08-02T11:05:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-xuser5000-bibtex">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.xUser5000.bibtex" class="plugin-title">
|
||
BibTeX
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use locally stored BibTeX files to integrate citation into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.isquaredsoftware.joplin-plugin-vscode-style-search/"
|
||
id="plugin-card-com.isquaredsoftware.joplin-plugin-vscode-style-search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="VS-Code Style Note Search"
|
||
data-sort-updated="2024-10-23T11:42:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-isquaredsoftware-joplin-plugin-vscode-style-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.isquaredsoftware.joplin-plugin-vscode-style-search" class="plugin-title">
|
||
VS-Code Style Note Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Provides a search UI panel patterned after VS Code, with matches per note and per-match hit highlighting
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.metis/"
|
||
id="plugin-card-com.hieuthi.joplin.metis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Metis"
|
||
data-sort-updated="2022-02-22T13:05:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-metis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.metis" class="plugin-title">
|
||
Metis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Simple Task Manager Plugin for Joplin based on Todo.txt Specification
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.gagnepain.turnToChart/"
|
||
id="plugin-card-net.gagnepain.turnToChart"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="turnToChart"
|
||
data-sort-updated="2022-11-29T22:36:56Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-gagnepain-turntochart">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.gagnepain.turnToChart" class="plugin-title">
|
||
turnToChart
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Transforms a markdown or csv table into an HTML chart
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jl15988.JoplinAlertsPerfectPlugin/"
|
||
id="plugin-card-jl15988.JoplinAlertsPerfectPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="AlertsPerfect"
|
||
data-sort-updated="2024-02-05T03:08:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jl15988-joplinalertsperfectplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jl15988.JoplinAlertsPerfectPlugin" class="plugin-title">
|
||
AlertsPerfect
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use blockquote syntax to display the perfect hint block.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDecV3/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDecV3"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecModeV3"
|
||
data-sort-updated="2024-07-29T04:39:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdecv3">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDecV3" class="plugin-title">
|
||
EncDecModeV3
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.daeraxa.match-highlight/"
|
||
id="plugin-card-io.github.daeraxa.match-highlight"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Highlight Matching"
|
||
data-sort-updated="2022-02-15T14:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-daeraxa-match-highlight">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.daeraxa.match-highlight" class="plugin-title">
|
||
Highlight Matching
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Marks words that match the highlighted selection
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.programming-emu.DependencyGraph/"
|
||
id="plugin-card-com.programming-emu.DependencyGraph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Dependency graph"
|
||
data-sort-updated="2022-04-19T07:05:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-programming-emu-dependencygraph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.programming-emu.DependencyGraph" class="plugin-title">
|
||
Dependency graph
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Visualizes direct and indirect dependencies of a note as a graph.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.goToItem/"
|
||
id="plugin-card-joplin.plugin.ambrt.goToItem"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Create and go to #tags and @notebooks"
|
||
data-sort-updated="2021-06-01T08:30:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-gotoitem">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.goToItem" class="plugin-title">
|
||
Create and go to #tags and @notebooks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Go to tag,notebook or note via links or via text
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.whitespacer/"
|
||
id="plugin-card-org.joplinapp.plugins.whitespacer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Whitespacer"
|
||
data-sort-updated="2024-10-28T17:09:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-whitespacer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.whitespacer" class="plugin-title">
|
||
Whitespacer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Display whitespaces in editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.app.locker/"
|
||
id="plugin-card-joplin.plugin.app.locker"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin plugin app screen locker"
|
||
data-sort-updated="2024-04-12T15:38:43Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-app-locker">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.app.locker" class="plugin-title">
|
||
joplin plugin app screen locker
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A joplin plugin which will lock joplin app screen when it is idle.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.quick.html.tags/"
|
||
id="plugin-card-joplin.plugin.quick.html.tags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick HTML tags"
|
||
data-sort-updated="2022-03-30T12:05:22Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-quick-html-tags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.quick.html.tags" class="plugin-title">
|
||
Quick HTML tags
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create quick HTML tags.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.otherware.joplin-publish/"
|
||
id="plugin-card-org.otherware.joplin-publish"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Publish to Web"
|
||
data-sort-updated="2024-08-16T03:39:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-otherware-joplin-publish">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.otherware.joplin-publish" class="plugin-title">
|
||
Publish to Web
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/nz.magnusso.zotero-link/"
|
||
id="plugin-card-nz.magnusso.zotero-link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Zotero Link"
|
||
data-sort-updated="2024-10-29T18:10:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body nz-magnusso-zotero-link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-nz.magnusso.zotero-link" class="plugin-title">
|
||
Zotero Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Link Zotero entries in notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.snippets-and-autocomplete/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror 6 snippets"
|
||
data-sort-updated="2024-04-29T05:38:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets/HEAD/icons/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-snippets-and-autocomplete">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete" class="plugin-title">
|
||
CodeMirror 6 snippets
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Exposes CodeMirror 6's built-in support for autocompletion and snippets.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-note-encryption/"
|
||
id="plugin-card-joplin-plugin-note-encryption"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note encryption"
|
||
data-sort-updated="2023-04-30T09:39:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-encryption">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-note-encryption" class="plugin-title">
|
||
Note encryption
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A joplin plugin, encrypt selected notes on the joplin desktop client. This plugin will modify the notes according to your instructions, please read the precautions before use.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.makaanneo.Athena/"
|
||
id="plugin-card-io.github.makaanneo.Athena"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Athena"
|
||
data-sort-updated="2022-12-30T15:08:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-makaanneo-athena">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.makaanneo.Athena" class="plugin-title">
|
||
Athena
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.cwesson.joplin-plugin-typograms/"
|
||
id="plugin-card-net.cwesson.joplin-plugin-typograms"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Typograms"
|
||
data-sort-updated="2024-07-09T01:38:22Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-cwesson-joplin-plugin-typograms">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.cwesson.joplin-plugin-typograms" class="plugin-title">
|
||
Typograms
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render Typogram diagrams inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.azamahJunior.note-statistics/"
|
||
id="plugin-card-plugin.azamahJunior.note-statistics"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Statistics"
|
||
data-sort-updated="2021-06-01T08:31:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body plugin-azamahjunior-note-statistics">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.azamahJunior.note-statistics" class="plugin-title">
|
||
Note Statistics
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to get note statistics
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.thomassloan.joplin-to-todoist/"
|
||
id="plugin-card-net.thomassloan.joplin-to-todoist"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin to Todoist"
|
||
data-sort-updated="2024-01-31T00:08:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-thomassloan-joplin-to-todoist">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.thomassloan.joplin-to-todoist" class="plugin-title">
|
||
Joplin to Todoist
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows you to create a tasks in Todoist from Joplin and add it to your current note. A link to the Todoist task will be included in the note. A link to the note will be included in the Todoist task.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.pagesPublisher/"
|
||
id="plugin-card-ylc395.pagesPublisher"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Pages Publisher"
|
||
data-sort-updated="2022-08-15T05:36:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-pagespublisher">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.pagesPublisher" class="plugin-title">
|
||
Pages Publisher
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.coderrsid.pasteSpecial/"
|
||
id="plugin-card-com.coderrsid.pasteSpecial"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paste Special"
|
||
data-sort-updated="2021-09-20T13:32:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-coderrsid-pastespecial">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.coderrsid.pasteSpecial" class="plugin-title">
|
||
Paste Special
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin used to paste special text into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.suitcase/"
|
||
id="plugin-card-joplin.plugin.alondmnt.suitcase"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Suitcase"
|
||
data-sort-updated="2024-03-31T11:09:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-suitcase">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.suitcase" class="plugin-title">
|
||
Suitcase
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Change the capitalization of selected text, and case-insensitive sorting
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.rafjaf.headings4to6/"
|
||
id="plugin-card-com.rafjaf.headings4to6"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Headings 4 to 6"
|
||
data-sort-updated="2023-12-09T14:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-rafjaf-headings4to6">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.rafjaf.headings4to6" class="plugin-title">
|
||
Headings 4 to 6
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds menu items, keyboard shortcuts and toolbar buttons to the WYSIWIG editor toolbar to apply headings level 4 to 6
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.copy-anchor-link/"
|
||
id="plugin-card-com.hieuthi.joplin.copy-anchor-link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Anchor Link"
|
||
data-sort-updated="2022-04-22T16:04:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-copy-anchor-link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.copy-anchor-link" class="plugin-title">
|
||
Copy Anchor Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-TimelineRender/"
|
||
id="plugin-card-joplin-plugin-TimelineRender"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-plugin-TimelineRender"
|
||
data-sort-updated="2024-05-31T04:08:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-timelinerender">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-TimelineRender" class="plugin-title">
|
||
joplin-plugin-TimelineRender
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
render the timeline in the markdown
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.copyNoteLink/"
|
||
id="plugin-card-joplin.plugin.ambrt.copyNoteLink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy link to active note"
|
||
data-sort-updated="2021-06-01T08:30:49Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-copynotelink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.copyNoteLink" class="plugin-title">
|
||
Copy link to active note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds entry to right click menu in editor to get link to active note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.time-slip/"
|
||
id="plugin-card-joplin.plugin.alondmnt.time-slip"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Time Slip"
|
||
data-sort-updated="2024-11-02T01:10:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-time-slip">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.time-slip" class="plugin-title">
|
||
Time Slip
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A time tracker with logs stored and synced in Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/fd117a99-b165-4824-893c-5825439a842d/"
|
||
id="plugin-card-fd117a99-b165-4824-893c-5825439a842d"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Disable markdown renderer"
|
||
data-sort-updated="2023-09-20T18:07:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body fd117a99-b165-4824-893c-5825439a842d">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-fd117a99-b165-4824-893c-5825439a842d" class="plugin-title">
|
||
Disable markdown renderer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Disables the markdown renderer / PDF preview (and export) and WYSIWYG editor in Joplin for better performance
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/"
|
||
id="plugin-card-org.joplinapp.plugins.AutoShowActiveNoteInSideBar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto show active note in sidebar"
|
||
data-sort-updated="2022-02-24T13:35:13Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-autoshowactivenoteinsidebar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AutoShowActiveNoteInSideBar" class="plugin-title">
|
||
Auto show active note in sidebar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Auto show active note in sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-plugin-debug-info/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin debug tool"
|
||
data-sort-updated="2024-06-06T17:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-plugin-debug-info">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info" class="plugin-title">
|
||
Joplin debug tool
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel with information about the current note and an advanced search tool.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joshthor.export/"
|
||
id="plugin-card-com.joshthor.export"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Save Note as MD"
|
||
data-sort-updated="2023-02-04T06:36:54Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joshthor-export">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joshthor.export" class="plugin-title">
|
||
Save Note as MD
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Simple plugin to export your current note as an MD file to the directory of your choice
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.xargs.JoplinPluginAutoTag/"
|
||
id="plugin-card-io.xargs.JoplinPluginAutoTag"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto Tag"
|
||
data-sort-updated="2022-01-08T07:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-xargs-joplinpluginautotag">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.xargs.JoplinPluginAutoTag" class="plugin-title">
|
||
Auto Tag
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Convert all octothorpe prefixed words into tags
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.Victor/"
|
||
id="plugin-card-org.joplinapp.plugins.Victor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Victor"
|
||
data-sort-updated="2024-01-22T21:07:54Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-victor/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-victor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.Victor" class="plugin-title">
|
||
Victor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/rxliuli.joplin-publisher/"
|
||
id="plugin-card-rxliuli.joplin-publisher"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Publisher"
|
||
data-sort-updated="2024-08-05T16:38:50Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/rxliuli/joplin-utils/HEAD/packages/joplin-publisher/images/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body rxliuli-joplin-publisher">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-rxliuli.joplin-publisher" class="plugin-title">
|
||
Joplin Publisher
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Publish Joplin notes to GitHub and automate build deployment through GitHub Actions
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jp.emotiongraphics.omnivore-sync/"
|
||
id="plugin-card-jp.emotiongraphics.omnivore-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Omnivore Sync"
|
||
data-sort-updated="2024-09-08T07:49:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jp-emotiongraphics-omnivore-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jp.emotiongraphics.omnivore-sync" class="plugin-title">
|
||
Omnivore Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sync articles and highlights from Omnivore to Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-vimrc/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-vimrc"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Custom CodeMirror .vimrc"
|
||
data-sort-updated="2024-01-11T14:07:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-vimrc">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-vimrc" class="plugin-title">
|
||
Custom CodeMirror .vimrc
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Configure CodeMirror‘s Vim emulation with a very-limited, vimrc-like file.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/aa.asrient.backstage/"
|
||
id="plugin-card-aa.asrient.backstage"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backstage"
|
||
data-sort-updated="2022-05-08T19:35:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body aa-asrient-backstage">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-aa.asrient.backstage" class="plugin-title">
|
||
Backstage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scan and import files directly from your phone
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.Plugin.ToGoogleSearch/"
|
||
id="plugin-card-com.Plugin.ToGoogleSearch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="To Google Search"
|
||
data-sort-updated="2023-07-30T08:38:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-togooglesearch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.Plugin.ToGoogleSearch" class="plugin-title">
|
||
To Google Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Selected Text to Web Google Search
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.otherware.joplin-du/"
|
||
id="plugin-card-org.otherware.joplin-du"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Disk Usage"
|
||
data-sort-updated="2024-10-18T15:09:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-otherware-joplin-du">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.otherware.joplin-du" class="plugin-title">
|
||
Joplin Disk Usage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
display disk usage of resources for notebooks and notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-tag-links/"
|
||
id="plugin-card-joplin-plugin-tag-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tag Links"
|
||
data-sort-updated="2022-02-01T17:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-tag-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-tag-links" class="plugin-title">
|
||
Tag Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Insert the link of tags at the footer automatically
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.xargs.JoplinPluginAutoAlarm/"
|
||
id="plugin-card-io.xargs.JoplinPluginAutoAlarm"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto Alarm"
|
||
data-sort-updated="2023-01-14T17:07:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-xargs-joplinpluginautoalarm">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.xargs.JoplinPluginAutoAlarm" class="plugin-title">
|
||
Auto Alarm
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Natural language entry of alarm date/times
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.rafjaf.toggle-editor/"
|
||
id="plugin-card-com.rafjaf.toggle-editor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Toggle Editor Menu & Keyboard Shortcut"
|
||
data-sort-updated="2023-11-11T23:38:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-rafjaf-toggle-editor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.rafjaf.toggle-editor" class="plugin-title">
|
||
Toggle Editor Menu & Keyboard Shortcut
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds to the View menu a command to toggle between WYSIWIG and Markdown editors, with a keyboard shortcut
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.function-plot/"
|
||
id="plugin-card-com.hieuthi.joplin.function-plot"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Function Plot"
|
||
data-sort-updated="2022-10-20T09:05:57Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-function-plot">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.function-plot" class="plugin-title">
|
||
Function Plot
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin plugin based on Function Plot library to render function such as y = x * x
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.jarvis/"
|
||
id="plugin-card-joplin.plugin.alondmnt.jarvis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jarvis"
|
||
data-sort-updated="2024-11-02T10:40:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-jarvis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.jarvis" class="plugin-title">
|
||
Jarvis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.sagaii.export2git/"
|
||
id="plugin-card-io.sagaii.export2git"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Save Note as Markdown and Commit to Git"
|
||
data-sort-updated="2024-06-08T09:08:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-sagaii-export2git">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.sagaii.export2git" class="plugin-title">
|
||
Save Note as Markdown and Commit to Git
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Simple plugin to export your current note as an MD file to the directory and Commit to Git (modify at Save Note to MD (joshchavez.dev) )
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.complete_link/"
|
||
id="plugin-card-com.s73ph4n.complete_link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Complete Link"
|
||
data-sort-updated="2022-01-08T11:05:02Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-complete_link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.complete_link" class="plugin-title">
|
||
Complete Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.make_all_links/"
|
||
id="plugin-card-com.s73ph4n.make_all_links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Make All Links"
|
||
data-sort-updated="2021-10-07T19:03:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-make_all_links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.make_all_links" class="plugin-title">
|
||
Make All Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/github.hegerdes.joplin_remote_note_pull/"
|
||
id="plugin-card-github.hegerdes.joplin_remote_note_pull"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Remote-Note-Pull"
|
||
data-sort-updated="2024-08-08T16:08:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/hegerdes/joplin-plugin-remote-note-pull/HEAD/docs/images/thumpnail.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body github-hegerdes-joplin_remote_note_pull">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-github.hegerdes.joplin_remote_note_pull" class="plugin-title">
|
||
Remote-Note-Pull
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.DanteCoder.NoteVariables/"
|
||
id="plugin-card-com.DanteCoder.NoteVariables"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Variables"
|
||
data-sort-updated="2022-07-24T23:35:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-dantecoder-notevariables">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.DanteCoder.NoteVariables" class="plugin-title">
|
||
Note Variables
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin to create variables that can be accesed through all the notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/dev.kamer.reset-checkboxes/"
|
||
id="plugin-card-dev.kamer.reset-checkboxes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Reset Checkboxes"
|
||
data-sort-updated="2024-04-16T17:40:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body dev-kamer-reset-checkboxes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-dev.kamer.reset-checkboxes" class="plugin-title">
|
||
Reset Checkboxes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin to reset all checkboxes in a file.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.evernote-links-replacer/"
|
||
id="plugin-card-com.joplin.evernote-links-replacer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Evernote Links Replacer"
|
||
data-sort-updated="2023-10-19T05:38:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-evernote-links-replacer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.evernote-links-replacer" class="plugin-title">
|
||
Joplin Evernote Links Replacer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Replace Evernote links in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.cuibonobo.NoteRename/"
|
||
id="plugin-card-com.cuibonobo.NoteRename"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Rename"
|
||
data-sort-updated="2023-01-30T15:10:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-cuibonobo-noterename">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.cuibonobo.NoteRename" class="plugin-title">
|
||
Note Rename
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A utility for changing the titles of many notes at once via prefixes, suffixes, or search and replace.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.isaacoram.url-meta/"
|
||
id="plugin-card-io.isaacoram.url-meta"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="URL Meta"
|
||
data-sort-updated="2024-10-26T03:39:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-isaacoram-url-meta">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.isaacoram.url-meta" class="plugin-title">
|
||
URL Meta
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Fetches meta tags/data from URLs in your notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.makaanneo.apollo/"
|
||
id="plugin-card-io.github.makaanneo.apollo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Note Attachement rename"
|
||
data-sort-updated="2022-12-30T16:08:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-makaanneo-apollo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.makaanneo.apollo" class="plugin-title">
|
||
Joplin Note Attachement rename
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin plugin to rename note attachments,
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary/"
|
||
id="plugin-card-cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="GoodDiary"
|
||
data-sort-updated="2024-10-10T18:39:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cdu-u-lsc-vsc-lg-mw-ss-e-ge-diary">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary" class="plugin-title">
|
||
GoodDiary
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Automatically opens your diary for you every day.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.DanteCoder.JoplinBibleQuote/"
|
||
id="plugin-card-com.DanteCoder.JoplinBibleQuote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bible Quote"
|
||
data-sort-updated="2023-12-04T23:39:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-dantecoder-joplinbiblequote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.DanteCoder.JoplinBibleQuote" class="plugin-title">
|
||
Bible Quote
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quote the bible direct in text editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt-jena.KatexInputHelper/"
|
||
id="plugin-card-de.habelt-jena.KatexInputHelper"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Katex Input Helper"
|
||
data-sort-updated="2024-10-30T08:39:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-jena-katexinputhelper">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt-jena.KatexInputHelper" class="plugin-title">
|
||
Katex Input Helper
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Provides interactive input support for math formulae via Katex
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-jira-issue/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-jira-issue"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jira Issue"
|
||
data-sort-updated="2022-07-09T09:36:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-jira-issue">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-jira-issue" class="plugin-title">
|
||
Jira Issue
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.automate_notes/"
|
||
id="plugin-card-com.s73ph4n.automate_notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Automate Notes"
|
||
data-sort-updated="2022-01-08T11:35:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-automate_notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.automate_notes" class="plugin-title">
|
||
Automate Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Finds blocks of javascript in the current note (blocks have to start with '```javascript' and end with '```') and runs it as a function.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDec/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDec"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecMode"
|
||
data-sort-updated="2024-07-08T06:08:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdec">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDec" class="plugin-title">
|
||
EncDecMode
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDecV2/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDecV2"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecModeV2"
|
||
data-sort-updated="2024-07-10T06:08:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdecv2">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDecV2" class="plugin-title">
|
||
EncDecModeV2
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.jpa.joplin.timetagger/"
|
||
id="plugin-card-com.jpa.joplin.timetagger"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="TimeTagger Plugin"
|
||
data-sort-updated="2023-02-01T17:37:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-jpa-joplin-timetagger">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.jpa.joplin.timetagger" class="plugin-title">
|
||
TimeTagger Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Time tracking with Joplin and TimeTagger
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.pseudocode-support/"
|
||
id="plugin-card-org.yangby.joplin.plugins.pseudocode-support"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Pseudocode Support"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-pseudocode-support">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.pseudocode-support" class="plugin-title">
|
||
Pseudocode Support
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Typesets pseudocode beautifully in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt-jena.CalibreImport/"
|
||
id="plugin-card-de.habelt-jena.CalibreImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Calibre Import"
|
||
data-sort-updated="2024-01-03T08:38:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-jena-calibreimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt-jena.CalibreImport" class="plugin-title">
|
||
Calibre Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.export-to-ssg.aman-d-1-n-only/"
|
||
id="plugin-card-com.export-to-ssg.aman-d-1-n-only"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Export To SSG"
|
||
data-sort-updated="2021-06-01T08:30:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-export-to-ssg-aman-d-1-n-only">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.export-to-ssg.aman-d-1-n-only" class="plugin-title">
|
||
Export To SSG
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Export a collection of notes to static site generator project.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.MadCake.joplin.markdown-table-sortable/"
|
||
id="plugin-card-com.MadCake.joplin.markdown-table-sortable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paginator"
|
||
data-sort-updated="2023-05-24T22:37:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-madcake-joplin-markdown-table-sortable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.MadCake.joplin.markdown-table-sortable" class="plugin-title">
|
||
Paginator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create paginated 2-column documents in joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.receiveMailPlugin/"
|
||
id="plugin-card-com.receiveMailPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="MailPlugin"
|
||
data-sort-updated="2024-02-29T16:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-receivemailplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.receiveMailPlugin" class="plugin-title">
|
||
MailPlugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Define a Mail adress and send mails to it, to add new notebooks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/hjonin.joplin.todoist-to-joplin/"
|
||
id="plugin-card-hjonin.joplin.todoist-to-joplin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Todoist to Joplin"
|
||
data-sort-updated="2023-03-31T14:06:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body hjonin-joplin-todoist-to-joplin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-hjonin.joplin.todoist-to-joplin" class="plugin-title">
|
||
Todoist to Joplin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import your Todoist data into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.embeddedtags/"
|
||
id="plugin-card-joplin.plugin.embeddedtags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="embedded tags"
|
||
data-sort-updated="2021-08-30T08:32:26Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-embeddedtags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.embeddedtags" class="plugin-title">
|
||
embedded tags
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
embeded tags
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.container-with-classes/"
|
||
id="plugin-card-com.hieuthi.joplin.container-with-classes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Container with Classes"
|
||
data-sort-updated="2021-11-18T07:34:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-container-with-classes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.container-with-classes" class="plugin-title">
|
||
Container with Classes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for creating block-level containers with classes for customization
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.remove.images.from.note/"
|
||
id="plugin-card-com.remove.images.from.note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Remove Images"
|
||
data-sort-updated="2022-01-31T05:35:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-remove-images-from-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.remove.images.from.note" class="plugin-title">
|
||
Remove Images
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to remove images from selected note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-delayed-sync/"
|
||
id="plugin-card-joplin-plugin-delayed-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Delayed Sync"
|
||
data-sort-updated="2024-07-31T15:08:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-delayed-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-delayed-sync" class="plugin-title">
|
||
Joplin Delayed Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add an option to trigger the synchronization after editing a note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.anki-sync/"
|
||
id="plugin-card-joplin.plugin.anki-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Anki Sync"
|
||
data-sort-updated="2021-06-01T08:30:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-anki-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.anki-sync" class="plugin-title">
|
||
Joplin Anki Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Bidirectional sync between Joplin and Anki
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.supremekirb.TodoView/"
|
||
id="plugin-card-com.supremekirb.TodoView"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="To-do View"
|
||
data-sort-updated="2024-10-31T10:09:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/supremekirb/joplin-todo-view/HEAD/assets/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body com-supremekirb-todoview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.supremekirb.TodoView" class="plugin-title">
|
||
To-do View
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel to make the to-do-viewing experience slightly nicer.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.sgitm.NotebooksNavigate/"
|
||
id="plugin-card-com.sgitm.NotebooksNavigate"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="NotebookNavigate"
|
||
data-sort-updated="2024-07-19T12:08:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-sgitm-notebooksnavigate">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.sgitm.NotebooksNavigate" class="plugin-title">
|
||
NotebookNavigate
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Notebook Navigate from Current opend Note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-ianylink/"
|
||
id="plugin-card-joplin-plugin-ianylink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Universal Web Link"
|
||
data-sort-updated="2023-11-14T12:38:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ianylink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-ianylink" class="plugin-title">
|
||
Copy Universal Web Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy Universal Web Link
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marcgreen.joplin-plugin-semantically-similar-notes/"
|
||
id="plugin-card-com.github.marcgreen.joplin-plugin-semantically-similar-notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Semantically Similar Notes"
|
||
data-sort-updated="2021-12-28T10:04:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marcgreen-joplin-plugin-semantically-similar-notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marcgreen.joplin-plugin-semantically-similar-notes" class="plugin-title">
|
||
Semantically Similar Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Show user which notes are semantically similar to the one they are looking at
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.remark.slides/"
|
||
id="plugin-card-joplin.remark.slides"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin remark slides"
|
||
data-sort-updated="2023-07-16T17:38:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-remark-slides">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.remark.slides" class="plugin-title">
|
||
Joplin remark slides
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
export note to slides using remarkjs
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-bytefield-svg/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-bytefield-svg"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="bytefield-svg"
|
||
data-sort-updated="2022-01-18T17:37:56Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-bytefield-svg">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-bytefield-svg" class="plugin-title">
|
||
bytefield-svg
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.Plugin.ToWebSearchEngine/"
|
||
id="plugin-card-com.Plugin.ToWebSearchEngine"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ToWebSearchEngine"
|
||
data-sort-updated="2024-02-09T10:37:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-towebsearchengine">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.Plugin.ToWebSearchEngine" class="plugin-title">
|
||
ToWebSearchEngine
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Selected Text to ToWebSearchEngine
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.quick-goto/"
|
||
id="plugin-card-com.hieuthi.joplin.quick-goto"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Goto"
|
||
data-sort-updated="2021-11-08T08:04:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-quick-goto">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.quick-goto" class="plugin-title">
|
||
Quick Goto
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Switch to designated notes using keyboard shortcuts
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.cwesson.joplin-plugin-wavedrom/"
|
||
id="plugin-card-net.cwesson.joplin-plugin-wavedrom"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Wavedrom"
|
||
data-sort-updated="2024-07-09T01:38:23Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-cwesson-joplin-plugin-wavedrom">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.cwesson.joplin-plugin-wavedrom" class="plugin-title">
|
||
Wavedrom
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render Wavedrom diagrams inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.sendSnippet/"
|
||
id="plugin-card-joplin.plugin.ambrt.sendSnippet"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Send snippet to different note"
|
||
data-sort-updated="2021-11-22T18:34:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-sendsnippet">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.sendSnippet" class="plugin-title">
|
||
Send snippet to different note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sends snippet of text to any other note from any notebook
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/b53da1f6-868c-468d-b60c-2897a27166ac/"
|
||
id="plugin-card-b53da1f6-868c-468d-b60c-2897a27166ac"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin User Link Plugin"
|
||
data-sort-updated="2021-06-01T08:30:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body b53da1f6-868c-468d-b60c-2897a27166ac">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-b53da1f6-868c-468d-b60c-2897a27166ac" class="plugin-title">
|
||
Joplin User Link Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for custom links, like `jump://?query=blabla`.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.arash28134.DiscordPresence/"
|
||
id="plugin-card-com.arash28134.DiscordPresence"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Discord Rich Presence"
|
||
data-sort-updated="2022-07-04T17:07:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-appearance.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-arash28134-discordpresence">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.arash28134.DiscordPresence" class="plugin-title">
|
||
Discord Rich Presence
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Discord Rich Presence Plugin For Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.gavinr.JoplinBulletify/"
|
||
id="plugin-card-com.gavinr.JoplinBulletify"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bulletify"
|
||
data-sort-updated="2024-03-13T13:07:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-gavinr-joplinbulletify">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.gavinr.JoplinBulletify" class="plugin-title">
|
||
Bulletify
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add bullets to all newlines in a note. Joplin options 'Opt-in to editor beta' is required for this to work.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.plugin.randomNotePlugin/"
|
||
id="plugin-card-com.plugin.randomNotePlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Random note"
|
||
data-sort-updated="2021-08-26T15:32:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-randomnoteplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.plugin.randomNotePlugin" class="plugin-title">
|
||
Random note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Opens a random note from your vault
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.folder-id/"
|
||
id="plugin-card-cx.evermeet.tessus.folder-id"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Get Notebook ID"
|
||
data-sort-updated="2021-10-08T22:04:29Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-folder-id">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.folder-id" class="plugin-title">
|
||
Get Notebook ID
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy/Show the ID of a notebook. For developers. A regular user won't need this.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/albert.joplin.plugin.jl7/"
|
||
id="plugin-card-albert.joplin.plugin.jl7"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Delete folder & notes"
|
||
data-sort-updated="2022-12-04T02:39:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body albert-joplin-plugin-jl7">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-albert.joplin.plugin.jl7" class="plugin-title">
|
||
Delete folder & notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Delete folder and notes without confirmation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.ahaltindis.joplin.BulkNoteCreator/"
|
||
id="plugin-card-com.ahaltindis.joplin.BulkNoteCreator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bulk Note Creator"
|
||
data-sort-updated="2022-01-11T02:05:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ahaltindis-joplin-bulknotecreator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ahaltindis.joplin.BulkNoteCreator" class="plugin-title">
|
||
Bulk Note Creator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create notes as bulk
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.noeto.JoplinBibleNotes/"
|
||
id="plugin-card-net.noeto.JoplinBibleNotes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Bible Notes"
|
||
data-sort-updated="2022-06-23T16:05:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-noeto-joplinbiblenotes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.noeto.JoplinBibleNotes" class="plugin-title">
|
||
Joplin Bible Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin that helps find easily in which notes you spoke about a Bible reference.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-joplin-hotkey/"
|
||
id="plugin-card-joplin-plugin-joplin-hotkey"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hotkey"
|
||
data-sort-updated="2023-03-18T17:06:54Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-joplin-hotkey">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-joplin-hotkey" class="plugin-title">
|
||
joplin-hotkey
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
hotkey in joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.sticky-note/"
|
||
id="plugin-card-joplin.plugin.alondmnt.sticky-note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Resume Note"
|
||
data-sort-updated="N/A"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-sticky-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.sticky-note" class="plugin-title">
|
||
Resume Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Continue editing the last active note in each notebook, and go back to the last cursor position
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.leenzhu.revnav/"
|
||
id="plugin-card-com.leenzhu.revnav"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="RevNav"
|
||
data-sort-updated="2024-08-08T03:09:16Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-leenzhu-revnav">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.leenzhu.revnav" class="plugin-title">
|
||
RevNav
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Reveal current note in navigation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/albert.joplin.plugin7/"
|
||
id="plugin-card-albert.joplin.plugin7"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Delete notes without confirmation"
|
||
data-sort-updated="2022-12-01T14:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body albert-joplin-plugin7">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-albert.joplin.plugin7" class="plugin-title">
|
||
Delete notes without confirmation
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Delete notes without confirmation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin_plugin.nlr/"
|
||
id="plugin-card-com.joplin_plugin.nlr"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="NLR"
|
||
data-sort-updated="2021-06-01T08:30:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin_plugin-nlr">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin_plugin.nlr" class="plugin-title">
|
||
NLR
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.badabing2005.ytlink/"
|
||
id="plugin-card-com.github.badabing2005.ytlink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Insert YouTube Video"
|
||
data-sort-updated="2024-11-01T18:09:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-badabing2005-ytlink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.badabing2005.ytlink" class="plugin-title">
|
||
Insert YouTube Video
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Given a youtube video id or url, it inserts at the cursor position a video link
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/name.mikemueller.joplin2jira/"
|
||
id="plugin-card-name.mikemueller.joplin2jira"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin2jira"
|
||
data-sort-updated="2022-10-29T21:07:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body name-mikemueller-joplin2jira">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-name.mikemueller.joplin2jira" class="plugin-title">
|
||
joplin2jira
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copies selected text or entire notes in Jira markup to the clipboard
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/app.nybble.joplin-plugin-wakatime/"
|
||
id="plugin-card-app.nybble.joplin-plugin-wakatime"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="WakaTime"
|
||
data-sort-updated="2022-11-24T07:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body app-nybble-joplin-plugin-wakatime">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-app.nybble.joplin-plugin-wakatime" class="plugin-title">
|
||
WakaTime
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for WakaTime
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-delayed-sync/"
|
||
id="plugin-card-joplin-delayed-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Delayed Sync"
|
||
data-sort-updated="2024-07-30T10:08:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-delayed-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-delayed-sync" class="plugin-title">
|
||
Joplin Delayed Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add an option to trigger the synchronization after editing a note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin-note-email/"
|
||
id="plugin-card-cf.zuike.joplin-note-email"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-note-email"
|
||
data-sort-updated="2023-05-15T09:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-note-email">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin-note-email" class="plugin-title">
|
||
joplin-note-email
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
通过邮件发送笔记
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/eu.xardbaiz.joplin.HackMD/"
|
||
id="plugin-card-eu.xardbaiz.joplin.HackMD"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hackmd"
|
||
data-sort-updated="2024-02-05T18:38:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body eu-xardbaiz-joplin-hackmd">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-eu.xardbaiz.joplin.HackMD" class="plugin-title">
|
||
joplin-hackmd
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quick share notes on HackMD
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.rubi-and-furigana/"
|
||
id="plugin-card-com.hieuthi.joplin.rubi-and-furigana"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rubi and Furigana"
|
||
data-sort-updated="2021-11-02T12:34:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-rubi-and-furigana">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.rubi-and-furigana" class="plugin-title">
|
||
Rubi and Furigana
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/uk.co.brainsteam.JoplinHypothesis/"
|
||
id="plugin-card-uk.co.brainsteam.JoplinHypothesis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Hypothes.is"
|
||
data-sort-updated="2024-03-31T21:09:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body uk-co-brainsteam-joplinhypothesis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-uk.co.brainsteam.JoplinHypothesis" class="plugin-title">
|
||
Joplin Hypothes.is
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitor and automatically add hypothesis annotations to your joplin notebooks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin.jTab/"
|
||
id="plugin-card-cf.zuike.joplin.jTab"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="jTab"
|
||
data-sort-updated="2023-05-23T11:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-jtab">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin.jTab" class="plugin-title">
|
||
jTab
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
jTab
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.septemberhx.ReadCubePapers/"
|
||
id="plugin-card-com.septemberhx.ReadCubePapers"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ReadCube Papers"
|
||
data-sort-updated="2022-08-12T14:35:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-septemberhx-readcubepapers">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.septemberhx.ReadCubePapers" class="plugin-title">
|
||
ReadCube Papers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Keep syncing with your ReadCube Papers library, help you create a note for one paper and render the paper note with a formatted paper information table, automatically generate markdown style reference, and allow you to insert your annotations into the note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin.HackMD/"
|
||
id="plugin-card-cf.zuike.joplin.HackMD"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hackmd"
|
||
data-sort-updated="2023-05-15T11:06:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-hackmd">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin.HackMD" class="plugin-title">
|
||
joplin-hackmd
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quick share notes on HackMD. Hackmd共享笔记, 原项目(https://github.com/xardbaiz/joplin-plugin-hackmd/)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.plugin.randomNoteReloadedPlugin/"
|
||
id="plugin-card-com.plugin.randomNoteReloadedPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Random Note Reloaded"
|
||
data-sort-updated="2024-02-11T17:08:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-randomnotereloadedplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.plugin.randomNoteReloadedPlugin" class="plugin-title">
|
||
Random Note Reloaded
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Opens a random note from your workspace
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.wemakemachines.joplin.plugin.vextab/"
|
||
id="plugin-card-com.wemakemachines.joplin.plugin.vextab"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="VexTab plugin for Joplin"
|
||
data-sort-updated="2023-06-14T19:07:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-wemakemachines-joplin-plugin-vextab">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.wemakemachines.joplin.plugin.vextab" class="plugin-title">
|
||
VexTab plugin for Joplin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for rendering guitar tablature using VexTab
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.eqs.joplin-plugin-cjk-breaks/"
|
||
id="plugin-card-com.github.eqs.joplin-plugin-cjk-breaks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-plugin-cjk-breaks"
|
||
data-sort-updated="2023-09-08T17:37:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-eqs-joplin-plugin-cjk-breaks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.eqs.joplin-plugin-cjk-breaks" class="plugin-title">
|
||
joplin-plugin-cjk-breaks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Suppress linebreaks between CJK characters
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.NotesStationImport/"
|
||
id="plugin-card-de.habelt.NotesStationImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Notes Station Import"
|
||
data-sort-updated="2022-01-08T15:35:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-notesstationimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.NotesStationImport" class="plugin-title">
|
||
Notes Station Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin imports notes from QNAP Notes Station
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.kylrth.JoplinAW/"
|
||
id="plugin-card-com.kylrth.JoplinAW"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="JoplinAW"
|
||
data-sort-updated="2023-12-27T21:09:37Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-kylrth-joplinaw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.kylrth.JoplinAW" class="plugin-title">
|
||
JoplinAW
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import your daily ActivityWatch logs in a readable format
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.export-to-noteson.shapkinaa/"
|
||
id="plugin-card-com.export-to-noteson.shapkinaa"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Export To NotesOn"
|
||
data-sort-updated="2023-03-30T08:06:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-export-to-noteson-shapkinaa">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.export-to-noteson.shapkinaa" class="plugin-title">
|
||
Export To NotesOn
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Export notes to NotesOn.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.simsapa/"
|
||
id="plugin-card-io.github.simsapa"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Simsapa"
|
||
data-sort-updated="2024-03-12T14:37:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-simsapa">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.simsapa" class="plugin-title">
|
||
Simsapa
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for Simsapa Dhamma Reader. Open a sidebar or double-click to lookup Pāli words in the dictionary, or search in the suttas.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Plugins in categories -->
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-appearance"
|
||
role="tabpanel"
|
||
data-tab-name="appearance"
|
||
aria-labelledby="nav-appearance-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Appearance</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.joplin.copy.codeBlocks/"
|
||
id="plugin-card-com.joplin.copy.codeBlocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Code Blocks"
|
||
data-sort-updated="2024-07-07T09:38:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-appearance.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-copy-codeblocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.copy.codeBlocks" class="plugin-title">
|
||
Copy Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add a copy button to the code blocks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.joplin-table-formatter/"
|
||
id="plugin-card-net.rmusin.joplin-table-formatter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Table Formatter Plugin"
|
||
data-sort-updated="2021-08-20T21:03:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-joplin-table-formatter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.joplin-table-formatter" class="plugin-title">
|
||
Table Formatter Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format the table under the cursor in Markdown editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.notelistpreview/"
|
||
id="plugin-card-io.github.jackgruber.notelistpreview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list (Preview)"
|
||
data-sort-updated="2024-06-09T09:38:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-notelistpreview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-notelistpreview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.notelistpreview" class="plugin-title">
|
||
Note list (Preview)
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Displays a note preview in the note list
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.drewmarshall.recipe-scaler/"
|
||
id="plugin-card-plugin.drewmarshall.recipe-scaler"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Recipe Scaler"
|
||
data-sort-updated="2024-09-09T18:39:07Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/drewmarsh/joplin-recipe-scaler/HEAD/icons/icon-256x256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-drewmarshall-recipe-scaler">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.drewmarshall.recipe-scaler" class="plugin-title">
|
||
Recipe Scaler
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scales recipes to desired serving counts and displays helpful information in beautiful info cards.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.rich-markdown/"
|
||
id="plugin-card-plugin.calebjohn.rich-markdown"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rich Markdown"
|
||
data-sort-updated="2024-11-02T20:40:20Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-rich-markdown/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-rich-markdown">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.rich-markdown" class="plugin-title">
|
||
Rich Markdown
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Helping you ditch the markdown viewer for good.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt-jena.CalibreImport/"
|
||
id="plugin-card-de.habelt-jena.CalibreImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Calibre Import"
|
||
data-sort-updated="2024-01-03T08:38:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-jena-calibreimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt-jena.CalibreImport" class="plugin-title">
|
||
Calibre Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.arash28134.DiscordPresence/"
|
||
id="plugin-card-com.arash28134.DiscordPresence"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Discord Rich Presence"
|
||
data-sort-updated="2022-07-04T17:07:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-appearance.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-arash28134-discordpresence">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.arash28134.DiscordPresence" class="plugin-title">
|
||
Discord Rich Presence
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Discord Rich Presence Plugin For Joplin
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-developer-tools"
|
||
role="tabpanel"
|
||
data-tab-name="developer-tools"
|
||
aria-labelledby="nav-developer-tools-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Developer Tools</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.ckant.joplin-plugin-better-code-blocks/"
|
||
id="plugin-card-com.ckant.joplin-plugin-better-code-blocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Better Code Blocks"
|
||
data-sort-updated="2023-09-11T06:38:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ckant-joplin-plugin-better-code-blocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ckant.joplin-plugin-better-code-blocks" class="plugin-title">
|
||
Better Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhances code blocks with inline rendering, autocompletion, and more!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-plugin-debug-info/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin debug tool"
|
||
data-sort-updated="2024-06-06T17:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-plugin-debug-info">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info" class="plugin-title">
|
||
Joplin debug tool
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel with information about the current note and an advanced search tool.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.Victor/"
|
||
id="plugin-card-org.joplinapp.plugins.Victor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Victor"
|
||
data-sort-updated="2024-01-22T21:07:54Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-victor/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-victor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.Victor" class="plugin-title">
|
||
Victor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/app.nybble.joplin-plugin-wakatime/"
|
||
id="plugin-card-app.nybble.joplin-plugin-wakatime"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="WakaTime"
|
||
data-sort-updated="2022-11-24T07:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body app-nybble-joplin-plugin-wakatime">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-app.nybble.joplin-plugin-wakatime" class="plugin-title">
|
||
WakaTime
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for WakaTime
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-productivity"
|
||
role="tabpanel"
|
||
data-tab-name="productivity"
|
||
aria-labelledby="nav-productivity-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Productivity</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.whatever.quick-links/"
|
||
id="plugin-card-com.whatever.quick-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Links"
|
||
data-sort-updated="2024-03-21T22:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-quick-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.quick-links" class="plugin-title">
|
||
Quick Links
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create links to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.MathMode/"
|
||
id="plugin-card-plugin.calebjohn.MathMode"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Math Mode"
|
||
data-sort-updated="2024-09-28T17:09:39Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-math-mode/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-mathmode">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.MathMode" class="plugin-title">
|
||
Math Mode
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn your notes into a powerful calculator with inline math.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.joplin-calendar/"
|
||
id="plugin-card-org.joplinapp.plugins.joplin-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Calendar"
|
||
data-sort-updated="2024-06-24T02:38:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-joplin-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.joplin-calendar" class="plugin-title">
|
||
Joplin Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple calendar to show notes created on each day.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.note.tabs/"
|
||
id="plugin-card-joplin.plugin.note.tabs"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Tabs"
|
||
data-sort-updated="2021-08-10T18:32:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-tabs">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.note.tabs" class="plugin-title">
|
||
Note Tabs
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to open several notes at once in tabs and pin them.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.leenzhu.journal/"
|
||
id="plugin-card-com.leenzhu.journal"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Journal"
|
||
data-sort-updated="2024-09-03T02:39:12Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-leenzhu-journal">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.leenzhu.journal" class="plugin-title">
|
||
Journal
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple journal. Create or open a note for today, or any selected date.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.templates/"
|
||
id="plugin-card-joplin.plugin.templates"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Templates"
|
||
data-sort-updated="2023-05-27T22:37:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-templates">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.templates" class="plugin-title">
|
||
Templates
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin allows you to create and use templates in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.backup/"
|
||
id="plugin-card-io.github.jackgruber.backup"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backup"
|
||
data-sort-updated="2024-07-17T16:08:03Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-backup/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-backup">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.backup" class="plugin-title">
|
||
Backup
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to create manual and automatic backups.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/sadmice.TextColorize/"
|
||
id="plugin-card-sadmice.TextColorize"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Text Colorize"
|
||
data-sort-updated="2023-12-11T22:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body sadmice-textcolorize">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-sadmice.TextColorize" class="plugin-title">
|
||
Text Colorize
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Easily apply color to text.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.copy.codeBlocks/"
|
||
id="plugin-card-com.joplin.copy.codeBlocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Code Blocks"
|
||
data-sort-updated="2024-07-07T09:38:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-appearance.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-copy-codeblocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.copy.codeBlocks" class="plugin-title">
|
||
Copy Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add a copy button to the code blocks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.MultiMarkdownTableTools/"
|
||
id="plugin-card-joplin.plugin.MultiMarkdownTableTools"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="MultiMarkdown Table Tools"
|
||
data-sort-updated="2024-05-10T10:39:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-multimarkdowntabletools">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.MultiMarkdownTableTools" class="plugin-title">
|
||
MultiMarkdown Table Tools
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.todo/"
|
||
id="plugin-card-plugin.calebjohn.todo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline TODO"
|
||
data-sort-updated="2024-05-01T18:08:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-inline-todo/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-todo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.todo" class="plugin-title">
|
||
Inline TODO
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Write TODOs *everywhere* and view them in one place.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.ckant.joplin-plugin-better-code-blocks/"
|
||
id="plugin-card-com.ckant.joplin-plugin-better-code-blocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Better Code Blocks"
|
||
data-sort-updated="2023-09-11T06:38:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ckant-joplin-plugin-better-code-blocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ckant.joplin-plugin-better-code-blocks" class="plugin-title">
|
||
Better Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhances code blocks with inline rendering, autocompletion, and more!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.joplin-table-formatter/"
|
||
id="plugin-card-net.rmusin.joplin-table-formatter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Table Formatter Plugin"
|
||
data-sort-updated="2021-08-20T21:03:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-joplin-table-formatter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.joplin-table-formatter" class="plugin-title">
|
||
Table Formatter Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format the table under the cursor in Markdown editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.tag-navigator/"
|
||
id="plugin-card-joplin.plugin.alondmnt.tag-navigator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline Tag Navigator"
|
||
data-sort-updated="2024-08-23T01:41:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-tag-navigator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.tag-navigator" class="plugin-title">
|
||
Inline Tag Navigator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.markdown-table-colorize/"
|
||
id="plugin-card-com.hieuthi.joplin.markdown-table-colorize"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Table: Colorize"
|
||
data-sort-updated="2024-03-26T16:08:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-markdown-table-colorize">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.markdown-table-colorize" class="plugin-title">
|
||
Markdown Table: Colorize
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add colors to markdown table syntax and help distinguishing different columns
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.combine-notes/"
|
||
id="plugin-card-io.github.jackgruber.combine-notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Combine notes"
|
||
data-sort-updated="2024-01-11T19:37:36Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-combine-notes/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-combine-notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.combine-notes" class="plugin-title">
|
||
Combine notes
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Combine one or more notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.copytags/"
|
||
id="plugin-card-io.github.jackgruber.copytags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tagging"
|
||
data-sort-updated="2024-01-12T18:37:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-tagging/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-copytags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.copytags" class="plugin-title">
|
||
Tagging
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control. (Formerly Copy Tags).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.hotfolder/"
|
||
id="plugin-card-io.github.jackgruber.hotfolder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Hotfolder"
|
||
data-sort-updated="2024-05-21T08:38:34Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-hotfolder/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-hotfolder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.hotfolder" class="plugin-title">
|
||
Hotfolder
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitors a locale folder and import the files as a new note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.note-overview/"
|
||
id="plugin-card-io.github.jackgruber.note-overview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note overview"
|
||
data-sort-updated="2024-01-11T19:37:38Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-note-overview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-note-overview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.note-overview" class="plugin-title">
|
||
Note overview
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A note overview is created based on the defined search and the specified fields.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-bidirectional-links/"
|
||
id="plugin-card-joplin-plugin-bidirectional-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bidirectional Links"
|
||
data-sort-updated="2024-08-17T17:09:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-bidirectional-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-bidirectional-links" class="plugin-title">
|
||
Bidirectional Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create bidirectional to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.menu-shortcut-toolbar/"
|
||
id="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Menu items, Shortcuts, Toolbar icons"
|
||
data-sort-updated="2021-06-01T08:37:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-menu-shortcut-toolbar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar" class="plugin-title">
|
||
Menu items, Shortcuts, Toolbar icons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.treymo.LinkGraph/"
|
||
id="plugin-card-io.treymo.LinkGraph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Link Graph UI"
|
||
data-sort-updated="2022-04-15T22:35:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-treymo-linkgraph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.treymo.LinkGraph" class="plugin-title">
|
||
Link Graph UI
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Visualize the connections between Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jl15988.JoplinCodePerfectPlugin/"
|
||
id="plugin-card-jl15988.JoplinCodePerfectPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodePerfect"
|
||
data-sort-updated="2024-02-02T17:07:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jl15988-joplincodeperfectplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jl15988.JoplinCodePerfectPlugin" class="plugin-title">
|
||
CodePerfect
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Make your code blocks look perfect! Support for displaying code block line numbers, support for one-click copying.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.slash-commands/"
|
||
id="plugin-card-com.hieuthi.joplin.slash-commands"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Slash Commands: Datetime & More"
|
||
data-sort-updated="2024-09-24T14:42:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-slash-commands">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.slash-commands" class="plugin-title">
|
||
Slash Commands: Datetime & More
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Execute several utilities by typing a command that starts with a slash.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.backlinksToNote/"
|
||
id="plugin-card-joplin.plugin.ambrt.backlinksToNote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Automatic Backlinks to note"
|
||
data-sort-updated="2021-08-31T18:02:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-backlinkstonote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.backlinksToNote" class="plugin-title">
|
||
Automatic Backlinks to note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Creates backlinks to opened note, also in automatic way
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-conflict-resolution/"
|
||
id="plugin-card-joplin-plugin-conflict-resolution"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Conflict Resolution"
|
||
data-sort-updated="2021-09-08T16:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-conflict-resolution">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-conflict-resolution" class="plugin-title">
|
||
Conflict Resolution
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that makes process of resolving conflicts easier.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.noteLinkSystem/"
|
||
id="plugin-card-ylc395.noteLinkSystem"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Link System"
|
||
data-sort-updated="2022-04-07T02:35:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-notelinksystem">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.noteLinkSystem" class="plugin-title">
|
||
Note Link System
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/rxliuli.joplin-batch/"
|
||
id="plugin-card-rxliuli.joplin-batch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Batch"
|
||
data-sort-updated="2024-08-20T12:09:01Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/rxliuli/joplin-utils/HEAD/packages/joplin-batch/images/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body rxliuli-joplin-batch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-rxliuli.joplin-batch" class="plugin-title">
|
||
Joplin Batch
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Handle some bulk operations that Joplin itself does not support and present them in a visual interface.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-knowledge-graph/"
|
||
id="plugin-card-joplin-plugin-knowledge-graph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Graph"
|
||
data-sort-updated="2022-01-14T17:35:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-knowledge-graph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-knowledge-graph" class="plugin-title">
|
||
Graph
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Notes as nodes. Explore your Joplin knowledge graph.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.diff-view/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.diff-view"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Diff view"
|
||
data-sort-updated="2024-07-19T21:08:13Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-diff-tool/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-diff-view">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.diff-view" class="plugin-title">
|
||
Diff view
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Shows differences between notes. This plugin can be used to resolve conflicts and compare related notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.ToggleSidebars/"
|
||
id="plugin-card-org.joplinapp.plugins.ToggleSidebars"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list and sidebar toggle buttons"
|
||
data-sort-updated="2021-06-01T08:31:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-togglesidebars">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.ToggleSidebars" class="plugin-title">
|
||
Note list and sidebar toggle buttons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds buttons to toggle note list and sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.admonition/"
|
||
id="plugin-card-org.joplinapp.plugins.admonition"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Admonition markdown extension"
|
||
data-sort-updated="2021-11-16T11:34:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-admonition">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.admonition" class="plugin-title">
|
||
Admonition markdown extension
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enables markdownIt admonition plugin, which enables formatting notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/kensam.joplin.plugin.eztable/"
|
||
id="plugin-card-kensam.joplin.plugin.eztable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Ez Table"
|
||
data-sort-updated="2022-10-09T09:37:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body kensam-joplin-plugin-eztable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-kensam.joplin.plugin.eztable" class="plugin-title">
|
||
Ez Table
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Make markdown table easy
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.excalidraw/"
|
||
id="plugin-card-com.joplin.excalidraw"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-excalidraw"
|
||
data-sort-updated="2022-10-31T16:36:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-excalidraw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.excalidraw" class="plugin-title">
|
||
joplin-excalidraw
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
use to write excalidraw in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.markdown-table-sortable/"
|
||
id="plugin-card-com.hieuthi.joplin.markdown-table-sortable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Table: Sortable"
|
||
data-sort-updated="2022-04-30T11:05:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-markdown-table-sortable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.markdown-table-sortable" class="plugin-title">
|
||
Markdown Table: Sortable
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-dddot/"
|
||
id="plugin-card-joplin-plugin-dddot"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin DDDot"
|
||
data-sort-updated="2024-03-24T14:39:27Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-dddot">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-dddot" class="plugin-title">
|
||
Joplin DDDot
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Recent notes, shortcuts, scratchpad, and .... in a single sidebar.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AbcSheetMusic/"
|
||
id="plugin-card-org.joplinapp.plugins.AbcSheetMusic"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ABC Sheet Music Plugin"
|
||
data-sort-updated="2024-03-25T13:08:51Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-abc-sheet-music/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-abcsheetmusic">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AbcSheetMusic" class="plugin-title">
|
||
ABC Sheet Music Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turns ABC text notation into sheet music
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/shufo.markdown-prettier/"
|
||
id="plugin-card-shufo.markdown-prettier"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown Prettier"
|
||
data-sort-updated="2022-06-16T01:05:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body shufo-markdown-prettier">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-shufo.markdown-prettier" class="plugin-title">
|
||
Markdown Prettier
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format your markdown by prettier
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.CsvImport/"
|
||
id="plugin-card-de.habelt.CsvImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Csv Import"
|
||
data-sort-updated="2022-02-11T15:36:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-csvimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.CsvImport" class="plugin-title">
|
||
Csv Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Imports a Csv file or pastes a Csv text from Clipboard as table
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/bluulo.JoplinCodeClipboardPlugin/"
|
||
id="plugin-card-bluulo.JoplinCodeClipboardPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Code-Clipboard"
|
||
data-sort-updated="2023-01-22T13:07:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body bluulo-joplincodeclipboardplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-bluulo.JoplinCodeClipboardPlugin" class="plugin-title">
|
||
Code-Clipboard
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy the content of a code block to the clipboard
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.YesYouKan/"
|
||
id="plugin-card-org.joplinapp.plugins.YesYouKan"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="YesYouKan"
|
||
data-sort-updated="2024-10-27T23:09:38Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-yesyoukan/HEAD/doc/images/PromoTile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-yesyoukan">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.YesYouKan" class="plugin-title">
|
||
YesYouKan
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create and manage Kanban boards from Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.djsudduth.paragraph-extractor/"
|
||
id="plugin-card-io.github.djsudduth.paragraph-extractor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paragraph Extractor"
|
||
data-sort-updated="2024-09-27T21:39:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-djsudduth-paragraph-extractor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.djsudduth.paragraph-extractor" class="plugin-title">
|
||
Paragraph Extractor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Extract specific paragraphs out of Joplin notes using keywords, hashtags or custom tags
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.manuerwin.attache/"
|
||
id="plugin-card-io.github.manuerwin.attache"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Attaché"
|
||
data-sort-updated="2024-08-17T06:09:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-manuerwin-attache">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.manuerwin.attache" class="plugin-title">
|
||
Attaché
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/osw.joplin.markdowncalc/"
|
||
id="plugin-card-osw.joplin.markdowncalc"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markdown table calculations"
|
||
data-sort-updated="2021-11-16T20:04:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body osw-joplin-markdowncalc">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-osw.joplin.markdowncalc" class="plugin-title">
|
||
Markdown table calculations
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for automatic calculations of markdown table formulas.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.life-calendar/"
|
||
id="plugin-card-com.hieuthi.joplin.life-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Life Calendar"
|
||
data-sort-updated="2023-02-05T03:37:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-life-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.life-calendar" class="plugin-title">
|
||
Life Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Life Calendar Plugin for Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.spoiler.cards/"
|
||
id="plugin-card-joplin.plugin.spoiler.cards"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Spoilers"
|
||
data-sort-updated="2022-11-15T21:41:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-spoiler-cards">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.spoiler.cards" class="plugin-title">
|
||
Spoilers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create inline spoilers and spoiler blocks with title and extendable body.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.zealmayfield.GoogleFontsPlugin/"
|
||
id="plugin-card-com.zealmayfield.GoogleFontsPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Google Fonts Plugin"
|
||
data-sort-updated="2024-03-24T19:39:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-zealmayfield-googlefontsplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.zealmayfield.GoogleFontsPlugin" class="plugin-title">
|
||
Google Fonts Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use a font available from Google Fonts to style the text selected in the editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.drewmarshall.recipe-scaler/"
|
||
id="plugin-card-plugin.drewmarshall.recipe-scaler"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Recipe Scaler"
|
||
data-sort-updated="2024-09-09T18:39:07Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/drewmarsh/joplin-recipe-scaler/HEAD/icons/icon-256x256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-drewmarshall-recipe-scaler">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.drewmarshall.recipe-scaler" class="plugin-title">
|
||
Recipe Scaler
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scales recipes to desired serving counts and displays helpful information in beautiful info cards.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.eliasvsimon.email-note/"
|
||
id="plugin-card-com.eliasvsimon.email-note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Email Note"
|
||
data-sort-updated="2021-11-30T12:04:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-eliasvsimon-email-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.eliasvsimon.email-note" class="plugin-title">
|
||
Email Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Send a note as an email
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.enhanced-editing/"
|
||
id="plugin-card-org.yangby.joplin.plugins.enhanced-editing"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Enhanced Editing"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-enhanced-editing">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.enhanced-editing" class="plugin-title">
|
||
Enhanced Editing
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
An enhanced editing plugin for Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/kensam.joplin.plugin.highlighter/"
|
||
id="plugin-card-kensam.joplin.plugin.highlighter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Simple Highlighter"
|
||
data-sort-updated="2022-09-24T13:06:59Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body kensam-joplin-plugin-highlighter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-kensam.joplin.plugin.highlighter" class="plugin-title">
|
||
Simple Highlighter
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Highlight/dehighlight the selected text
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.CodeSection/"
|
||
id="plugin-card-de.habelt.CodeSection"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Code Section"
|
||
data-sort-updated="2022-09-13T14:36:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-codesection">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.CodeSection" class="plugin-title">
|
||
Code Section
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Inserts a piece of code from code source
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/Bishoy.EmailPlugin/"
|
||
id="plugin-card-Bishoy.EmailPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Email Plugin"
|
||
data-sort-updated="2022-09-08T02:36:27Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body bishoy-emailplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-Bishoy.EmailPlugin" class="plugin-title">
|
||
Email Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Fetch your important emails as notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.lki.homenote/"
|
||
id="plugin-card-com.lki.homenote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Home Note"
|
||
data-sort-updated="2023-01-15T04:37:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-lki-homenote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.lki.homenote" class="plugin-title">
|
||
Home Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.quick-move/"
|
||
id="plugin-card-joplin.plugin.benji.quick-move"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Move"
|
||
data-sort-updated="2021-08-10T17:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-quick-move">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.quick-move" class="plugin-title">
|
||
Quick Move
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Collection of commands to quickly move notes to other notebooks.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.convertToNewNote/"
|
||
id="plugin-card-joplin.plugin.ambrt.convertToNewNote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Convert Text To New Note"
|
||
data-sort-updated="2021-09-03T16:02:44Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-converttonewnote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.convertToNewNote" class="plugin-title">
|
||
Convert Text To New Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Converts highlighted text to new one in same folder
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.day_review/"
|
||
id="plugin-card-com.s73ph4n.day_review"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Day Review"
|
||
data-sort-updated="2022-01-08T10:35:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-day_review">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.day_review" class="plugin-title">
|
||
Day Review
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AISummarisation/"
|
||
id="plugin-card-org.joplinapp.plugins.AISummarisation"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Summarise your notes and notebooks!"
|
||
data-sort-updated="2024-08-25T02:41:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-aisummarisation">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AISummarisation" class="plugin-title">
|
||
Summarise your notes and notebooks!
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows users to summarize their notes and notebooks with AI
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.metis/"
|
||
id="plugin-card-com.hieuthi.joplin.metis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Metis"
|
||
data-sort-updated="2022-02-22T13:05:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-metis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.metis" class="plugin-title">
|
||
Metis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Simple Task Manager Plugin for Joplin based on Todo.txt Specification
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.gagnepain.turnToChart/"
|
||
id="plugin-card-net.gagnepain.turnToChart"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="turnToChart"
|
||
data-sort-updated="2022-11-29T22:36:56Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-gagnepain-turntochart">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.gagnepain.turnToChart" class="plugin-title">
|
||
turnToChart
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Transforms a markdown or csv table into an HTML chart
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jl15988.JoplinAlertsPerfectPlugin/"
|
||
id="plugin-card-jl15988.JoplinAlertsPerfectPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="AlertsPerfect"
|
||
data-sort-updated="2024-02-05T03:08:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jl15988-joplinalertsperfectplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jl15988.JoplinAlertsPerfectPlugin" class="plugin-title">
|
||
AlertsPerfect
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use blockquote syntax to display the perfect hint block.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.daeraxa.match-highlight/"
|
||
id="plugin-card-io.github.daeraxa.match-highlight"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Highlight Matching"
|
||
data-sort-updated="2022-02-15T14:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-daeraxa-match-highlight">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.daeraxa.match-highlight" class="plugin-title">
|
||
Highlight Matching
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Marks words that match the highlighted selection
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.app.locker/"
|
||
id="plugin-card-joplin.plugin.app.locker"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin plugin app screen locker"
|
||
data-sort-updated="2024-04-12T15:38:43Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-app-locker">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.app.locker" class="plugin-title">
|
||
joplin plugin app screen locker
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A joplin plugin which will lock joplin app screen when it is idle.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/nz.magnusso.zotero-link/"
|
||
id="plugin-card-nz.magnusso.zotero-link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Zotero Link"
|
||
data-sort-updated="2024-10-29T18:10:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body nz-magnusso-zotero-link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-nz.magnusso.zotero-link" class="plugin-title">
|
||
Zotero Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Link Zotero entries in notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.snippets-and-autocomplete/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror 6 snippets"
|
||
data-sort-updated="2024-04-29T05:38:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets/HEAD/icons/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-snippets-and-autocomplete">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete" class="plugin-title">
|
||
CodeMirror 6 snippets
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Exposes CodeMirror 6's built-in support for autocompletion and snippets.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-note-encryption/"
|
||
id="plugin-card-joplin-plugin-note-encryption"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note encryption"
|
||
data-sort-updated="2023-04-30T09:39:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-encryption">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-note-encryption" class="plugin-title">
|
||
Note encryption
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A joplin plugin, encrypt selected notes on the joplin desktop client. This plugin will modify the notes according to your instructions, please read the precautions before use.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.azamahJunior.note-statistics/"
|
||
id="plugin-card-plugin.azamahJunior.note-statistics"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Statistics"
|
||
data-sort-updated="2021-06-01T08:31:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body plugin-azamahjunior-note-statistics">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.azamahJunior.note-statistics" class="plugin-title">
|
||
Note Statistics
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to get note statistics
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.thomassloan.joplin-to-todoist/"
|
||
id="plugin-card-net.thomassloan.joplin-to-todoist"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin to Todoist"
|
||
data-sort-updated="2024-01-31T00:08:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-thomassloan-joplin-to-todoist">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.thomassloan.joplin-to-todoist" class="plugin-title">
|
||
Joplin to Todoist
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows you to create a tasks in Todoist from Joplin and add it to your current note. A link to the Todoist task will be included in the note. A link to the note will be included in the Todoist task.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.rafjaf.headings4to6/"
|
||
id="plugin-card-com.rafjaf.headings4to6"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Headings 4 to 6"
|
||
data-sort-updated="2023-12-09T14:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-rafjaf-headings4to6">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.rafjaf.headings4to6" class="plugin-title">
|
||
Headings 4 to 6
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds menu items, keyboard shortcuts and toolbar buttons to the WYSIWIG editor toolbar to apply headings level 4 to 6
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.copy-anchor-link/"
|
||
id="plugin-card-com.hieuthi.joplin.copy-anchor-link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Anchor Link"
|
||
data-sort-updated="2022-04-22T16:04:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-copy-anchor-link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.copy-anchor-link" class="plugin-title">
|
||
Copy Anchor Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-TimelineRender/"
|
||
id="plugin-card-joplin-plugin-TimelineRender"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-plugin-TimelineRender"
|
||
data-sort-updated="2024-05-31T04:08:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-timelinerender">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-TimelineRender" class="plugin-title">
|
||
joplin-plugin-TimelineRender
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
render the timeline in the markdown
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.copyNoteLink/"
|
||
id="plugin-card-joplin.plugin.ambrt.copyNoteLink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy link to active note"
|
||
data-sort-updated="2021-06-01T08:30:49Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-copynotelink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.copyNoteLink" class="plugin-title">
|
||
Copy link to active note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds entry to right click menu in editor to get link to active note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.time-slip/"
|
||
id="plugin-card-joplin.plugin.alondmnt.time-slip"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Time Slip"
|
||
data-sort-updated="2024-11-02T01:10:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-time-slip">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.time-slip" class="plugin-title">
|
||
Time Slip
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A time tracker with logs stored and synced in Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/fd117a99-b165-4824-893c-5825439a842d/"
|
||
id="plugin-card-fd117a99-b165-4824-893c-5825439a842d"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Disable markdown renderer"
|
||
data-sort-updated="2023-09-20T18:07:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body fd117a99-b165-4824-893c-5825439a842d">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-fd117a99-b165-4824-893c-5825439a842d" class="plugin-title">
|
||
Disable markdown renderer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Disables the markdown renderer / PDF preview (and export) and WYSIWYG editor in Joplin for better performance
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/"
|
||
id="plugin-card-org.joplinapp.plugins.AutoShowActiveNoteInSideBar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto show active note in sidebar"
|
||
data-sort-updated="2022-02-24T13:35:13Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-autoshowactivenoteinsidebar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.AutoShowActiveNoteInSideBar" class="plugin-title">
|
||
Auto show active note in sidebar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Auto show active note in sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-plugin-debug-info/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin debug tool"
|
||
data-sort-updated="2024-06-06T17:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-plugin-debug-info">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info" class="plugin-title">
|
||
Joplin debug tool
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel with information about the current note and an advanced search tool.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joshthor.export/"
|
||
id="plugin-card-com.joshthor.export"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Save Note as MD"
|
||
data-sort-updated="2023-02-04T06:36:54Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joshthor-export">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joshthor.export" class="plugin-title">
|
||
Save Note as MD
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Simple plugin to export your current note as an MD file to the directory of your choice
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.Victor/"
|
||
id="plugin-card-org.joplinapp.plugins.Victor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Victor"
|
||
data-sort-updated="2024-01-22T21:07:54Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/joplin/plugin-victor/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-victor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.Victor" class="plugin-title">
|
||
Victor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/jp.emotiongraphics.omnivore-sync/"
|
||
id="plugin-card-jp.emotiongraphics.omnivore-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Omnivore Sync"
|
||
data-sort-updated="2024-09-08T07:49:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jp-emotiongraphics-omnivore-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-jp.emotiongraphics.omnivore-sync" class="plugin-title">
|
||
Omnivore Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sync articles and highlights from Omnivore to Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/aa.asrient.backstage/"
|
||
id="plugin-card-aa.asrient.backstage"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backstage"
|
||
data-sort-updated="2022-05-08T19:35:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body aa-asrient-backstage">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-aa.asrient.backstage" class="plugin-title">
|
||
Backstage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scan and import files directly from your phone
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.otherware.joplin-du/"
|
||
id="plugin-card-org.otherware.joplin-du"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Disk Usage"
|
||
data-sort-updated="2024-10-18T15:09:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-otherware-joplin-du">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.otherware.joplin-du" class="plugin-title">
|
||
Joplin Disk Usage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
display disk usage of resources for notebooks and notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.function-plot/"
|
||
id="plugin-card-com.hieuthi.joplin.function-plot"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Function Plot"
|
||
data-sort-updated="2022-10-20T09:05:57Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-function-plot">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.function-plot" class="plugin-title">
|
||
Function Plot
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin plugin based on Function Plot library to render function such as y = x * x
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.jarvis/"
|
||
id="plugin-card-joplin.plugin.alondmnt.jarvis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jarvis"
|
||
data-sort-updated="2024-11-02T10:40:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-jarvis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.jarvis" class="plugin-title">
|
||
Jarvis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.sagaii.export2git/"
|
||
id="plugin-card-io.sagaii.export2git"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Save Note as Markdown and Commit to Git"
|
||
data-sort-updated="2024-06-08T09:08:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-sagaii-export2git">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.sagaii.export2git" class="plugin-title">
|
||
Save Note as Markdown and Commit to Git
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Simple plugin to export your current note as an MD file to the directory and Commit to Git (modify at Save Note to MD (joshchavez.dev) )
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.complete_link/"
|
||
id="plugin-card-com.s73ph4n.complete_link"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Complete Link"
|
||
data-sort-updated="2022-01-08T11:05:02Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-complete_link">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.complete_link" class="plugin-title">
|
||
Complete Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.make_all_links/"
|
||
id="plugin-card-com.s73ph4n.make_all_links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Make All Links"
|
||
data-sort-updated="2021-10-07T19:03:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-make_all_links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.make_all_links" class="plugin-title">
|
||
Make All Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/github.hegerdes.joplin_remote_note_pull/"
|
||
id="plugin-card-github.hegerdes.joplin_remote_note_pull"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Remote-Note-Pull"
|
||
data-sort-updated="2024-08-08T16:08:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/hegerdes/joplin-plugin-remote-note-pull/HEAD/docs/images/thumpnail.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body github-hegerdes-joplin_remote_note_pull">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-github.hegerdes.joplin_remote_note_pull" class="plugin-title">
|
||
Remote-Note-Pull
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.DanteCoder.NoteVariables/"
|
||
id="plugin-card-com.DanteCoder.NoteVariables"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Variables"
|
||
data-sort-updated="2022-07-24T23:35:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-dantecoder-notevariables">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.DanteCoder.NoteVariables" class="plugin-title">
|
||
Note Variables
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin to create variables that can be accesed through all the notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/dev.kamer.reset-checkboxes/"
|
||
id="plugin-card-dev.kamer.reset-checkboxes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Reset Checkboxes"
|
||
data-sort-updated="2024-04-16T17:40:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body dev-kamer-reset-checkboxes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-dev.kamer.reset-checkboxes" class="plugin-title">
|
||
Reset Checkboxes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin to reset all checkboxes in a file.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.evernote-links-replacer/"
|
||
id="plugin-card-com.joplin.evernote-links-replacer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Evernote Links Replacer"
|
||
data-sort-updated="2023-10-19T05:38:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-evernote-links-replacer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.evernote-links-replacer" class="plugin-title">
|
||
Joplin Evernote Links Replacer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Replace Evernote links in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.cuibonobo.NoteRename/"
|
||
id="plugin-card-com.cuibonobo.NoteRename"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Rename"
|
||
data-sort-updated="2023-01-30T15:10:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-cuibonobo-noterename">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.cuibonobo.NoteRename" class="plugin-title">
|
||
Note Rename
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A utility for changing the titles of many notes at once via prefixes, suffixes, or search and replace.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.makaanneo.apollo/"
|
||
id="plugin-card-io.github.makaanneo.apollo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Note Attachement rename"
|
||
data-sort-updated="2022-12-30T16:08:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-makaanneo-apollo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.makaanneo.apollo" class="plugin-title">
|
||
Joplin Note Attachement rename
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin plugin to rename note attachments,
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary/"
|
||
id="plugin-card-cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="GoodDiary"
|
||
data-sort-updated="2024-10-10T18:39:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cdu-u-lsc-vsc-lg-mw-ss-e-ge-diary">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cdu.u.lsc.vsc.lg.mw.ss.e.ge.diary" class="plugin-title">
|
||
GoodDiary
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Automatically opens your diary for you every day.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt-jena.KatexInputHelper/"
|
||
id="plugin-card-de.habelt-jena.KatexInputHelper"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Katex Input Helper"
|
||
data-sort-updated="2024-10-30T08:39:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-jena-katexinputhelper">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt-jena.KatexInputHelper" class="plugin-title">
|
||
Katex Input Helper
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Provides interactive input support for math formulae via Katex
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.automate_notes/"
|
||
id="plugin-card-com.s73ph4n.automate_notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Automate Notes"
|
||
data-sort-updated="2022-01-08T11:35:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-automate_notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.automate_notes" class="plugin-title">
|
||
Automate Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Finds blocks of javascript in the current note (blocks have to start with '```javascript' and end with '```') and runs it as a function.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.jpa.joplin.timetagger/"
|
||
id="plugin-card-com.jpa.joplin.timetagger"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="TimeTagger Plugin"
|
||
data-sort-updated="2023-02-01T17:37:55Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-jpa-joplin-timetagger">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.jpa.joplin.timetagger" class="plugin-title">
|
||
TimeTagger Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Time tracking with Joplin and TimeTagger
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.export-to-ssg.aman-d-1-n-only/"
|
||
id="plugin-card-com.export-to-ssg.aman-d-1-n-only"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Export To SSG"
|
||
data-sort-updated="2021-06-01T08:30:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-export-to-ssg-aman-d-1-n-only">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.export-to-ssg.aman-d-1-n-only" class="plugin-title">
|
||
Export To SSG
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Export a collection of notes to static site generator project.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.container-with-classes/"
|
||
id="plugin-card-com.hieuthi.joplin.container-with-classes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Container with Classes"
|
||
data-sort-updated="2021-11-18T07:34:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-container-with-classes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.container-with-classes" class="plugin-title">
|
||
Container with Classes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for creating block-level containers with classes for customization
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.remove.images.from.note/"
|
||
id="plugin-card-com.remove.images.from.note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Remove Images"
|
||
data-sort-updated="2022-01-31T05:35:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-remove-images-from-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.remove.images.from.note" class="plugin-title">
|
||
Remove Images
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to remove images from selected note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-delayed-sync/"
|
||
id="plugin-card-joplin-plugin-delayed-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Delayed Sync"
|
||
data-sort-updated="2024-07-31T15:08:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-delayed-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-delayed-sync" class="plugin-title">
|
||
Joplin Delayed Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add an option to trigger the synchronization after editing a note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.anki-sync/"
|
||
id="plugin-card-joplin.plugin.anki-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Anki Sync"
|
||
data-sort-updated="2021-06-01T08:30:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-anki-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.anki-sync" class="plugin-title">
|
||
Joplin Anki Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Bidirectional sync between Joplin and Anki
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.supremekirb.TodoView/"
|
||
id="plugin-card-com.supremekirb.TodoView"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="To-do View"
|
||
data-sort-updated="2024-10-31T10:09:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/supremekirb/joplin-todo-view/HEAD/assets/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body com-supremekirb-todoview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.supremekirb.TodoView" class="plugin-title">
|
||
To-do View
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel to make the to-do-viewing experience slightly nicer.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.sgitm.NotebooksNavigate/"
|
||
id="plugin-card-com.sgitm.NotebooksNavigate"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="NotebookNavigate"
|
||
data-sort-updated="2024-07-19T12:08:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-sgitm-notebooksnavigate">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.sgitm.NotebooksNavigate" class="plugin-title">
|
||
NotebookNavigate
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Notebook Navigate from Current opend Note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-ianylink/"
|
||
id="plugin-card-joplin-plugin-ianylink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Copy Universal Web Link"
|
||
data-sort-updated="2023-11-14T12:38:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ianylink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-ianylink" class="plugin-title">
|
||
Copy Universal Web Link
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy Universal Web Link
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.remark.slides/"
|
||
id="plugin-card-joplin.remark.slides"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin remark slides"
|
||
data-sort-updated="2023-07-16T17:38:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-remark-slides">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.remark.slides" class="plugin-title">
|
||
Joplin remark slides
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
export note to slides using remarkjs
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.quick-goto/"
|
||
id="plugin-card-com.hieuthi.joplin.quick-goto"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Goto"
|
||
data-sort-updated="2021-11-08T08:04:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-quick-goto">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.quick-goto" class="plugin-title">
|
||
Quick Goto
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Switch to designated notes using keyboard shortcuts
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.sendSnippet/"
|
||
id="plugin-card-joplin.plugin.ambrt.sendSnippet"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Send snippet to different note"
|
||
data-sort-updated="2021-11-22T18:34:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-sendsnippet">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.sendSnippet" class="plugin-title">
|
||
Send snippet to different note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Sends snippet of text to any other note from any notebook
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/b53da1f6-868c-468d-b60c-2897a27166ac/"
|
||
id="plugin-card-b53da1f6-868c-468d-b60c-2897a27166ac"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin User Link Plugin"
|
||
data-sort-updated="2021-06-01T08:30:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body b53da1f6-868c-468d-b60c-2897a27166ac">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-b53da1f6-868c-468d-b60c-2897a27166ac" class="plugin-title">
|
||
Joplin User Link Plugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for custom links, like `jump://?query=blabla`.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.plugin.randomNotePlugin/"
|
||
id="plugin-card-com.plugin.randomNotePlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Random note"
|
||
data-sort-updated="2021-08-26T15:32:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-randomnoteplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.plugin.randomNotePlugin" class="plugin-title">
|
||
Random note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Opens a random note from your vault
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/albert.joplin.plugin.jl7/"
|
||
id="plugin-card-albert.joplin.plugin.jl7"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Delete folder & notes"
|
||
data-sort-updated="2022-12-04T02:39:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body albert-joplin-plugin-jl7">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-albert.joplin.plugin.jl7" class="plugin-title">
|
||
Delete folder & notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Delete folder and notes without confirmation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.ahaltindis.joplin.BulkNoteCreator/"
|
||
id="plugin-card-com.ahaltindis.joplin.BulkNoteCreator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bulk Note Creator"
|
||
data-sort-updated="2022-01-11T02:05:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ahaltindis-joplin-bulknotecreator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ahaltindis.joplin.BulkNoteCreator" class="plugin-title">
|
||
Bulk Note Creator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create notes as bulk
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.noeto.JoplinBibleNotes/"
|
||
id="plugin-card-net.noeto.JoplinBibleNotes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Bible Notes"
|
||
data-sort-updated="2022-06-23T16:05:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-noeto-joplinbiblenotes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.noeto.JoplinBibleNotes" class="plugin-title">
|
||
Joplin Bible Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin that helps find easily in which notes you spoke about a Bible reference.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-joplin-hotkey/"
|
||
id="plugin-card-joplin-plugin-joplin-hotkey"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hotkey"
|
||
data-sort-updated="2023-03-18T17:06:54Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-joplin-hotkey">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-joplin-hotkey" class="plugin-title">
|
||
joplin-hotkey
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
hotkey in joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/albert.joplin.plugin7/"
|
||
id="plugin-card-albert.joplin.plugin7"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Delete notes without confirmation"
|
||
data-sort-updated="2022-12-01T14:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body albert-joplin-plugin7">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-albert.joplin.plugin7" class="plugin-title">
|
||
Delete notes without confirmation
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Delete notes without confirmation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/name.mikemueller.joplin2jira/"
|
||
id="plugin-card-name.mikemueller.joplin2jira"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin2jira"
|
||
data-sort-updated="2022-10-29T21:07:09Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body name-mikemueller-joplin2jira">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-name.mikemueller.joplin2jira" class="plugin-title">
|
||
joplin2jira
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copies selected text or entire notes in Jira markup to the clipboard
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/app.nybble.joplin-plugin-wakatime/"
|
||
id="plugin-card-app.nybble.joplin-plugin-wakatime"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="WakaTime"
|
||
data-sort-updated="2022-11-24T07:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body app-nybble-joplin-plugin-wakatime">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-app.nybble.joplin-plugin-wakatime" class="plugin-title">
|
||
WakaTime
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for WakaTime
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-delayed-sync/"
|
||
id="plugin-card-joplin-delayed-sync"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Delayed Sync"
|
||
data-sort-updated="2024-07-30T10:08:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-delayed-sync">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-delayed-sync" class="plugin-title">
|
||
Joplin Delayed Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add an option to trigger the synchronization after editing a note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin-note-email/"
|
||
id="plugin-card-cf.zuike.joplin-note-email"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-note-email"
|
||
data-sort-updated="2023-05-15T09:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-note-email">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin-note-email" class="plugin-title">
|
||
joplin-note-email
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
通过邮件发送笔记
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/eu.xardbaiz.joplin.HackMD/"
|
||
id="plugin-card-eu.xardbaiz.joplin.HackMD"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hackmd"
|
||
data-sort-updated="2024-02-05T18:38:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body eu-xardbaiz-joplin-hackmd">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-eu.xardbaiz.joplin.HackMD" class="plugin-title">
|
||
joplin-hackmd
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quick share notes on HackMD
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.hieuthi.joplin.rubi-and-furigana/"
|
||
id="plugin-card-com.hieuthi.joplin.rubi-and-furigana"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rubi and Furigana"
|
||
data-sort-updated="2021-11-02T12:34:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-hieuthi-joplin-rubi-and-furigana">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.hieuthi.joplin.rubi-and-furigana" class="plugin-title">
|
||
Rubi and Furigana
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/uk.co.brainsteam.JoplinHypothesis/"
|
||
id="plugin-card-uk.co.brainsteam.JoplinHypothesis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Hypothes.is"
|
||
data-sort-updated="2024-03-31T21:09:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body uk-co-brainsteam-joplinhypothesis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-uk.co.brainsteam.JoplinHypothesis" class="plugin-title">
|
||
Joplin Hypothes.is
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitor and automatically add hypothesis annotations to your joplin notebooks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin.HackMD/"
|
||
id="plugin-card-cf.zuike.joplin.HackMD"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-hackmd"
|
||
data-sort-updated="2023-05-15T11:06:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-hackmd">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin.HackMD" class="plugin-title">
|
||
joplin-hackmd
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quick share notes on HackMD. Hackmd共享笔记, 原项目(https://github.com/xardbaiz/joplin-plugin-hackmd/)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.plugin.randomNoteReloadedPlugin/"
|
||
id="plugin-card-com.plugin.randomNoteReloadedPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Random Note Reloaded"
|
||
data-sort-updated="2024-02-11T17:08:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-randomnotereloadedplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.plugin.randomNoteReloadedPlugin" class="plugin-title">
|
||
Random Note Reloaded
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Opens a random note from your workspace
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.wemakemachines.joplin.plugin.vextab/"
|
||
id="plugin-card-com.wemakemachines.joplin.plugin.vextab"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="VexTab plugin for Joplin"
|
||
data-sort-updated="2023-06-14T19:07:08Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-wemakemachines-joplin-plugin-vextab">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.wemakemachines.joplin.plugin.vextab" class="plugin-title">
|
||
VexTab plugin for Joplin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for rendering guitar tablature using VexTab
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.eqs.joplin-plugin-cjk-breaks/"
|
||
id="plugin-card-com.github.eqs.joplin-plugin-cjk-breaks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="joplin-plugin-cjk-breaks"
|
||
data-sort-updated="2023-09-08T17:37:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-eqs-joplin-plugin-cjk-breaks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.eqs.joplin-plugin-cjk-breaks" class="plugin-title">
|
||
joplin-plugin-cjk-breaks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Suppress linebreaks between CJK characters
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt.NotesStationImport/"
|
||
id="plugin-card-de.habelt.NotesStationImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Notes Station Import"
|
||
data-sort-updated="2022-01-08T15:35:28Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-notesstationimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt.NotesStationImport" class="plugin-title">
|
||
Notes Station Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin imports notes from QNAP Notes Station
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.export-to-noteson.shapkinaa/"
|
||
id="plugin-card-com.export-to-noteson.shapkinaa"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Export To NotesOn"
|
||
data-sort-updated="2023-03-30T08:06:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-export-to-noteson-shapkinaa">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.export-to-noteson.shapkinaa" class="plugin-title">
|
||
Export To NotesOn
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Export notes to NotesOn.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-themes"
|
||
role="tabpanel"
|
||
data-tab-name="themes"
|
||
aria-labelledby="nav-themes-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Themes</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.andrejilderda.macOSTheme/"
|
||
id="plugin-card-com.andrejilderda.macOSTheme"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="macOS theme"
|
||
data-sort-updated="2024-08-20T20:42:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/ajilderda/joplin-macos-native-theme/HEAD/images/promo_tile.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body com-andrejilderda-macostheme">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.andrejilderda.macOSTheme" class="plugin-title">
|
||
macOS theme
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Native looking macOS theme for Joplin. Also works on non-macOS devices.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.septemberhx.Joplin.Enhancement/"
|
||
id="plugin-card-com.septemberhx.Joplin.Enhancement"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Enhancement"
|
||
data-sort-updated="2023-05-05T09:06:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-themes.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-septemberhx-joplin-enhancement">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.septemberhx.Joplin.Enhancement" class="plugin-title">
|
||
Enhancement
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-github-theme/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-github-theme"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="GitHub Theme"
|
||
data-sort-updated="2021-10-31T09:34:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-themes.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-github-theme">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-github-theme" class="plugin-title">
|
||
GitHub Theme
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin theme with colors of GitHub
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.notelistpreview/"
|
||
id="plugin-card-io.github.jackgruber.notelistpreview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list (Preview)"
|
||
data-sort-updated="2024-06-09T09:38:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-notelistpreview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-notelistpreview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.notelistpreview" class="plugin-title">
|
||
Note list (Preview)
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Displays a note preview in the note list
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-integrations"
|
||
role="tabpanel"
|
||
data-tab-name="integrations"
|
||
aria-labelledby="nav-integrations-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Integrations</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/outline/"
|
||
id="plugin-card-outline"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Outline"
|
||
data-sort-updated="2023-11-13T18:08:05Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body outline">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-outline" class="plugin-title">
|
||
Outline
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Outline (TOC) sidebar plugin for joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-conflict-resolution/"
|
||
id="plugin-card-joplin-plugin-conflict-resolution"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Conflict Resolution"
|
||
data-sort-updated="2021-09-08T16:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-conflict-resolution">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-conflict-resolution" class="plugin-title">
|
||
Conflict Resolution
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that makes process of resolving conflicts easier.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.fomin.markmap/"
|
||
id="plugin-card-de.fomin.markmap"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Markmap"
|
||
data-sort-updated="2024-05-14T21:39:16Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-fomin-markmap">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.fomin.markmap" class="plugin-title">
|
||
Markmap
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Generate a mindmap using markmap
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/retr0ve.EmojiPlugin/"
|
||
id="plugin-card-retr0ve.EmojiPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Emoji"
|
||
data-sort-updated="2022-06-05T11:06:31Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body retr0ve-emojiplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-retr0ve.EmojiPlugin" class="plugin-title">
|
||
Emoji
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A emoji picker.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.sctmes.kity-minder/"
|
||
id="plugin-card-com.sctmes.kity-minder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kity Minder"
|
||
data-sort-updated="2023-04-16T23:36:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-sctmes-kity-minder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.sctmes.kity-minder" class="plugin-title">
|
||
Kity Minder
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Kity Minder Mindmap Tools 思维导图(脑图插件)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.joplinOcr/"
|
||
id="plugin-card-ylc395.joplinOcr"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="OCR"
|
||
data-sort-updated="2021-12-01T04:04:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-joplinocr">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.joplinOcr" class="plugin-title">
|
||
OCR
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
offline OCR auto/manually for images, videos, pdf documents in your Joplin notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-plantUML/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-plantUML"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="PlantUML2"
|
||
data-sort-updated="2023-01-14T22:07:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-plantuml">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-plantUML" class="plugin-title">
|
||
PlantUML2
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render PlantUML diagram inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/calandra.kminder.joplin/"
|
||
id="plugin-card-calandra.kminder.joplin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kminder Mindmap"
|
||
data-sort-updated="2024-01-25T02:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body calandra-kminder-joplin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-calandra.kminder.joplin" class="plugin-title">
|
||
Kminder Mindmap
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Mindmap Joplin Plugin, i18n seven languages, Import Xmind|MindManager|json|md, Export json|png|md
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin.JSheets/"
|
||
id="plugin-card-com.joplin.JSheets"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="JSheets"
|
||
data-sort-updated="2022-01-06T08:04:45Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin-jsheets">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin.JSheets" class="plugin-title">
|
||
JSheets
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
JSheets - use to write spreadsheets like excel in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.s73ph4n.autolinker/"
|
||
id="plugin-card-com.s73ph4n.autolinker"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Autolinker"
|
||
data-sort-updated="2022-01-08T10:35:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-s73ph4n-autolinker">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.s73ph4n.autolinker" class="plugin-title">
|
||
Autolinker
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.wemakemachines.joplin.plugin.event-calendar/"
|
||
id="plugin-card-com.wemakemachines.joplin.plugin.event-calendar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Event Calendar"
|
||
data-sort-updated="2023-02-16T22:37:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-wemakemachines-joplin-plugin-event-calendar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.wemakemachines.joplin.plugin.event-calendar" class="plugin-title">
|
||
Event Calendar
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A simple event calendar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.chateloin.joplin-planner/"
|
||
id="plugin-card-com.chateloin.joplin-planner"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Planner"
|
||
data-sort-updated="2024-02-20T07:07:44Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-chateloin-joplin-planner">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.chateloin.joplin-planner" class="plugin-title">
|
||
Planner
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that helps with managing embedded todo lists in notes, and parses note tags to schedule recurring items.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.revealjs-integration/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.revealjs-integration"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="RevealJS Integration"
|
||
data-sort-updated="2024-07-05T22:38:18Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-revealjs-integration">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.revealjs-integration" class="plugin-title">
|
||
RevealJS Integration
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn notes into slideshows with reveal.js!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.xUser5000.bibtex/"
|
||
id="plugin-card-com.xUser5000.bibtex"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="BibTeX"
|
||
data-sort-updated="2021-08-02T11:05:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-xuser5000-bibtex">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.xUser5000.bibtex" class="plugin-title">
|
||
BibTeX
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use locally stored BibTeX files to integrate citation into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDecV3/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDecV3"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecModeV3"
|
||
data-sort-updated="2024-07-29T04:39:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdecv3">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDecV3" class="plugin-title">
|
||
EncDecModeV3
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.programming-emu.DependencyGraph/"
|
||
id="plugin-card-com.programming-emu.DependencyGraph"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Dependency graph"
|
||
data-sort-updated="2022-04-19T07:05:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-programming-emu-dependencygraph">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.programming-emu.DependencyGraph" class="plugin-title">
|
||
Dependency graph
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Visualizes direct and indirect dependencies of a note as a graph.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.whitespacer/"
|
||
id="plugin-card-org.joplinapp.plugins.whitespacer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Whitespacer"
|
||
data-sort-updated="2024-10-28T17:09:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-whitespacer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.whitespacer" class="plugin-title">
|
||
Whitespacer
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Display whitespaces in editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.otherware.joplin-publish/"
|
||
id="plugin-card-org.otherware.joplin-publish"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Publish to Web"
|
||
data-sort-updated="2024-08-16T03:39:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-otherware-joplin-publish">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.otherware.joplin-publish" class="plugin-title">
|
||
Publish to Web
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.cwesson.joplin-plugin-typograms/"
|
||
id="plugin-card-net.cwesson.joplin-plugin-typograms"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Typograms"
|
||
data-sort-updated="2024-07-09T01:38:22Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-cwesson-joplin-plugin-typograms">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.cwesson.joplin-plugin-typograms" class="plugin-title">
|
||
Typograms
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render Typogram diagrams inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.thomassloan.joplin-to-todoist/"
|
||
id="plugin-card-net.thomassloan.joplin-to-todoist"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin to Todoist"
|
||
data-sort-updated="2024-01-31T00:08:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-thomassloan-joplin-to-todoist">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.thomassloan.joplin-to-todoist" class="plugin-title">
|
||
Joplin to Todoist
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows you to create a tasks in Todoist from Joplin and add it to your current note. A link to the Todoist task will be included in the note. A link to the note will be included in the Todoist task.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.pagesPublisher/"
|
||
id="plugin-card-ylc395.pagesPublisher"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Pages Publisher"
|
||
data-sort-updated="2022-08-15T05:36:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-pagespublisher">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.pagesPublisher" class="plugin-title">
|
||
Pages Publisher
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.coderrsid.pasteSpecial/"
|
||
id="plugin-card-com.coderrsid.pasteSpecial"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paste Special"
|
||
data-sort-updated="2021-09-20T13:32:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-coderrsid-pastespecial">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.coderrsid.pasteSpecial" class="plugin-title">
|
||
Paste Special
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin used to paste special text into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.suitcase/"
|
||
id="plugin-card-joplin.plugin.alondmnt.suitcase"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Suitcase"
|
||
data-sort-updated="2024-03-31T11:09:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-suitcase">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.suitcase" class="plugin-title">
|
||
Suitcase
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Change the capitalization of selected text, and case-insensitive sorting
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/rxliuli.joplin-publisher/"
|
||
id="plugin-card-rxliuli.joplin-publisher"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Publisher"
|
||
data-sort-updated="2024-08-05T16:38:50Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/rxliuli/joplin-utils/HEAD/packages/joplin-publisher/images/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body rxliuli-joplin-publisher">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-rxliuli.joplin-publisher" class="plugin-title">
|
||
Joplin Publisher
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Publish Joplin notes to GitHub and automate build deployment through GitHub Actions
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/aa.asrient.backstage/"
|
||
id="plugin-card-aa.asrient.backstage"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backstage"
|
||
data-sort-updated="2022-05-08T19:35:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body aa-asrient-backstage">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-aa.asrient.backstage" class="plugin-title">
|
||
Backstage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scan and import files directly from your phone
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.jarvis/"
|
||
id="plugin-card-joplin.plugin.alondmnt.jarvis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jarvis"
|
||
data-sort-updated="2024-11-02T10:40:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-jarvis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.jarvis" class="plugin-title">
|
||
Jarvis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.isaacoram.url-meta/"
|
||
id="plugin-card-io.isaacoram.url-meta"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="URL Meta"
|
||
data-sort-updated="2024-10-26T03:39:52Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-isaacoram-url-meta">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.isaacoram.url-meta" class="plugin-title">
|
||
URL Meta
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Fetches meta tags/data from URLs in your notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.DanteCoder.JoplinBibleQuote/"
|
||
id="plugin-card-com.DanteCoder.JoplinBibleQuote"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bible Quote"
|
||
data-sort-updated="2023-12-04T23:39:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-dantecoder-joplinbiblequote">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.DanteCoder.JoplinBibleQuote" class="plugin-title">
|
||
Bible Quote
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Quote the bible direct in text editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-jira-issue/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-jira-issue"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jira Issue"
|
||
data-sort-updated="2022-07-09T09:36:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-jira-issue">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-jira-issue" class="plugin-title">
|
||
Jira Issue
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDec/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDec"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecMode"
|
||
data-sort-updated="2024-07-08T06:08:19Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdec">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDec" class="plugin-title">
|
||
EncDecMode
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.lannerkr.EncDecV2/"
|
||
id="plugin-card-joplin.plugin.lannerkr.EncDecV2"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="EncDecModeV2"
|
||
data-sort-updated="2024-07-10T06:08:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-lannerkr-encdecv2">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.lannerkr.EncDecV2" class="plugin-title">
|
||
EncDecModeV2
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
encode and decode sensitive string with user password.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.pseudocode-support/"
|
||
id="plugin-card-org.yangby.joplin.plugins.pseudocode-support"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Pseudocode Support"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-pseudocode-support">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.pseudocode-support" class="plugin-title">
|
||
Pseudocode Support
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Typesets pseudocode beautifully in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.MadCake.joplin.markdown-table-sortable/"
|
||
id="plugin-card-com.MadCake.joplin.markdown-table-sortable"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Paginator"
|
||
data-sort-updated="2023-05-24T22:37:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-madcake-joplin-markdown-table-sortable">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.MadCake.joplin.markdown-table-sortable" class="plugin-title">
|
||
Paginator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create paginated 2-column documents in joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.receiveMailPlugin/"
|
||
id="plugin-card-com.receiveMailPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="MailPlugin"
|
||
data-sort-updated="2024-02-29T16:07:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-receivemailplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.receiveMailPlugin" class="plugin-title">
|
||
MailPlugin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Define a Mail adress and send mails to it, to add new notebooks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/hjonin.joplin.todoist-to-joplin/"
|
||
id="plugin-card-hjonin.joplin.todoist-to-joplin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Todoist to Joplin"
|
||
data-sort-updated="2023-03-31T14:06:21Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body hjonin-joplin-todoist-to-joplin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-hjonin.joplin.todoist-to-joplin" class="plugin-title">
|
||
Todoist to Joplin
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import your Todoist data into Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-bytefield-svg/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-bytefield-svg"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="bytefield-svg"
|
||
data-sort-updated="2022-01-18T17:37:56Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-bytefield-svg">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-bytefield-svg" class="plugin-title">
|
||
bytefield-svg
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.Plugin.ToWebSearchEngine/"
|
||
id="plugin-card-com.Plugin.ToWebSearchEngine"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ToWebSearchEngine"
|
||
data-sort-updated="2024-02-09T10:37:41Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-towebsearchengine">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.Plugin.ToWebSearchEngine" class="plugin-title">
|
||
ToWebSearchEngine
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Selected Text to ToWebSearchEngine
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.cwesson.joplin-plugin-wavedrom/"
|
||
id="plugin-card-net.cwesson.joplin-plugin-wavedrom"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Wavedrom"
|
||
data-sort-updated="2024-07-09T01:38:23Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-cwesson-joplin-plugin-wavedrom">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.cwesson.joplin-plugin-wavedrom" class="plugin-title">
|
||
Wavedrom
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Render Wavedrom diagrams inside your Joplin notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.gavinr.JoplinBulletify/"
|
||
id="plugin-card-com.gavinr.JoplinBulletify"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Bulletify"
|
||
data-sort-updated="2024-03-13T13:07:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-gavinr-joplinbulletify">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.gavinr.JoplinBulletify" class="plugin-title">
|
||
Bulletify
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Add bullets to all newlines in a note. Joplin options 'Opt-in to editor beta' is required for this to work.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.leenzhu.revnav/"
|
||
id="plugin-card-com.leenzhu.revnav"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="RevNav"
|
||
data-sort-updated="2024-08-08T03:09:16Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-leenzhu-revnav">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.leenzhu.revnav" class="plugin-title">
|
||
RevNav
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Reveal current note in navigation
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.joplin_plugin.nlr/"
|
||
id="plugin-card-com.joplin_plugin.nlr"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="NLR"
|
||
data-sort-updated="2021-06-01T08:30:36Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-joplin_plugin-nlr">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.joplin_plugin.nlr" class="plugin-title">
|
||
NLR
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.badabing2005.ytlink/"
|
||
id="plugin-card-com.github.badabing2005.ytlink"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Insert YouTube Video"
|
||
data-sort-updated="2024-11-01T18:09:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-badabing2005-ytlink">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.badabing2005.ytlink" class="plugin-title">
|
||
Insert YouTube Video
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Given a youtube video id or url, it inserts at the cursor position a video link
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/app.nybble.joplin-plugin-wakatime/"
|
||
id="plugin-card-app.nybble.joplin-plugin-wakatime"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="WakaTime"
|
||
data-sort-updated="2022-11-24T07:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body app-nybble-joplin-plugin-wakatime">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-app.nybble.joplin-plugin-wakatime" class="plugin-title">
|
||
WakaTime
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A Joplin plugin for WakaTime
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cf.zuike.joplin.jTab/"
|
||
id="plugin-card-cf.zuike.joplin.jTab"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="jTab"
|
||
data-sort-updated="2023-05-23T11:36:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cf-zuike-joplin-jtab">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cf.zuike.joplin.jTab" class="plugin-title">
|
||
jTab
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
jTab
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.septemberhx.ReadCubePapers/"
|
||
id="plugin-card-com.septemberhx.ReadCubePapers"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="ReadCube Papers"
|
||
data-sort-updated="2022-08-12T14:35:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-septemberhx-readcubepapers">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.septemberhx.ReadCubePapers" class="plugin-title">
|
||
ReadCube Papers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Keep syncing with your ReadCube Papers library, help you create a note for one paper and render the paper note with a formatted paper information table, automatically generate markdown style reference, and allow you to insert your annotations into the note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.kylrth.JoplinAW/"
|
||
id="plugin-card-com.kylrth.JoplinAW"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="JoplinAW"
|
||
data-sort-updated="2023-12-27T21:09:37Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-kylrth-joplinaw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.kylrth.JoplinAW" class="plugin-title">
|
||
JoplinAW
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import your daily ActivityWatch logs in a readable format
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.simsapa/"
|
||
id="plugin-card-io.github.simsapa"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Simsapa"
|
||
data-sort-updated="2024-03-12T14:37:58Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-integrations.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-simsapa">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.simsapa" class="plugin-title">
|
||
Simsapa
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin for Simsapa Dhamma Reader. Open a sidebar or double-click to lookup Pāli words in the dictionary, or search in the suttas.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-viewer"
|
||
role="tabpanel"
|
||
data-tab-name="viewer"
|
||
aria-labelledby="nav-viewer-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Viewer</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/io.github.personalizedrefrigerator.note-viewer-settings/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.note-viewer-settings"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Extra Markdown viewer settings"
|
||
data-sort-updated="2024-09-20T21:09:25Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-extra-viewer-settings/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-note-viewer-settings">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.note-viewer-settings" class="plugin-title">
|
||
Extra Markdown viewer settings
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Pagination, font family and size customization for Joplin's Markdown viewer. Supports mobile and desktop. (Beta).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.notelistpreview/"
|
||
id="plugin-card-io.github.jackgruber.notelistpreview"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list (Preview)"
|
||
data-sort-updated="2024-06-09T09:38:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-notelistpreview/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-notelistpreview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.notelistpreview" class="plugin-title">
|
||
Note list (Preview)
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Displays a note preview in the note list
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.ToggleSidebars/"
|
||
id="plugin-card-org.joplinapp.plugins.ToggleSidebars"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list and sidebar toggle buttons"
|
||
data-sort-updated="2021-06-01T08:31:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-togglesidebars">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.ToggleSidebars" class="plugin-title">
|
||
Note list and sidebar toggle buttons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds buttons to toggle note list and sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.persistentLayout/"
|
||
id="plugin-card-joplin.plugin.benji.persistentLayout"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Persistent Editor Layout"
|
||
data-sort-updated="2021-09-26T21:02:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-persistentlayout">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.persistentLayout" class="plugin-title">
|
||
Persistent Editor Layout
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/ylc395.betterMarkdownViewer/"
|
||
id="plugin-card-ylc395.betterMarkdownViewer"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Cursor Sync"
|
||
data-sort-updated="2023-02-11T03:37:30Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body ylc395-bettermarkdownviewer">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-ylc395.betterMarkdownViewer" class="plugin-title">
|
||
Cursor Sync
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Keep Cursor Synced Between Editor and MD Viewer
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.pseudocode-support/"
|
||
id="plugin-card-org.yangby.joplin.plugins.pseudocode-support"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Pseudocode Support"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-viewer.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-pseudocode-support">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.pseudocode-support" class="plugin-title">
|
||
Pseudocode Support
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Typesets pseudocode beautifully in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-search"
|
||
role="tabpanel"
|
||
data-tab-name="search"
|
||
aria-labelledby="nav-search-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Search</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/joplin.plugin.note.tabs/"
|
||
id="plugin-card-joplin.plugin.note.tabs"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Tabs"
|
||
data-sort-updated="2021-08-10T18:32:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-note-tabs">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.note.tabs" class="plugin-title">
|
||
Note Tabs
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to open several notes at once in tabs and pin them.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.favorites/"
|
||
id="plugin-card-joplin.plugin.benji.favorites"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Favorites"
|
||
data-sort-updated="2023-11-19T22:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-favorites">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.favorites" class="plugin-title">
|
||
Favorites
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.tag-navigator/"
|
||
id="plugin-card-joplin.plugin.alondmnt.tag-navigator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline Tag Navigator"
|
||
data-sort-updated="2024-08-23T01:41:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-tag-navigator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.tag-navigator" class="plugin-title">
|
||
Inline Tag Navigator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-search-and-replace/"
|
||
id="plugin-card-joplin-plugin-search-and-replace"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Search & Replace"
|
||
data-sort-updated="2023-02-13T10:38:03Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-search-and-replace">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-search-and-replace" class="plugin-title">
|
||
Search & Replace
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds a search and replace panel to the Markdown editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/Jopline-Plugin-Chat-GPT-Search/"
|
||
id="plugin-card-Jopline-Plugin-Chat-GPT-Search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Chat GPT Search"
|
||
data-sort-updated="2024-09-14T19:39:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body jopline-plugin-chat-gpt-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-Jopline-Plugin-Chat-GPT-Search" class="plugin-title">
|
||
Chat GPT Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Search selected text on GPT-4o model.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.resource-search/"
|
||
id="plugin-card-net.rmusin.resource-search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Resource Search Plugin"
|
||
data-sort-updated="2023-02-26T11:37:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-resource-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.resource-search" class="plugin-title">
|
||
Resource Search Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Search in Attached Resources
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.history-panel/"
|
||
id="plugin-card-joplin.plugin.alondmnt.history-panel"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="History Panel"
|
||
data-sort-updated="2023-06-07T20:06:57Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-history-panel">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.history-panel" class="plugin-title">
|
||
History Panel
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin note browsing history
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.embedSearch/"
|
||
id="plugin-card-joplin.plugin.ambrt.embedSearch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Embed Search"
|
||
data-sort-updated="2021-08-31T16:02:31Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-embedsearch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.embedSearch" class="plugin-title">
|
||
Embed Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Embeds list of links specified by search inside of note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.isquaredsoftware.joplin-plugin-vscode-style-search/"
|
||
id="plugin-card-com.isquaredsoftware.joplin-plugin-vscode-style-search"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="VS-Code Style Note Search"
|
||
data-sort-updated="2024-10-23T11:42:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-isquaredsoftware-joplin-plugin-vscode-style-search">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.isquaredsoftware.joplin-plugin-vscode-style-search" class="plugin-title">
|
||
VS-Code Style Note Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Provides a search UI panel patterned after VS Code, with matches per note and per-match hit highlighting
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-plugin-debug-info/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin debug tool"
|
||
data-sort-updated="2024-06-06T17:38:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-plugin-debug-info">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-plugin-debug-info" class="plugin-title">
|
||
Joplin debug tool
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel with information about the current note and an advanced search tool.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.Plugin.ToGoogleSearch/"
|
||
id="plugin-card-com.Plugin.ToGoogleSearch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="To Google Search"
|
||
data-sort-updated="2023-07-30T08:38:33Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-plugin-togooglesearch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.Plugin.ToGoogleSearch" class="plugin-title">
|
||
To Google Search
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Selected Text to Web Google Search
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.jarvis/"
|
||
id="plugin-card-joplin.plugin.alondmnt.jarvis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jarvis"
|
||
data-sort-updated="2024-11-02T10:40:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-jarvis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.jarvis" class="plugin-title">
|
||
Jarvis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marcgreen.joplin-plugin-semantically-similar-notes/"
|
||
id="plugin-card-com.github.marcgreen.joplin-plugin-semantically-similar-notes"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Semantically Similar Notes"
|
||
data-sort-updated="2021-12-28T10:04:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marcgreen-joplin-plugin-semantically-similar-notes">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marcgreen.joplin-plugin-semantically-similar-notes" class="plugin-title">
|
||
Semantically Similar Notes
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Show user which notes are semantically similar to the one they are looking at
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.folder-id/"
|
||
id="plugin-card-cx.evermeet.tessus.folder-id"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Get Notebook ID"
|
||
data-sort-updated="2021-10-08T22:04:29Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-search.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-folder-id">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.folder-id" class="plugin-title">
|
||
Get Notebook ID
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Copy/Show the ID of a notebook. For developers. A regular user won't need this.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-tags"
|
||
role="tabpanel"
|
||
data-tab-name="tags"
|
||
aria-labelledby="nav-tags-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Tags</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.whatever.inline-tags/"
|
||
id="plugin-card-com.whatever.inline-tags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline tags"
|
||
data-sort-updated="2024-03-02T22:08:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-inline-tags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.inline-tags" class="plugin-title">
|
||
Inline tags
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Inline tags plugin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.tag-navigator/"
|
||
id="plugin-card-joplin.plugin.alondmnt.tag-navigator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline Tag Navigator"
|
||
data-sort-updated="2024-08-23T01:41:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-tag-navigator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.tag-navigator" class="plugin-title">
|
||
Inline Tag Navigator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.copytags/"
|
||
id="plugin-card-io.github.jackgruber.copytags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tagging"
|
||
data-sort-updated="2024-01-12T18:37:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-tagging/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-copytags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.copytags" class="plugin-title">
|
||
Tagging
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to extend the Joplin tagging menu with a copy all tags and a tagging dialog with more control. (Formerly Copy Tags).
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.nhobb.AdvancedJoplinTags/"
|
||
id="plugin-card-com.nhobb.AdvancedJoplinTags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Advanced Tagging Rules"
|
||
data-sort-updated="2024-03-10T08:11:00Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-nhobb-advancedjoplintags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.nhobb.AdvancedJoplinTags" class="plugin-title">
|
||
Advanced Tagging Rules
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allow tags to be subsets of other tags, write rules to move tagged notes to a folder
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.goToItem/"
|
||
id="plugin-card-joplin.plugin.ambrt.goToItem"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Create and go to #tags and @notebooks"
|
||
data-sort-updated="2021-06-01T08:30:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-gotoitem">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.goToItem" class="plugin-title">
|
||
Create and go to #tags and @notebooks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Go to tag,notebook or note via links or via text
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.quick.html.tags/"
|
||
id="plugin-card-joplin.plugin.quick.html.tags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick HTML tags"
|
||
data-sort-updated="2022-03-30T12:05:22Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-quick-html-tags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.quick.html.tags" class="plugin-title">
|
||
Quick HTML tags
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create quick HTML tags.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.xargs.JoplinPluginAutoTag/"
|
||
id="plugin-card-io.xargs.JoplinPluginAutoTag"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto Tag"
|
||
data-sort-updated="2022-01-08T07:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-xargs-joplinpluginautotag">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.xargs.JoplinPluginAutoTag" class="plugin-title">
|
||
Auto Tag
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Convert all octothorpe prefixed words into tags
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-tag-links/"
|
||
id="plugin-card-joplin-plugin-tag-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Tag Links"
|
||
data-sort-updated="2022-02-01T17:05:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-tag-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-tag-links" class="plugin-title">
|
||
Tag Links
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Insert the link of tags at the footer automatically
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.embeddedtags/"
|
||
id="plugin-card-joplin.plugin.embeddedtags"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="embedded tags"
|
||
data-sort-updated="2021-08-30T08:32:26Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-embeddedtags">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.embeddedtags" class="plugin-title">
|
||
embedded tags
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
embeded tags
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-editor"
|
||
role="tabpanel"
|
||
data-tab-name="editor"
|
||
aria-labelledby="nav-editor-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Editor</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.whatever.quick-links/"
|
||
id="plugin-card-com.whatever.quick-links"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Quick Links"
|
||
data-sort-updated="2024-03-21T22:38:51Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-whatever-quick-links">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.whatever.quick-links" class="plugin-title">
|
||
Quick Links
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create links to other notes
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.MathMode/"
|
||
id="plugin-card-plugin.calebjohn.MathMode"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Math Mode"
|
||
data-sort-updated="2024-09-28T17:09:39Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-math-mode/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-mathmode">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.MathMode" class="plugin-title">
|
||
Math Mode
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Turn your notes into a powerful calculator with inline math.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.js-draw/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.js-draw"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Freehand Drawing"
|
||
data-sort-updated="2024-10-13T19:39:47Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-js-draw">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.js-draw" class="plugin-title">
|
||
Freehand Drawing
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Create and edit drawings with js-draw.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.codemirror6-settings/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.codemirror6-settings"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Extra Markdown editor settings"
|
||
data-sort-updated="2024-09-28T08:09:51Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-extra-cm6-settings/HEAD/images/icon-256.autoinvert.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-codemirror6-settings">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.codemirror6-settings" class="plugin-title">
|
||
Extra Markdown editor settings
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Line numbers, code folding, space highlighting, word count, and other built-in options for the CodeMirror 6 editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.templates/"
|
||
id="plugin-card-joplin.plugin.templates"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Templates"
|
||
data-sort-updated="2023-05-27T22:37:15Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-templates">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.templates" class="plugin-title">
|
||
Templates
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin allows you to create and use templates in Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.todo/"
|
||
id="plugin-card-plugin.calebjohn.todo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline TODO"
|
||
data-sort-updated="2024-05-01T18:08:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-inline-todo/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-todo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.todo" class="plugin-title">
|
||
Inline TODO
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Write TODOs *everywhere* and view them in one place.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.github.marc0l92.joplin-plugin-drawio/"
|
||
id="plugin-card-com.github.marc0l92.joplin-plugin-drawio"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Draw.io"
|
||
data-sort-updated="2023-03-15T17:37:34Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-marc0l92-joplin-plugin-drawio">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.marc0l92.joplin-plugin-drawio" class="plugin-title">
|
||
Draw.io
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Draw.io (aka Diagram.net) integration for Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.ckant.joplin-plugin-better-code-blocks/"
|
||
id="plugin-card-com.ckant.joplin-plugin-better-code-blocks"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Better Code Blocks"
|
||
data-sort-updated="2023-09-11T06:38:24Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-developer-tools-2.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-ckant-joplin-plugin-better-code-blocks">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.ckant.joplin-plugin-better-code-blocks" class="plugin-title">
|
||
Better Code Blocks
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enhances code blocks with inline rendering, autocompletion, and more!
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/net.rmusin.joplin-table-formatter/"
|
||
id="plugin-card-net.rmusin.joplin-table-formatter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Table Formatter Plugin"
|
||
data-sort-updated="2021-08-20T21:03:06Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body net-rmusin-joplin-table-formatter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-net.rmusin.joplin-table-formatter" class="plugin-title">
|
||
Table Formatter Plugin
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Format the table under the cursor in Markdown editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/cx.evermeet.tessus.menu-shortcut-toolbar/"
|
||
id="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Menu items, Shortcuts, Toolbar icons"
|
||
data-sort-updated="2021-06-01T08:37:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body cx-evermeet-tessus-menu-shortcut-toolbar">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-cx.evermeet.tessus.menu-shortcut-toolbar" class="plugin-title">
|
||
Menu items, Shortcuts, Toolbar icons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-plugin-conflict-resolution/"
|
||
id="plugin-card-joplin-plugin-conflict-resolution"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Conflict Resolution"
|
||
data-sort-updated="2021-09-08T16:02:42Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-conflict-resolution">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-plugin-conflict-resolution" class="plugin-title">
|
||
Conflict Resolution
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A plugin that makes process of resolving conflicts easier.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.diff-view/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.diff-view"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Diff view"
|
||
data-sort-updated="2024-07-19T21:08:13Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-diff-tool/HEAD/images/icon-256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-diff-view">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.diff-view" class="plugin-title">
|
||
Diff view
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Shows differences between notes. This plugin can be used to resolve conflicts and compare related notes.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.joplinapp.plugins.ToggleSidebars/"
|
||
id="plugin-card-org.joplinapp.plugins.ToggleSidebars"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note list and sidebar toggle buttons"
|
||
data-sort-updated="2021-06-01T08:31:07Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-joplinapp-plugins-togglesidebars">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.joplinapp.plugins.ToggleSidebars" class="plugin-title">
|
||
Note list and sidebar toggle buttons
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds buttons to toggle note list and sidebar
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.asdibiase.joplin-languagetool/"
|
||
id="plugin-card-com.asdibiase.joplin-languagetool"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="LanguageTool integration"
|
||
data-sort-updated="2024-01-26T21:08:10Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-asdibiase-joplin-languagetool">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.asdibiase.joplin-languagetool" class="plugin-title">
|
||
LanguageTool integration
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Use LanguageTool for grammar and spell checking in Joplin
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.ambrt.fold-cm/"
|
||
id="plugin-card-joplin.plugin.ambrt.fold-cm"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Folding in Code Mirror Editor"
|
||
data-sort-updated="2021-09-08T14:32:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-ambrt-fold-cm">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.ambrt.fold-cm" class="plugin-title">
|
||
Folding in Code Mirror Editor
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Allows to fold parts of markdown text displayed in editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.space-indenter/"
|
||
id="plugin-card-joplin.plugin.space-indenter"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Space Indenter"
|
||
data-sort-updated="2024-04-29T12:08:39Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-space-indenter">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.space-indenter" class="plugin-title">
|
||
Space Indenter
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Indent paragraphs with spaces instead of tabs
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.drewmarshall.recipe-scaler/"
|
||
id="plugin-card-plugin.drewmarshall.recipe-scaler"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Recipe Scaler"
|
||
data-sort-updated="2024-09-09T18:39:07Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/drewmarsh/joplin-recipe-scaler/HEAD/icons/icon-256x256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-drewmarshall-recipe-scaler">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.drewmarshall.recipe-scaler" class="plugin-title">
|
||
Recipe Scaler
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scales recipes to desired serving counts and displays helpful information in beautiful info cards.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.shantanugoel.JoplinCMLineNumbersPlugin/"
|
||
id="plugin-card-com.shantanugoel.JoplinCMLineNumbersPlugin"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror Line Numbers"
|
||
data-sort-updated="2021-08-23T10:02:37Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-shantanugoel-joplincmlinenumbersplugin">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.shantanugoel.JoplinCMLineNumbersPlugin" class="plugin-title">
|
||
CodeMirror Line Numbers
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Enables line numbers for CodeMirror editor
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/org.yangby.joplin.plugins.enhanced-editing/"
|
||
id="plugin-card-org.yangby.joplin.plugins.enhanced-editing"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Enhanced Editing"
|
||
data-sort-updated="2022-11-05T23:07:20Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body org-yangby-joplin-plugins-enhanced-editing">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-org.yangby.joplin.plugins.enhanced-editing" class="plugin-title">
|
||
Enhanced Editing
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
An enhanced editing plugin for Joplin.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.font.size.shortcut/"
|
||
id="plugin-card-com.font.size.shortcut"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Font Size Shortcut"
|
||
data-sort-updated="2022-05-25T07:35:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-font-size-shortcut">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.font.size.shortcut" class="plugin-title">
|
||
Font Size Shortcut
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds shortcuts to increase/decrease font size
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.rich-markdown/"
|
||
id="plugin-card-plugin.calebjohn.rich-markdown"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Rich Markdown"
|
||
data-sort-updated="2024-11-02T20:40:20Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-rich-markdown/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-rich-markdown">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.rich-markdown" class="plugin-title">
|
||
Rich Markdown
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Helping you ditch the markdown viewer for good.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.cmoptions/"
|
||
id="plugin-card-joplin.plugin.cmoptions"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror Options"
|
||
data-sort-updated="2023-08-01T18:07:49Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-cmoptions">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.cmoptions" class="plugin-title">
|
||
CodeMirror Options
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds some CodeMirror options to Joplin&#39;s settings, such as line numbers and line wrapping.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.snippets-and-autocomplete/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="CodeMirror 6 snippets"
|
||
data-sort-updated="2024-04-29T05:38:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets/HEAD/icons/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-snippets-and-autocomplete">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.snippets-and-autocomplete" class="plugin-title">
|
||
CodeMirror 6 snippets
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Exposes CodeMirror 6's built-in support for autocompletion and snippets.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.personalizedrefrigerator.joplin-vimrc/"
|
||
id="plugin-card-io.github.personalizedrefrigerator.joplin-vimrc"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Custom CodeMirror .vimrc"
|
||
data-sort-updated="2024-01-11T14:07:53Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-personalizedrefrigerator-joplin-vimrc">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.personalizedrefrigerator.joplin-vimrc" class="plugin-title">
|
||
Custom CodeMirror .vimrc
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Configure CodeMirror‘s Vim emulation with a very-limited, vimrc-like file.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.rafjaf.toggle-editor/"
|
||
id="plugin-card-com.rafjaf.toggle-editor"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Toggle Editor Menu & Keyboard Shortcut"
|
||
data-sort-updated="2023-11-11T23:38:35Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-rafjaf-toggle-editor">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.rafjaf.toggle-editor" class="plugin-title">
|
||
Toggle Editor Menu & Keyboard Shortcut
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds to the View menu a command to toggle between WYSIWIG and Markdown editors, with a keyboard shortcut
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.sgitm.NotebooksNavigate/"
|
||
id="plugin-card-com.sgitm.NotebooksNavigate"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="NotebookNavigate"
|
||
data-sort-updated="2024-07-19T12:08:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-sgitm-notebooksnavigate">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.sgitm.NotebooksNavigate" class="plugin-title">
|
||
NotebookNavigate
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Notebook Navigate from Current opend Note
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.sticky-note/"
|
||
id="plugin-card-joplin.plugin.alondmnt.sticky-note"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Resume Note"
|
||
data-sort-updated="N/A"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-editor.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-sticky-note">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.sticky-note" class="plugin-title">
|
||
Resume Note
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Continue editing the last active note in each notebook, and go back to the last cursor position
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-files"
|
||
role="tabpanel"
|
||
data-tab-name="files"
|
||
aria-labelledby="nav-files-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Files</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/io.github.jackgruber.backup/"
|
||
id="plugin-card-io.github.jackgruber.backup"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backup"
|
||
data-sort-updated="2024-07-17T16:08:03Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-backup/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-backup">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.backup" class="plugin-title">
|
||
Backup
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Plugin to create manual and automatic backups.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.jackgruber.hotfolder/"
|
||
id="plugin-card-io.github.jackgruber.hotfolder"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Hotfolder"
|
||
data-sort-updated="2024-05-21T08:38:34Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/JackGruber/joplin-plugin-hotfolder/HEAD/img/icon_256.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body io-github-jackgruber-hotfolder">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.jackgruber.hotfolder" class="plugin-title">
|
||
Hotfolder
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Monitors a locale folder and import the files as a new note.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.github.makaanneo.Athena/"
|
||
id="plugin-card-io.github.makaanneo.Athena"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Athena"
|
||
data-sort-updated="2022-12-30T15:08:14Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-github-makaanneo-athena">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.github.makaanneo.Athena" class="plugin-title">
|
||
Athena
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/aa.asrient.backstage/"
|
||
id="plugin-card-aa.asrient.backstage"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Backstage"
|
||
data-sort-updated="2022-05-08T19:35:32Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body aa-asrient-backstage">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-aa.asrient.backstage" class="plugin-title">
|
||
Backstage
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Scan and import files directly from your phone
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.sagaii.export2git/"
|
||
id="plugin-card-io.sagaii.export2git"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Save Note as Markdown and Commit to Git"
|
||
data-sort-updated="2024-06-08T09:08:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-productivity.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-sagaii-export2git">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.sagaii.export2git" class="plugin-title">
|
||
Save Note as Markdown and Commit to Git
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Simple plugin to export your current note as an MD file to the directory and Commit to Git (modify at Save Note to MD (joshchavez.dev) )
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/de.habelt-jena.CalibreImport/"
|
||
id="plugin-card-de.habelt-jena.CalibreImport"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Calibre Import"
|
||
data-sort-updated="2024-01-03T08:38:01Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-files.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body de-habelt-jena-calibreimport">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-de.habelt-jena.CalibreImport" class="plugin-title">
|
||
Calibre Import
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="tab-pane"
|
||
id="nav-personal-knowledge-management"
|
||
role="tabpanel"
|
||
data-tab-name="personal-knowledge-management"
|
||
aria-labelledby="nav-personal-knowledge-management-tab"
|
||
tabindex='0'
|
||
>
|
||
<div class="plugin-section main-section">
|
||
<div class="highlighted-heading heading -with-sort-option">
|
||
<h3>Personal Knowledge Management</h3>
|
||
</div>
|
||
<div class="content">
|
||
<a
|
||
href="plugin/com.github.joplin.kanban/"
|
||
id="plugin-card-com.github.joplin.kanban"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Kanban"
|
||
data-sort-updated="2024-05-16T19:08:40Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-github-joplin-kanban">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.github.joplin.kanban" class="plugin-title">
|
||
Kanban
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Flexible kanban board plugin for all your tasks
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.benji.favorites/"
|
||
id="plugin-card-joplin.plugin.benji.favorites"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Favorites"
|
||
data-sort-updated="2023-11-19T22:08:18Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-benji-favorites">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.benji.favorites" class="plugin-title">
|
||
Favorites
|
||
</label>
|
||
|
||
<span
|
||
class="plugin-recommended-circle"
|
||
aria-label="Recommended"
|
||
|
||
data-bs-toggle="tooltip"
|
||
data-bs-title="Recommended: The Joplin team trusts the developer(s) of this plugin."
|
||
><i class="fas fa-crown"></i></span>
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/plugin.calebjohn.todo/"
|
||
id="plugin-card-plugin.calebjohn.todo"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline TODO"
|
||
data-sort-updated="2024-05-01T18:08:45Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/CalebJohn/joplin-inline-todo/HEAD/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body plugin-calebjohn-todo">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-plugin.calebjohn.todo" class="plugin-title">
|
||
Inline TODO
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Write TODOs *everywhere* and view them in one place.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.tag-navigator/"
|
||
id="plugin-card-joplin.plugin.alondmnt.tag-navigator"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Inline Tag Navigator"
|
||
data-sort-updated="2024-08-23T01:41:04Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-tags.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-tag-navigator">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.tag-navigator" class="plugin-title">
|
||
Inline Tag Navigator
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/rxliuli.joplin-batch/"
|
||
id="plugin-card-rxliuli.joplin-batch"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Joplin Batch"
|
||
data-sort-updated="2024-08-20T12:09:01Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/rxliuli/joplin-utils/HEAD/packages/joplin-batch/images/icon-128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body rxliuli-joplin-batch">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-rxliuli.joplin-batch" class="plugin-title">
|
||
Joplin Batch
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Handle some bulk operations that Joplin itself does not support and present them in a visual interface.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin-insert-date/"
|
||
id="plugin-card-joplin-insert-date"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Insert Date"
|
||
data-sort-updated="2021-06-01T08:30:47Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-insert-date">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin-insert-date" class="plugin-title">
|
||
Insert Date
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Adds a button to insert the current date (without time) into the editor.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/io.xargs.JoplinPluginAutoAlarm/"
|
||
id="plugin-card-io.xargs.JoplinPluginAutoAlarm"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Auto Alarm"
|
||
data-sort-updated="2023-01-14T17:07:25Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body io-xargs-joplinpluginautoalarm">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-io.xargs.JoplinPluginAutoAlarm" class="plugin-title">
|
||
Auto Alarm
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Natural language entry of alarm date/times
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/joplin.plugin.alondmnt.jarvis/"
|
||
id="plugin-card-joplin.plugin.alondmnt.jarvis"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Jarvis"
|
||
data-sort-updated="2024-11-02T10:40:11Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body joplin-plugin-alondmnt-jarvis">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-joplin.plugin.alondmnt.jarvis" class="plugin-title">
|
||
Jarvis
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/github.hegerdes.joplin_remote_note_pull/"
|
||
id="plugin-card-github.hegerdes.joplin_remote_note_pull"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Remote-Note-Pull"
|
||
data-sort-updated="2024-08-08T16:08:49Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/hegerdes/joplin-plugin-remote-note-pull/HEAD/docs/images/thumpnail.png" class="card-img-top promo-tile -fill-icon-area" alt=""/>
|
||
<div class="card-body github-hegerdes-joplin_remote_note_pull">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-github.hegerdes.joplin_remote_note_pull" class="plugin-title">
|
||
Remote-Note-Pull
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
This plugin will periodically pull public available markdown documents into your notebook and keeps them up to date
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.cuibonobo.NoteRename/"
|
||
id="plugin-card-com.cuibonobo.NoteRename"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="Note Rename"
|
||
data-sort-updated="2023-01-30T15:10:17Z"
|
||
>
|
||
<img src="/plugins/default-plugin-icons/category-personal-knowledge-management.svg" class="card-img-top promo-tile -auto-invert -fill-icon-area" alt=""/>
|
||
<div class="card-body com-cuibonobo-noterename">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.cuibonobo.NoteRename" class="plugin-title">
|
||
Note Rename
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A utility for changing the titles of many notes at once via prefixes, suffixes, or search and replace.
|
||
</p>
|
||
</div>
|
||
</a> <a
|
||
href="plugin/com.supremekirb.TodoView/"
|
||
id="plugin-card-com.supremekirb.TodoView"
|
||
class="col-md-12 gx-3 mb-3 card plugin-link-card"
|
||
|
||
data-sort-title="To-do View"
|
||
data-sort-updated="2024-10-31T10:09:29Z"
|
||
>
|
||
<img src="https://raw.githubusercontent.com/supremekirb/joplin-todo-view/HEAD/assets/icons/128.png" class="card-img-top promo-tile -auto-invert -shrink -dark-mode-shadow" alt=""/>
|
||
<div class="card-body com-supremekirb-todoview">
|
||
<div class="plugin-header text-wrap">
|
||
<label for="plugin-card-com.supremekirb.TodoView" class="plugin-title">
|
||
To-do View
|
||
</label>
|
||
|
||
</div>
|
||
|
||
<p class="plugin-description">
|
||
A panel to make the to-do-viewing experience slightly nicer.
|
||
</p>
|
||
</div>
|
||
</a> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer class="page-footer">
|
||
<div class="plugin-documentation-section">
|
||
<div class="heading">
|
||
Would you like to submit or develop a plugin? Consult our documentation:
|
||
</div>
|
||
<a class="btn btn-outline-primary" href="https://joplinapp.org/help/api/get_started/plugins">
|
||
See documentation
|
||
</a>
|
||
</div>
|
||
|
||
<div class="links legal-and-about-links">
|
||
<div class="copyright">© Joplin 2023 - 2024</div>
|
||
<a class="link terms-and-conditions" href="/plugins/terms-and-conditions.html">Terms and conditions</a>
|
||
<a class="link privacy" href="/plugins/privacy-policy.html">Privacy policy</a>
|
||
</div>
|
||
|
||
|
||
<div class="site-links">
|
||
<a
|
||
class="a-github"
|
||
href="https://github.com/joplin/website-plugin-discovery"
|
||
aria-label="GitHub"
|
||
title="GitHub"
|
||
>
|
||
<i class="fab fa-github"></i>
|
||
</a>
|
||
<a
|
||
class="a-discord"
|
||
href="https://discord.com/invite/VSj7AFHvpq"
|
||
aria-label="Discord"
|
||
title="Discord"
|
||
>
|
||
<i class="fab fa-discord"></i>
|
||
</a>
|
||
<a
|
||
class="a-linkedin"
|
||
href="https://www.linkedin.com/company/joplin"
|
||
aria-label="LinkedIn"
|
||
title="LinkedIn"
|
||
>
|
||
<i class="fab fa-linkedin"></i>
|
||
</a>
|
||
<a
|
||
class="a-twitter"
|
||
href="https://twitter.com/joplinapp"
|
||
aria-label="Twitter"
|
||
title="Twitter"
|
||
>
|
||
<i class="fab fa-twitter"></i>
|
||
</a>
|
||
<a
|
||
class="a-mastodon"
|
||
href="https://mastodon.social/@joplinapp"
|
||
aria-label="Mastodon"
|
||
title="Mastodon"
|
||
>
|
||
<i class="fab fa-mastodon"></i>
|
||
</a>
|
||
<a
|
||
class="a-patreon"
|
||
href="https://www.patreon.com/joplin"
|
||
aria-label="Patreon"
|
||
title="Patreon"
|
||
>
|
||
<i class="fab fa-patreon"></i>
|
||
</a>
|
||
</div>
|
||
</footer>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
|
||
</body>
|
||
|
||
</html>
|