Commit Graph

15 Commits

Author SHA1 Message Date
46aa405552 remove timeout in highlight generator 2024-06-12 19:13:09 +08:00
8cfa24a847 allow downloading/uploading readable content 2024-05-15 21:46:22 +08:00
3fb7193fb5 reduce getTextNodesBetween timeout to 60 seconds 2024-04-23 21:28:02 +08:00
99a52f8d56 replace all the console logs with logger logs 2023-07-27 16:06:44 +08:00
07d43812a7 use winston logger instead of console log so the log will be truncated if it exceeds the max entry size 2023-07-26 16:27:18 +08:00
77456373bf return content without highlight if it takes too long to process highlighted content
* timeout if the get text node function takes more than 10 minutes
2023-07-25 11:19:06 +08:00
15b41560de fix: improve the speed of generating highlighted markdown content 2023-05-26 15:51:54 +08:00
87f55eabf6 fix: sentry report on node is null 2023-05-19 10:54:43 +08:00
331ddf69d4 remove debugging log 2023-05-18 21:12:44 +08:00
48554be76d fix: wrap link with == 2023-05-18 21:04:27 +08:00
175b82485f Fix typo 2023-05-15 17:39:29 +08:00
791d11f581 Allow content to be converted into highlightedMarkdown format 2023-05-12 19:27:04 +08:00
1e4658b771 Consistent function declaration syntax 2022-11-21 22:39:10 +08:00
a3f477f57a Linting fix 2022-11-21 22:39:10 +08:00
9741f6b12d Add highlights to newly saved pages if they contain highlight markers 2022-11-21 22:39:10 +08:00