Vadim

Results 3 issues of Vadim

When updating the existing `key` with `updateValue` method the original `index` is not set back after acquiring it with `indexForKey.updateValue(endIndex, forKey: key)`. I believe this should be done after the...

When the script deletes unused identifiers it breaks the JSON structure by deleting only a single line and not a whole JSON object. `Following lines were deleted because of invalid...

Here is the part of my script where I setup the hover preview: ```js ... data.entries.push( { date: page.started, intensity: 1, content: await dv.span(`[](${page.file.name})`) // not working as expected }...