William Melody

Results 106 comments of William Melody

You should be able to start a new bash shell by just running the command: `bash`

`nb browse` depends on [`ncat`](https://nmap.org/ncat/), which is available as part of the `ncat` or `nmap` package in most package managers, and [`pandoc`](https://pandoc.org/), so make sure both `ncat` and `pandoc` are...

@cainwatson Thanks for the heads up. I'll take a look.

@k2s Not currently. That functionality should materialize with updates to the backlinking.

Interesting. Yes, that should work. The [`todo`](https://github.com/xwmx/nb#todo) subcommand uses that approach with `sed` ([[1]](https://github.com/xwmx/nb/blob/6.7.4/nb#L22489) [[2]](https://github.com/xwmx/nb/blob/6.7.4/nb#L22492)). I'll keep this in mind when improving the todo listing options and output.

@kavir1698 Thanks for the kind words! There isn't a way to list orphan notes yet. This seems like it will be dependent on updated backlinking functionality, so I'll keep it...

You might need to configure it with the ssh-agent. More info: - https://github.com/xwmx/nb#private-repositories-and-git-credentials - https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent Let me know if that resolves it.

It’s pretty easy to add support for command line tools in this area, and there are certainly a lot of ways this could be explored in `nb`. To start, I...

`nb` now includes support for linking with [[wiki-style links]] and browsing using the terminal or GUI web browser in the latest versions of the git repository. More information: [Linking](https://github.com/xwmx/nb#-linking) and...

@hellquist Thanks for the heads up. It’s not just you. The `backlink` plugin predates the full linking and folder features, and it’s limited to the functionality provided by the underlying...