William Melody

Results 149 comments of William Melody

@murchandamus As of version 7.11.0, `todos` can be filtered by tag using either `nb todos \#example-tag` or `nb todos --tags example-tag`. With `tasks`, all tasks within items matching the tag...

Hi @breneser, looks interesting. It should be possible to extract titles using the same approach as markdown front matter titles in [`_get_content()`](https://github.com/xwmx/nb/blob/bf81695b993a570d2bcbcefcdf798ed5106db349/nb#L1844). It looks like there isn't yet an easy...

@realshovanshah Thanks for the information. This should be resolved in `nb` version 7.7.0. Please let me know if you still encounter any issues with this after upgrading.

Thanks for the additional information. The brackets are being interpreted as part of a regular expression pattern when passed to `sed` and maybe other tools and, therefore, need to be...

Thanks for the info. I’ll have to investigate this more. I’m still trying to get `includeIf` to work consistently in tests. The default directory for `nb` is `~/.nb` (with a...

@kiil Thanks for the recommendation! That sounds like a good idea. I'll look into it.

Hi @axelav, thanks for the report. Can you share the output of the following command? ```bash uname -a; bash --version; grep --version; rg --version ```

Hi @axelav, so far I've been unable to reproduce the issue. I don't have an M1 mac, so that might be a factor. The Bash version being used is 3.2...

Another update: I had someone try it on Apple Silicon with Bash 3.2 and none of the recommended dependencies, and it worked normally for the couple bookmarks they tried. I...

@axelav Let me know if you find out anything. I'll keep thinking about this.