Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonhughxyz/neorg-bookmark
A bookmark manager the neorg way
https://github.com/simonhughxyz/neorg-bookmark
Last synced: 3 months ago
JSON representation
A bookmark manager the neorg way
- Host: GitHub
- URL: https://github.com/simonhughxyz/neorg-bookmark
- Owner: simonhughxyz
- License: mit
- Created: 2022-09-27T18:14:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T22:47:47.000Z (about 2 years ago)
- Last Synced: 2024-04-04T12:33:19.569Z (7 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neorg - Neorg Bookmarks - A bookmark manager the neorg way. (Neorg Modules)
README
# Neorg Bookmark Manager
**This project is not complete, not even started, I'm only capturing some ideas for reference and to allow other people to give ideas**This module for [Neorg](https://github.com/nvim-neorg/neorg) is to make your bookmarking life easier, the [Neorg](https://github.com/nvim-neorg/neorg) way.
## Features
**Still a work in progress, these are only planned features**### Create bookmarks with tags
Bookmarks are simple [Neorg](https://github.com/nvim-neorg/neorg) links using contexts as tags.
```
#contexts tags, tags and more tags
{url}[linktext]
```### Compile bookmarks
Compile bookmarks into a bookmark.norg file for easy reference and search ability using telescope and other programs apart from neovim such as fzf or dmenu, I plan on writing a qutebrowser user script ;)
`:Neorg bookmark compile`### Similar interface to Neorg gtd
To be consistent and probably so I can copy a bunch of code :p it will probably be similar in design to Neorg gtd `: Neorg bookmark capture|edit|views`### Search bookmarks using telescope
Probably using the [Telescope](https://github.com/nvim-telescope/telescope.nvim) module find bookmarks both locally and using the compiled bookmark file, I want to be able to search by tags as well.