kemayo / obsidian-smart-links

MIT License
27 stars 4 forks source link

Blind-spots that seem to be ignored and not converted to a link #5

Open nima opened 1 year ago

nima commented 1 year ago

When a matching pattern appears in certain places, it is not converted into a link. In the following non-exhaustive list, I have a few examples of what is converted and what is ignored; assume that the matching pattern is start:(\w+):end

*this bold text will have the matching token start:XYZ:end ignored
- here, start:ABC:end will be converted
- [ ] here, start:DEF:end will NOT be converted