All Projects → kot-behemoth → Awesome Joplin

kot-behemoth / Awesome Joplin

📒 A curated list of awesome Joplin themes and tools.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Joplin

Deep Reinforcement Learning Notes
Deep Reinforcement Learning Notes
Stars: ✭ 101 (-9.01%)
Mutual labels:  notes
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (-5.41%)
Mutual labels:  themes
Papers Notebook
📄 🇨🇳 📃 论文阅读笔记(分布式系统、虚拟化、机器学习)Papers Notebook (Distributed System, Virtualization, Machine Learning), created by @gaocegege
Stars: ✭ 1,678 (+1411.71%)
Mutual labels:  notes
Dotfiles
My dotfiles and themes.
Stars: ✭ 101 (-9.01%)
Mutual labels:  themes
Tomboy
This is the active development for Tomboy. Tomboy is still merged to git.gnome.org
Stars: ✭ 103 (-7.21%)
Mutual labels:  notes
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-4.5%)
Mutual labels:  notes
Imgnotes
Extension of the jQuery imgViewer plugin to add markers and notes to the image
Stars: ✭ 98 (-11.71%)
Mutual labels:  notes
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+1273.87%)
Mutual labels:  themes
Clean Code Notes
My notes of Clean Code book
Stars: ✭ 104 (-6.31%)
Mutual labels:  notes
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+1263.96%)
Mutual labels:  themes
Minimal Notes
Minimal Notes web app build with Vue.js
Stars: ✭ 102 (-8.11%)
Mutual labels:  notes
Kotlin Architecture Components Notes Demo
Example of Android Architecture Components which implements MVVM Pattern and written in Kotlin
Stars: ✭ 103 (-7.21%)
Mutual labels:  notes
Learningnotes
个人综合学习笔记, 主要为 Android , 其他还有 Java、Kotlin、IOS、Go、Web 等内容
Stars: ✭ 106 (-4.5%)
Mutual labels:  notes
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (-9.01%)
Mutual labels:  themes
What I Have Read
Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers
Stars: ✭ 110 (-0.9%)
Mutual labels:  notes
Basetheme
Themes for base plotting system in R
Stars: ✭ 99 (-10.81%)
Mutual labels:  themes
Mikidown
A note taking application, featuring markdown syntax.
Stars: ✭ 105 (-5.41%)
Mutual labels:  notes
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (-1.8%)
Mutual labels:  themes
Wujunchuan.github.io
John Trump's personal blog in issues
Stars: ✭ 110 (-0.9%)
Mutual labels:  notes
Spring Analysis
Spring源码阅读
Stars: ✭ 11,249 (+10034.23%)
Mutual labels:  notes

Awesome Joplin Awesome

A curated list of all things Joplin

Contents

Themes (userstyle.css and userchrome.css)

Tools

All of these are mostly sourced from the #apps topic on the official Joplin forum.

  • Web Clipper. A browser extension that allows you to save web pages and screenshots from your browser. To start using it, open the Joplin desktop application, go to the Web Clipper Options and follow the instructions.joplin-dashboard

  • File Uploader and OCR (a.k.a. REST Uploader), [discussion]. Command line companion application to supplement Joplin. The app monitors a directory you specify; when new files are created in the directory, it automatically uploads the file as text or an attachment (depending on file type) to a new note in Joplin. The app performs OCR on images and PDFs, and the text is dropped into the note as a comment. An image preview is also created for PDFs.

  • Python Joplin API. The API of Joplin Editor in Python 3.6+.

  • Replace Evernote links in Joplin. A script which uses the Joplin API to globally search-and-replace Evernote links within notes with native Joplin links.

  • Send email from Outlook to Joplin. A VBA script (Visual Basic for Application) to send the subject of selected emails from Outook to Joplin Desktop.

  • Ghoplin. A tool for downloading posts from Ghost blogs into Joplin.

  • notestation-to-joplin, [discussion]. A Python script that extracts notes (including attachments) from Synology’s Note Station and imports them into the Joplin app.

  • joplin-mail-gateway. This tool provides a solution for emailing content directly into your Joplin notes.

    You may send or forward an email to a dedicated email address. This email is than automatically delivered to your personal Joplin notes. Attachments (PDFs, Images, ...) will automatically be included in the note. In addition text is automatically scanned from images via OCR. This extracted text is added at the bottom of the note so that it is easily searchable in Joplin.

  • joplin-bulker, [discussion]. Python script to bulk remove tags from Joplin files.

  • Dashboard home page from Joplin.

  • Yeoboseyo, [discussion]. "The bus for your internet services." A companion for Joplin which allows creating notes from RSS Feeds, plus others possibilities, like publishing the same RSS Feeds on another service, like Mastodon.

  • Web Clipper for Safari, [discussion]. [Beta] Safari Web Clipper. It does the basics: Clipping pages (complete and simplified); clipping URLs and selections; tagging; selecting folders; changing the title; checking on server status and disabling the controls if Joplin isn’t running. It’s based on the Web Clipper for Chrome and Firefox provided with Joplin, with Javascript modifications to support Safari App Extensions and, of course, a native-based UI. Some things are not implemented (complete HTML clipping and screenshot capture), but the basics are there.

    One item to note: It does operate differently than the Chrome/Firefox Extension, in that the “Clip” buttons operate immediately. There is no “Confirm” step after selecting your Clip option.

Plugins

Official Joplin Plugin Repository

Since roughly January 2021 there exists an official Joplin Plugin Repository, and Joplin app has a simple way of discovering and installing available plugins. To install any of these plugins, open the desktop application, then go to the "Plugins" section in the Configuration screen. You can then search for any plugin and install it from there.

Old-style plugins

This is a list of plugins that were created before the official plugin repository existed. Here are a few interesting ones:

  • Make all possible links [Experimental] Goes through the current note looking for words (or groups of words) matching another note's title. When found, makes them into links to the corresponding notes.
  • Link to note [Experimental] Checks if the selected text matches an existing note's title. If such a note exists, makes a link to it. If it doesn't, creates it.
  • Automate notes with JS [Experimental] Execute blocks of Javascript in the note, writing the results below.
  • Note tabs [Experimental] Display the selected note in a tab panel and allows to pin/unpin notes as tabs.
  • Create note from highlighted text, explanation [Experimental] Turns text or block of text into new note under active folder.
  • Statusbar [Experimental] Very simple plugin that adds a view to use as a statusbar. For now it only displays the last sync time.

Tutorials

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Greg Goltsov has waived all copyright and related or neighboring rights to this work.

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