File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export function blockRending({
52
52
preferredDateFormat : string ;
53
53
time : Date ;
54
54
} ) : string {
55
- console . log ( preferredDateFormat ) ;
56
55
const render = engine
57
56
. parseAndRenderSync ( clipNoteTemplate , {
58
57
date : format ( time , preferredDateFormat ) ,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export default class LogseqClient {
127
127
. replaceAll ( / ^ d e a d l i n e : < .* ?> $ / gm, '' ) // clean deadline
128
128
. replaceAll ( / ^ s c h e d u l e d : < .* ?> $ / gm, '' ) // clean schedule
129
129
. replaceAll ( / ^ : l o g b o o k : [ \S \s ] * ?: e n d : $ / gm, '' ) // clean logbook
130
+ . replaceAll ( / ^ : L O G B O O K : [ \S \s ] * ?: E N D : $ / gm, '' ) // clean logbook
130
131
. replaceAll ( / \$ p f t s _ 2 l q h > \$ ( .* ?) \$ < p f t s _ 2 l q h \$ / gm, '<em>$1</em>' ) // clean highlight
131
132
. replaceAll ( / ^ \s * ?- \s * ?$ / gm, '' )
132
133
. trim ( ) ;
You can’t perform that action at this time.
0 commit comments