Questions tagged [obsidian-dataview]

A high-performance data index and query language over Markdown files for obisdian

6 questions
2
votes
1 answer

Can a jQuery script be added to a dataviewjs snippet to change progress bar appearance?

I am running a dataviewjs snippet in a markdown file, specifically Obsidian, but I am not happy with the progess bar appearance, which uses green for 'barely started or bad' and red for 'finished or good'. I'd like to reverse that. I found a jQuery…
2
votes
0 answers

How can I use a Dataview query in Obsidian to sum all values of YAML keys nested under a given parent key?

I'm using Obsidian daily notes to keep track of the time spent on various projects at work that fall under the categories of "research", "teaching", or "service". I'd like to use the Dataview plugin to produce a table that lists the total hours…
Bart
  • 473
  • 6
  • 15
2
votes
0 answers

Can MomentJS be used fully in Obsidian Notes yaml?

According to MomentJS documentation, it is possible to capture "BC" dates: https://momentjs.com/docs/#/customization/eras/ However, Obsidian Notes can only seem to recognise them as negative numbers/strings. I know Obsidian supposedly fully supports…
Bendy
  • 3,506
  • 6
  • 40
  • 71
1
vote
0 answers

How to sort grouped obsidian dataview tasks by modification time of the pages they are in

The code below finds and groups relevant tasks from my vault nicely, but the list is alphabetically ordered (by the name of the page in which the tasks are located. dv.taskList( dv.pages('-#exclude').file.tasks .where(t =>…
Henrik
  • 673
  • 8
  • 18
0
votes
0 answers

Hierarchical list of MOC notes with dataview in Obsidian

I have a library of notes in Obsidian sorted in hierarchical MOCs that link to each other. For example, I have a note called "MOC_Data" which has links to various other MOCs Home MOC_Data MOC_AI
DrPaulVella
  • 391
  • 8
  • 22
0
votes
1 answer

List in note block Obsidian

I wonder if its possible to create list in Obsidian note block this way >[!note]- Annotation > list should begin here I tried starting list with '- ' syntax but it did no effect. Please help me to find out how it should be done.