William Melody

Results 153 comments of William Melody

@ohyhyb Thanks for letting me know. It's working in my testing and I haven't been able to reproduce the issue yet, so there might be something about your environment that...

Thanks! I'll check it out. Parameter expansion is usually faster since it doesn't create a subshell and call `sed`. I've had to replace `printf` and `sed` with bash-specific solutions in...

There currently isn't a preferred way to approach this in `nb`. There is support for backlinks using [backlink.nb-plugin](https://github.com/xwmx/nb/blob/master/plugins/backlink.nb-plugin) and [note-link-janitor](https://github.com/andymatuschak/note-link-janitor). This is something I'd like to explore more.

@tstout Glad you like it, and thanks for letting me know! šŸ˜„

Good to hear! I’m really enjoying `nb`, too. 😁

Just want to say I’m thinking about this and am still searching for a clear vision about how to implement it cleanly. I have some vague ideas about how to...

@kyphae Glad you like it, and thanks for the suggestion! I’m doing some experiments locally and I think I’m zeroing in on an implementation.

Multiple notebooks can now be synced with a single remote using orphan branches. `nb remote set` now includes additional prompts enabling the user to create a new orphan branch when...

@yumiris Thanks for the kind words, and thank you so much for figuring out the solution and providing the exact commands. All of the cloning, fetching, and branch handling has...

@yumiris Awesome. I really appreciate your help and the detailed information. I was able to take those operations, [turn them directly into a couple of test cases](https://github.com/xwmx/nb/commit/71232b435a268c41b4c5fa2c4a325c991d8b639b#diff-6049306ed4c7206f71be5d2fe7830a519f262900e199946d6735214924e73d8b), and identify and...