|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| index.js | ||
| joplin.js | ||
| joplinToNotionFormatting.js | ||
| package-lock.json | ||
| package.json | ||
joplin2notion
A script meant to aid in the transfer of entries from Joplin to Notion
joplin2notion
A script meant to aid in the transfer of entries from Joplin to Notion
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: iancooperman, joplin2notion, @IanPLCooperman, ian-pl-cooperman, gmail, ian.pl.cooperman, joplin2notion, A script meant to aid in the transfer of entries from [Joplin](https://joplinapp.org/) to [Notion](https://www.notion.so/)
Built With
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Installation
- Create a Notion integration and copy the internal integration token by following the steps here: https://www.notion.so/help/add-and-manage-integrations-with-the-api
- Clone the repo
git clone https://github.com/iancooperman/joplin2notion.git - Install NPM packages
npm install - Enter your keys into a file called
.envNOTION_TOKEN="secret_ABCDEFGHIJKLMNOPQRSTUVWXYZ123456" JOPLIN_CLIPPER_PORT=41184 JOPLIN_AUTHORIZATION_TOKEN="e39c0d1dc22ff649a545cfe65b6f0b75cdeeeb0b5f923492b5bea4f390f40e9155efc34981843d156cf9c2489783fc6dc1515538e63cfb39d59f7946093f6ca2"
Usage
In a terminal, enter the following:
ps
node index.js [joplin-notebook-id] [notion-database-id]
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
Contributing
This code was written solely for my own purposes. I have no intention to maintain this repo after my own usage is done. I just thought that others might be able to benefit from my work here.
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
Ian Cooperman - @IanPLCooperman - ian.pl.cooperman@gmail.com
Project Link: https://github.com/iancooperman/joplin2notion
