Obsidian-Notes-List

Obsidian-Notes-List

Dataview snippet to show notes in different list views

Plugins needed: Dataview

https://github.com/702573N/Obsidian-Notes-List

Normal

Compact

Cards

13 Likes

Thanks for sharing this code for use with Obsidian Dataview. It comes really close to the comparable Evernote “Snippets” and “Cards” views.

Excellent piece of code! Although I cannot make it work when restricting the scope:

  • pages: “” works fine;
  • pages: “SERIES” (where SERIES is a folder in my vault) does not:

Dataview: Failed to execute view ‘notesList/view.js’.
Error: Failed to parse query in ‘pagePaths’: Error:
– PARSING FAILED --------------------------------------------------
1 | SERIES
| ^
Expected one of the following:
‘!’, ‘(’, ‘-’, ‘csv(’, ‘outgoing(’, file link, string, tag (‘#hello/stuff’)

try '"SERIES"' – that’s one pair of extra single quotes around the double quoted foldername

Thanks! - it works fine now.
…At the risk of preying too long on your patience, could the js script be modified to show the line breaks from the md files?

take the script to some bot and pester it
i turned the original script around completely with a bot to suit my needs

@702573N ,

Thanks a lot for this snippet, I couldn’t use Obsidian without it! Maybe you could add a proper LICENCE to your repository so people can fork it and make updates/improvements? Because as far as I understand, a repository without a license gives no any rights to modification and distribution.