A script meant to aid in the transfer of entries from Joplin to Notion.
Go to file
Ian Cooperman b7b62b4ac8 Created rough draft of readme 2022-08-01 14:42:37 -07:00
.gitignore Dependencies added and tested 2022-07-29 11:34:23 -07:00
LICENSE.md Initial commit 2022-07-29 10:50:42 -07:00
README.md Created rough draft of readme 2022-08-01 14:42:37 -07:00
index.js Dependencies added and tested 2022-07-29 11:34:23 -07:00
package-lock.json Dependencies added and tested 2022-07-29 11:34:23 -07:00
package.json Dependencies added and tested 2022-07-29 11:34:23 -07:00

joplin2notion

A script meant to aid in the transfer of entries from Joplin to Notion

Contributors Forks Stargazers Issues MIT License LinkedIn

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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/)

(back to top)

Built With

(back to top)

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

  1. 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
  2. Clone the repo
    git clone https://github.com/iancooperman/joplin2notion.git
    
  3. Install NPM packages
    npm install
    
  4. Enter your keys into a file called .env
    NOTION_TOKEN="secret_ABCDEFGHIJKLMNOPQRSTUVWXYZ123456"
    JOPLIN_CLIPPER_PORT=41184
    JOPLIN_AUTHORIZATION_TOKEN="e39c0d1dc22ff649a545cfe65b6f0b75cdeeeb0b5f923492b5bea4f390f40e9155efc34981843d156cf9c2489783fc6dc1515538e63cfb39d59f7946093f6ca2"
    

(back to top)

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.

(back to top)

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.

(back to top)

Contact

Ian Cooperman - @IanPLCooperman - ian.pl.cooperman@gmail.com

Project Link: https://github.com/iancooperman/joplin2notion

(back to top)

Acknowledgments

(back to top)