# Append wrapped content
## Description
Append all Content in a File wrapped in ~=""=~ to another existing File.
Use case: Adding content to a existing Lecture file after flipped lecture. Automate differentiating between prior and current notes, by appending these notes to new file.
## Brainstorming
![[Untitled.canvas]]
## Project
```dataview
table summary as "Summary"
from "Creative"
where contains(file.name, this.file.name)
```