%%
# <% tp.file.title %>
%%
🙋**Attribution**:: <%*
// Get the current file
const file = tp.file.find_tfile(tp.file.title);
// Define the target folder path
const targetFolder = "Lists & Tools & Collections/📖 Quotebook";
// Move the file
await app.fileManager.renameFile(
file,
`${targetFolder}/${file.basename}.${file.extension}`
);
%>