New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-blog

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-blog

## Scenario

  • 0.3.0
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-72%
Maintainers
1
Weekly downloads
 
Created
Source

joplin-blog

Scenario

Are you as annoyed as I am about the hassle of maintaining notes and blogs in sync at the same time? If you use joplin as a note taking tool and hexo as a blog generator, you can choose this tool to connect them.

Use

Way 1

  1. add the configuration file .joplin-blog.json (refer to configuration for details)
  2. export notes as a blog using the command npx joplin-blog

Way 2

  1. navigate to the hexo blog directory at the command line
  2. add dependency yarn add -D joplin-blog 3. add configuration file .joplin-blog
  3. add a configuration file .joplin-blog.json (refer to configuration for details)
  4. add an npm script file "imp": "joplin-blog" 5.
  5. Run the command yarn imp 6.
  6. You can see that the source/_posts directory already contains all the exported notes

Example

Configuration

public

configurationtypedescription
typehexo/vuepresstype of integrated blog
rootPathstringhexo/vuepress directory, which should normally be .
joplinProfilePathstringjoplin personal folder
tokenstringjoplin web clipper's token
portnumberthe port of the joplin web clipper, usually 41184
tagstringjoplin's blog tag

hexo

configurationtypedescription
stickyTopIdListstring[]topped notes id (only works under fluid topics)

I've shared over 170 notes with this tool, blog address (Chinese)

FAQ

What does token/port refer to and where can I find it?

You can usually see it in Tools > Options > Web Clipper

joplin web clipper

Where is the joplin personal folder?

Generally speaking, if you are using a portable program, it should be in the program directory . /JoplinProfile directory, where you should see the resources,templates,tmp directories.

joplinProfilePath

FAQs

Package last updated on 16 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc