Hi all
so after years of using the clip to Devonthink
from safari (And the sorter) it occurred to me that im not loving the way some of the metadata and MD
template is ie when using the default caputure:
title: Apple TV
description: Instructions on how to integrate Apple TV devices into Home Assistant.
author: Home Assistant
[www.home-assistant.io](https://www.home-assistant.io/integrations/apple_tv/ "Apple TV - Home Assistant")
# Apple TV - Home Assistant
The Apple TV integration allows you to control an Apple TV (any generation).
where you get the title and description and a link above the header
I much prefer something like this using YAML
---
tags:
- usa
status: 5
rating: 4
location: [ 31.371109008789, 34.823127746582 ]
url: [null](https://www.home-assistant.io/integrations/apple_tv/)
---
# Apple TV - Home Assistant
is that in anyway possible to do , that is to define at least some basic rudimentary custom template?
many thx
Z