saqimtiaz / streams

TiddlyWiki plugin for rapid data entry with a keyboard driven workflow. Divide content into smaller tiddlers as you write.
BSD 3-Clause "New" or "Revised" License
58 stars 6 forks source link

Skip parsing `text` field when generating breadcrumb segments for image- and binary-typed tiddlers #14

Closed zhangxiubo closed 3 years ago

zhangxiubo commented 3 years ago

Fixes #13.

saqimtiaz commented 3 years ago

@zhangxiubo thank you for the bug report and PR. I think we can simplify the filter to use just !is[binary] as this filter step will also include images, they are treated as binary file types. If you amend the PR I will be happy to merge it.

saqimtiaz commented 3 years ago

@zhangxiubo thank you. A new release (0.2.16) is live at https://saqimtiaz.github.io/streams/

zhangxiubo commented 3 years ago

@saqimtiaz The pleasure is mine! streams is such a wonderful plugin!