mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 02:06:10 +01:00
🎨 Support searching PDF asset content https://github.com/siyuan-note/siyuan/pull/8985
This commit is contained in:
parent
620853575b
commit
1238e03157
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ export const assetMethodMenu = (target: HTMLElement, cb: () => void) => {
|
|||
};
|
||||
|
||||
let filterTypes: string[] = [
|
||||
".txt", ".md", ".markdown", ".docx", ".xlsx", ".pptx", ".json", ".log", ".sql", ".html", ".xml", ".java", ".h", ".c",
|
||||
".txt", ".md", ".markdown", ".docx", ".xlsx", ".pptx", ".pdf", ".json", ".log", ".sql", ".html", ".xml", ".java", ".h", ".c",
|
||||
".cpp", ".go", ".rs", ".swift", ".kt", ".py", ".php", ".js", ".css", ".ts", ".sh", ".bat", ".cmd", ".ini", ".yaml",
|
||||
".rst", ".adoc", ".textile", ".opml", ".org", ".wiki",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue