mirror of
https://github.com/thesephist/monocle.git
synced 2021-07-26 21:13:15 +03:00
fix(module): Include link to bookmarked page in Pocket doc content
This commit is contained in:
@@ -57,7 +57,7 @@ getDocs := withDocs => readFile(PocketExportPath, file => file :: {
|
||||
tokens: tokenize(link.title + ' ' + link.href + ' ' + link.content)
|
||||
` take the first 200 words or so, so our doc index doens't blow
|
||||
up completely in size `
|
||||
content: slice(link.content, 0, 1000)
|
||||
content: link.href + Newline + slice(link.content, 0, 1000)
|
||||
title: link.title
|
||||
href: link.href
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user