2023-11-15 13:56:34 +00:00
|
|
|
---
|
|
|
|
tags: template
|
2023-12-22 15:40:38 +00:00
|
|
|
type: live
|
2023-11-15 13:56:34 +00:00
|
|
|
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]]
|
|
|
|
```
|