Dataview on :: tags

Hi all,
I’m not sure if what I’m after is possible but thought I’d ask.
I’m using ‘obsidian_hint::’ as a way to collect hints across notes as I think of them. (My daily notes).

like this:
obsidian_hint:: Drag from the top right edge to find calendar
obsidian_hint:: Drag from the top left for files, search, tags, favourites and recent files

I’m trying to use a dataview to collect these into a single table or list.

List without id obsidian_hint
Where obsidian_hint

it’s working but I have a formatting question.

The issue is if there’s more than one tag on a page, but single tags on others it returns like this:

TABLE

  • Drag from the top right edge to find calendar
  • Drag from the top left for files, search, tags, favourites and recent files

Single occurrence on a page

  • first occurrence on a page
  • second occurrence on a page
    another singe occurrence

LIST

    • Drag from the top right edge to find calendar
    • Drag from the top left for files, search, tags, favourites and recent files
  • single tag in a page
    • first occurrence in a page
    • second occurrence in a page

What I’m trying to do

Is there a way to just show the individual entries like this?

TABLE
Drag from the top right edge to find calendar
Drag from the top left for files, search, tags, favourites and recent files
Single occurrence on a page
first occurrence on a page
second occurrence on a page
another singe occurrence

LIST

  • Drag from the top right edge to find calendar
  • Drag from the top left for files, search, tags, favourites and recent files
  • single tag in a page
  • first occurrence in a page
  • second occurrence in a page

cheers,

Mark

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