dashing
dashing copied to clipboard
Advanced Selector Problem on matchpath selection
Hello, I have a small problem that drives me crazy. I'm making a docset that contains several html files in different subfolders. I want to use the selector to catch the H2 tags contained in sepecific html files (service-summary.html) in order to create the Services part in the docset.. According to the documentation this should work :
"H2": { "type":"Service", "regexp": "Service ", "replacement": "", "matchpath": ".*/service-summary\.html" } Dashing parse correctly the service-summary.html files but also all the others html files. Is it the standard behaviour, or did I miss something in the matchpath regexp.
I'm using the prebuild version : dashing version 0.3.0
the prebuild version is not up to date. until now master has 3 commits ahead, and matchpath support is in.