Advertisement
dhniceday

Untitled

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