question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

0.4.3 List has double bullets

See original GitHub issue

Describe the bug Previously working lists now have double bullets, see screenshot.

To Reproduce Steps to reproduce the behavior (should show the last 10 modified files, except for those in the “Daily Notes” folder):

```dataviewjs
dv.list(dv.pages()
    .where(p => !p.file.folder.includes("Daily Notes"))
    .sort(p => p.file.mtime, 'desc')
    .map(p => [p.file.link])
    .slice(0,10)
    )
```

Expected behavior Normal list with single bullets.

Screenshots

Auswahl_080

Desktop (please complete the following information):

  • OS: Linux Mint 20.2, Ubuntu Studio 14.04
  • Obsidian Version: 0.12.10 (Installer 0.12.10)
  • Dataview Version: 0.4.3

Smartphone (please complete the following information):

Additional context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
M-botcommented, Aug 10, 2021

I’m closing this again in favor of the issue I just filed since they’re different problems

2reactions
blacksmithgucommented, Aug 4, 2021

That may be an issue with an internal function not being null-safe (curse you, JavaScript…)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lists in ms (The GNU Troff Manual)
4.3.5.4 Lists ... The IP macro handles duties for all lists. ... The marker is usually a bullet glyph ( \[bu] ) for...
Read more >
Tailswind css - "list-disc" is not styling <li> bullets correctly ...
I'm fairly new to Tailwindcss, so I might have missed some parent element that "resets" the default bullets? POSSIBLE CULPRIT: The culprit is ......
Read more >
Bullet list shows double bullets - Atlassian Community
My list is over 100 items long and has up to 4 levels, I don't want to spend the time to hand edit...
Read more >
Define new bullets, numbers, and multilevel lists
Customize the appearance of a bulleted, numbered, or multilevel list with new styles, different symbols or images for bullets, number fonts, and other ......
Read more >
Journal Planner Pens Colored Pens Fine Point Bullet Pens ...
Amazon.com : Journal Planner Pens Colored Pens Fine Point Bullet Pens, 0.4mm Fineliner Color Pens for Drawing Writing Journaling Coloring, Art School Office ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found