https://github.com/chmac/joplin2dendron
Helper to process imported Joplin notes in Dendron.
https://github.com/chmac/joplin2dendron
dendron joplin
Last synced: 26 days ago
JSON representation
Helper to process imported Joplin notes in Dendron.
- Host: GitHub
- URL: https://github.com/chmac/joplin2dendron
- Owner: chmac
- License: agpl-3.0
- Created: 2022-01-18T13:07:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T14:06:42.000Z (about 3 years ago)
- Last Synced: 2025-02-28T19:20:40.309Z (about 1 month ago)
- Topics: dendron, joplin
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dendron - `joplin2dendron` - Helper script to copy the correct dates from **Joplin** files into Dendron when migrating. (Dendron Enhancers / Migration tools)
- awesome-dendron-poc - `joplin2dendron` - Helper script to copy the correct dates from Joplin files into Dendron when migrating. (Dendron Enhancers / Other)
README
# joplin2dendron
NOTE: This is **FYI-open-source code**. It's shared for your information, feel
free to use / fork / update it to your heart's content. But **do not expect free
support, bug fixes, or otherwise**.## Usage
Helper to process imported Joplin notes in Dendron.
- Export all your Joplin notes like File > Export All > Markdown + Front Matter
- Import these notes into Dendron
- As at 18 Jan 2022 you need to build Dendron from source on the
`chore/import-frontmatter-on-markdown-import` branch. That should not be
necessary after the pull request is merged and released.
- Edit your `config.import.yml` file and add the snippet below.
- Clone this repo, run `yarn` to install dependencies, `yarn build` to build
- Run `node dist/index.js --dry-run --data-path ~/path/to/dendron/vault`
- Be sure to commit your files before running this
- Remove the `--dry-run` to have the script commit changes
- Inspect the changes made and commit / revert appropriately```yaml
importFrontmatter: true
frontmatterMapping:
updated: joplin_updated
created: joplin_created
```