Issue
Default anchor to highlight location in Readwise imported highlights is a bit noisy:

Solution
Change it to just a ‘*’ symbol.
In Readwise export preferences for your current PKM system, https://readwise.io/export/logseq/preferences in my case, navigate to section ‘Highlight’ and paste this piece of code instead of the default:
{{ highlight_text }}{% if highlight_location and highlight_location_url %} [*]({{highlight_location_url}}){% elif highlight_location %} {{highlight_location}}{% endif %}
{% if highlight_tags %}
**Tags**: {% for tag in highlight_tags %}#[[{{tag}}]] {% endfor %}
{% endif %}
{% if highlight_note %}
**Note**: {{ highlight_note }}
{% endif %}
See the [*]? It’s your highlight link anchor. You can leave it as it is or change to anything of your liking.
Result
Much cleaner highlights page:

If you have found this post useful, please consider supporting my work with a donation on buymeacoffee.com/99rabbits. Half of the proceeds go to the Foundation "Come Back Alive", supporting Ukrainians.