Link label lost in some cases in Linked Reference
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 45k
- Forks
- 2.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 105
Description
## Example to reproduce
- Create page `Oct 14th, 2023` with text below.
```
- Something text [Label to Project1]([[Project1]])
- Something2 text [[Project2]]
- Something3 text [[Project2]]
```
## Steps to reproduce
### Step1
- On page `Oct 14th, 2023` label is here, it is ok.
- Click on link `Label to Project1`.
- You will go to page `Project1`.
- Look next step.
### Step2 .
- On page `Project1` In `Linked Reference` `Label` is here, it is ok.
- Click on link `Project2`.
- You will go to page `Project2`.
- Look next step.
### Step3
- On page `Project2`. There is no label in `Linked Reference`, here link without label and not marked blue like other links.
- I was expecting to see here label `Label to Project1` like in **Step1** and **Step2**.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First reproduce the linked-reference sequence from the issue, following the labeled link from the Oct 14th, 2023 page through Project1 to Project2. Trace how the linked-reference entry is rendered after navigation; done means Project2 still shows “Label to Project1” with the same blue-link styling as in the earlier steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100