mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 pdf?page
资源文件链接会被判定为未引用资源 Fix https://github.com/siyuan-note/siyuan/issues/5649
This commit is contained in:
parent
811d088ff0
commit
103cbf8d15
4 changed files with 30 additions and 17 deletions
|
@ -53,7 +53,11 @@ func MarkText(text string, keyword string, beforeLen int, caseSensitive bool) (p
|
|||
return
|
||||
}
|
||||
|
||||
const TermSep = "__term@sep__"
|
||||
const (
|
||||
TermSep = "__term@sep__"
|
||||
SearchMarkLeft = "__@mark__"
|
||||
SearchMarkRight = "__mark@__"
|
||||
)
|
||||
|
||||
func SplitKeyword(keyword string) (keywords []string) {
|
||||
keyword = strings.TrimSpace(keyword)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue