https://github.com/fynnfluegge/rocketnotes.nvim
https://github.com/fynnfluegge/rocketnotes.nvim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fynnfluegge/rocketnotes.nvim
- Owner: fynnfluegge
- License: mit
- Created: 2024-10-27T09:36:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T11:24:29.000Z (6 months ago)
- Last Synced: 2025-06-27T07:09:36.682Z (4 months ago)
- Language: Lua
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocketnotes.nvim
[](https://github.com/fynnfluegge/rocketnotes.nvim/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)#### Neovim plugin for [rocketnotes](https://www.takeniftynotes.net/). Synchronize all documents locally inside Neovim with ease.
## 📦 Installation
```lua
{
"fynnfluegge/rocketnotes.nvim",
dependencies = {
"OXY2DEV/markview.nvim",
},
}```
## 🚀 Usage
- `:RockentNotesAuth`
- Enter config token. Can be found in User info as `Vim Config Token`:
![]()
- Enter username
- Enter password
- Stores authentication data under `~/Library/Application Support/rocketnotes/tokens.json`
- `:RockentNotesSync`
- Synchronizes all documents to `~/.rocketnotes`
- Stores cache files for all subsequent synchronizations under `~/Library/Application Support/rocketnotes`> [!TIP]
> Establish git in `~/.rocketnotes` to enable backup and versioning with `cd ~/.rocketnotes && git init --initial-branch=main`## Limitations
- [ ] Newly created documents locally are not synched. New documents must be added via webapp.
- [ ] Remotely renamed or restructured documents are synched, but old documents remain locally and must be deleted manually.
- [ ] Conflicts are not merged but needs to be resolved manually. Both conflicting files are kept for this.