Chip Allen

Results 4 issues of Chip Allen

## Issue Type (Leave One) Bug ## Version affected 1.17.1 ## Summary When a password contains a '*' (star) character the error 'Authentication required.' is returned. It appears like the...

uat

Should this second if line be `if (result.rightContent)`? ``` if (result.leftContent) { diffCount += result.leftContent.lineDiffs.filter(diff => diff.isDiff).length; } if (result.leftContent) { diffCount += result.rightContent.lineDiffs.filter(diff => diff.isDiff).length; } ``` https://github.com/ABenassi87/ngx-text-diff/blob/34fa1d9a3aac9a1268f9041fde40871a34cadc52/projects/ngx-text-diff/src/lib/ngx-text-diff.service.ts#L182

bug

### Feature Area Documentation ### Is your feature request related to a an existing bug? Please link it here. NA ### Describe the solution you'd like I watched the deep...

feature-request

Can you make it work for the bookmarks tab now too? This tab used to be the starred tab but recent obsidian changed it to bookmarks. The same file has...