Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%*
- const dv = this.app.plugins.plugins["dataview"].api;
- const f = dv.pages("#test").file.name;
- for (let i = 0; i < f.length; i++) {
- tR += `[[${f[i]}]]\n`;
- }
- -%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement