https://github.com/andyw8/pinboard_logseq
Migrate bookmarks from Pinboard to Logseq
https://github.com/andyw8/pinboard_logseq
logseq pinboard ruby
Last synced: about 1 month ago
JSON representation
Migrate bookmarks from Pinboard to Logseq
- Host: GitHub
- URL: https://github.com/andyw8/pinboard_logseq
- Owner: andyw8
- License: mit
- Created: 2022-12-20T00:21:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T15:52:57.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:51:12.678Z (about 2 months ago)
- Topics: logseq, pinboard, ruby
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pinboard_logseq
This gem consumes a JSON export from Pinboard, and generates a set of Markdown pages suitable for Logseq.
It generates separate pages corresponding to each month in your Pinboard data. The files are saved to the `output/` directory.
Each Pinboard tag is converted to a Logseq `[[reference]]`, and is linked to the corresponding date page, e.g. `[[Dec 1st, 2022]]`.
Once generated, you can import the files into Logseq by copying or moving them into your Logseq graph's `pages/` directory.
If you have a large number of bookmarks, you may want to do this in stages, since it can cause Logseq to become
unresponsive.## Installation
Install the gem by executing:
$ gem install pinboard_logseq
## Usage
Pass the path to your JSON export as `IMPORT_FILE`, e.g.
```
IMPORT_FILE="/Users/me/Desktop/pinboard_export.2022.12.18_23.19.json" pinboard_logseq
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/andyw8/pinboard_logseq.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).