📚 node [[maintenance]]
We would like to keep our space clean, these are some tools that help you do that.
Broken links
This shows all internal links that are broken.
{{#let @brokenLinks = {
link where toPage and not pageExists(toPage)
}}}
{{#if @brokenLinks}}
{{#each @brokenLinks}}
* [[{{ref}}]]: broken link to [[{{toPage}}]]
{{/each}}
{{else}}
No broken links, all good!
{{/if}}
{{/let}}
Conflict copies
These are pages that have conflicted copies (as a result of sync), have a look at them as well as their original (non-conflicted versions) and decide which one to keep.
{{#let @conflictPages = {
page where name =~ /\.conflicted\.\d+$/
select name as conflictedName,
replace(name, /\.conflicted\.\d+$/, "") as cleanName
}}}
{{#if @conflictPages}}
{{#each @conflictPages}}
* [[{{cleanName}}]]: confict copy [[{{conflictedName}}]]
{{/each}}
{{else}}
No conflicting pages!
{{/if}}
{{/let}}
Maintenance
[[Hail the maintainers]].
📖 stoas
- public document at doc.anagora.org/maintenance
- video call at meet.jit.si/maintenance
⥱ context
← back
2021 10 19
2022 03 11
2022 05 21
2022 10 20
2024 01 28
2024 06 12
bullshit jobs
chores
garbage collection
praxis for the hacker class
principles for ethical technology
slow syntegration
sustainable tech
2021 10 19
2022 03 11
2022 05 21
2022 10 20
2024 01 28
2024 06 12
bullshit jobs
chores
garbage collection
praxis for the hacker class
principles for ethical technology
slow syntegration
sustainable tech
↑ pushing here
(none)
(none)
↓ pulling this
(none)
(none)
⥅ related node [[zen and the art of motorcycle maintenance]]
⥅ related node [[maintenance done 90 per cent faster]]
🔎 full text search for 'maintenance'