Skip to content

Roamify your markdown files before importing them into Roam

License

Notifications You must be signed in to change notification settings

Bardia95/brain-dump

Repository files navigation

brain-dump

A Clojure library designed to help move your notes to Roam Research.

brain-dump will extract all your page titles and linked references and automatically link the notes you want to move to Roam

Usage

  1. git clone https://github.com/Bardia95/brain-dump.git

  2. cd brain-dump

  3. Export your Roam database to JSON like so:

Export All Demo

  1. Save/move the JSON to the brain-dump root project directory.

  2. Put in any files you want to convert into the input-notes directory.

  3. Run this in your terminal:

lein run "YOUR_ROAM_DIRECTORY.json"

Make sure to replace "YOUR_ROAM_DIRECTORY.json" with the name of your roam directory file.

The updated files will be inside the roamified-notes directory.

  1. Import your new Roamified notes to Roam like so:

Import Files Demo

Dependencies

java jvm clojure leiningen

License

Copyright © 2020 The Periculum Erudition Corporation

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.

About

Roamify your markdown files before importing them into Roam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published