def getFileNameAndExt(filename): (filepath,tempfilename) = os.path.split(filename); (shotname,extension) = os.path.splitext(tempfilename); return shotname,extension #是否是需要根据后缀忽略的文件 def isIgnoredByTrail(filePath): file = getFileNameAndExt(filePath) for trail in ignoredTrail:...
<%*//get last open fileconstfiles=app.workspace.getLastOpenFiles();if(files.length<1){return;}...
getname和前面配置里的名字相同,前面是什么,这里就是什么。 <% tp.user.getname() %> 4、效果 打印出来3行, 第一行是python文件的相对路径 第二行是<% tp.file.path() %>,这是现在编辑文件的绝对路径 第三行是<% tp.file.path(true) %>,这个是现在编辑文件相对于库的相对路径。 通过这两个字符串...
getname和前面配置里的名字相同,前面是什么,这里就是什么。 <% tp.user.getname()%> 4、效果 打印出来是3行 第一行是python文件的相对路径 第二行是<% tp.file.path() %>,这是现在编辑文件的绝对路径 第三行是<% tp.file.path(true) %>,这个是现在编辑文件相对于库的相对路径。通过这两个字符串的...
file_name = '{}-{}.jpeg'.format(t, s) # 下载图片 res = requests.get(url) with open(file_name, 'wb') as f: f.write(res.content) # 返回图片名称 return file_name ## 3.3 保存图片名称为列表 def createimglist(self, img_urls): ...
vault.getMarkdownFiles(); const selectedFile = files.filter(file => file.name === homePage + ".md")[0]; if (selectedFile) { if (isNewPanel_) { const leaf = app.workspace.splitActiveLeaf(); leaf.openFile(selectedFile, { state: {mode: openMode_} }); app.workspace.setActiveLeaf(...
}async GetResult() { const term = this.term;const curFile = await dv.current().file;const curFilePath = curFile.path; const curFileName = curFile.name; const curTFile = await app.vault.getFileByPath(curFilePath);const fileCache = app.metadataCache.getFileCache(curTFile); ...
get no This is function that is called after all input provided and used to create result object that will be used as source of values for template, file-name and file-location Pure value, mustache template or user defined function form no Instructs plugin how to render field on form. Thi...
Filefile=newFile("C:\\Users\\91324\\Documents\\Projects\\IdeaProjects\\Test-demo\\src\\test\\java\\cn\\lian\\main.js"); System.out.println(file.getAbsolutePath()); FileInputStreamstream=newFileInputStream(file); InputStreamReaderreader=newInputStreamReader(stream); ...
letimg=yieldblobToArrayBuffer(pasteImage);letname=this.getPastedImageFileName(mdFileName);letimageFile=yieldthis.app.saveAttachment(name,extension,img);letmarkdownLink=yieldthis.app.fileManager.generateMarkdownLink(imageFile,view.file.path);markdownLink+="\n\n";editor.replaceSelection(markdownLink)...