Skip to content

generated notes with empty file name #170

@danicuki

Description

@danicuki

I tried to generate notes based on my code.

Image

here is my command run:

npx @fluffylabs/links-check --generate-notes x.json $(find . -name *.ex) 
resolving glob patterns: 356.589ms

fetching metadata: 89.497ms
⏱️ 53.70ms: lib/system/header_seal.ex
         🔗 https://graypaper.fluffylabs.dev/#/5f542d7/0ece000e1501
scanning 639: 72.767ms


📓 Generating notes to x.json

✅ No outdated links found amongst 1 total, congrats!

and here is the x.json output:

{
  "version": 3,
  "notes": [
    {
      "noteVersion": 3,
      "content": ":56",
      "date": 1739312171654,
      "author": "",
      "version": "5f542d710f52bcfd22cd400d1b0b99e15003cc67",
      "labels": [],
      "selectionStart": {
        "pageNumber": 14,
        "index": 206
      },
      "selectionEnd": {
        "pageNumber": 14,
        "index": 277
      }
    }
  ]
}

it correctly identifies the file line (56), but the file name is empty. Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions