Skip to content

Commit

Permalink
Roam Importer (#85)
Browse files Browse the repository at this point in the history
Add support for importing JSON exports from Roam.

---------

Co-authored-by: Matt Vogel <mainmoniker@googlemail.com>
  • Loading branch information
tgrosinger and 8bitgentleman authored Sep 5, 2023
1 parent ae0ca78 commit de02fb7
Show file tree
Hide file tree
Showing 9 changed files with 2,828 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@typescript-eslint/prefer-as-const": 0,
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/ban-types": 0
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/member-delimiter-style": "error"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ You can help! See our [Contribution guidelines](/CONTRIBUTING.md).
- [x] Notion, `.zip` of HTML files
- [x] Bear `.bear2bk`
- [x] Google Keep
- [x] Roam Research
- [ ] Apple Notes
- [ ] Microsoft OneNote
- [ ] Roam Research
- [ ] Other Markdown flavors

## Usage
Expand Down
Loading

0 comments on commit de02fb7

Please sign in to comment.