Advertisement
dhniceday

Untitled

Nov 21st, 2022
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.18 KB | Software | 0 0
  1. <%*
  2. const dv = this.app.plugins.plugins["dataview"].api;
  3.  
  4. const f = dv.pages("#test").file.name;
  5.  
  6. for (let i = 0; i < f.length; i++) {
  7.    tR += `[[${f[i]}]]\n`;
  8. }
  9. -%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement