10 lines
236 B
Markdown
10 lines
236 B
Markdown
---
|
|
tags: template
|
|
description: Lists all pages with ".conflicted" in the name, created as a result of a synchronization conflict.
|
|
---
|
|
|
|
### Conflicting pages
|
|
```query
|
|
page where name =~ /\.conflicted/ render [[template/pages/page]]
|
|
```
|