Dan
Dan
Post-process host and domain data before printing. Prompt user for any missing DNS or NT domain data and re-categorize the data eliminate all 'unknowns'.
The dsquery module currently relies on specific unique fields to be present per object type. Add logic to check for 'objectclass'; this should improve recognition when users run "-attr *".
The way credentials are merged now, it's possible for more recent data to be overwritten by older data when re-categorizing "Unknown" data. This was known at the time, but the...
**Bug Description** By default, SQLite supports a maximum of 1000 expressions per query. When called from `GetItemList()`, `GetWhereClauses()` adds a separate check for the `Guid` of each playlist item. For...
## Overview The previous method of parsing tabs from `sectionInfo` was incompatible with [Dynamic Embed](https://github.com/dabravin/obsidian-dynamic-embed), since the `tabs` code block wouldn't exist in the original note. ### Added - Added...
### **User description** ### Fixed - Updated the regular expression used to identify inline scripts to perform a non-greedy match - Modified the inline script replacement code to replace _all_...
First of all, thank you for creating this plugin! I haven't used it much yet, but it looks like it will be extremely helpful. Second, I've identified what I believe...