nifanle7

Results 3 comments of nifanle7

I use this DVJS to list other filetypes with name and folder. ``` const nonMdFiles = app.vault.getFiles().filter(file => file.name.includes('article') && file.path.includes('Articles') && file.extension != 'md' ); dv.list(nonMdFiles.map(file => dv.fileLink(file.path))) ```

> I also noticed recently that excalidraw is laggy on my devices (ipad/mac) (obsidian 1.0.0+) So do I. It’s a little laggy on my iPad with the only one plugin...

I try again and it seems to be smooth now. Maybe it was my delusion before. Thank you for replying so quick.