Raindrop Highlight plugin

Hi,
I managed to add the raindrop highlight and integrate it with the obsidian. The template for the metadata allows to include the tags from the raindrop. However, in obsidian it does not appear in ‘#’ form. I tried adding a ‘#’ in front of {{tag}} but it does apply to all the tags as “{{ tags | join(”, ") " automatically avoid the ‘#’ in the following tags.

Can anyone help me add # on the tags? I am not familiar with JavaScript.

Bests,
AMan

1 Like

My advice is to not describe the syntax you’re using or the problem you’re experiencing; show it to us.

Paste the actual syntax you’re trying. And a screenshot would be very helpful.

2 Likes

Here is the syntax for tags:
{% if tags|length %}Topics:: {{ tags | join(", ") }}{% endif %}

To add ‘#’ in every tags, I tried with #{{ tags | join(", ") }}. But this only adds # to the first tag.
Example:
image

is shown as

If you want to not only capture highlights but also review them on a regular basis, you might be interested in my chrome extension.

It shows your past highlights when you are reading articles relevant to them.

For example, you will see a set of highlights about leadership showing up on the right side of your browser when you read an article on a startup founder’s qualifications.

https://hippo.flint.so/

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.