File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export function blockRending({
5252 preferredDateFormat : string ;
5353 time : Date ;
5454} ) : string {
55- console . log ( preferredDateFormat ) ;
5655 const render = engine
5756 . parseAndRenderSync ( clipNoteTemplate , {
5857 date : format ( time , preferredDateFormat ) ,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export default class LogseqClient {
127127 . replaceAll ( / ^ d e a d l i n e : < .* ?> $ / gm, '' ) // clean deadline
128128 . replaceAll ( / ^ s c h e d u l e d : < .* ?> $ / gm, '' ) // clean schedule
129129 . 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
130131 . replaceAll ( / \$ p f t s _ 2 l q h > \$ ( .* ?) \$ < p f t s _ 2 l q h \$ / gm, '<em>$1</em>' ) // clean highlight
131132 . replaceAll ( / ^ \s * ?- \s * ?$ / gm, '' )
132133 . trim ( ) ;
You can’t perform that action at this time.
0 commit comments