File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "datetime" : 1766825708840 ,
2+ "datetime" : 1767073970141 ,
33 "packages" : [
44 {
55 "title" : " Block pin" ,
925925 "author" : " benjypng" ,
926926 "repo" : " benjypng/logseq-datenlp-plugin" ,
927927 "icon" : " ./icon.svg" ,
928- "effect" : true ,
928+ "effect" : false ,
929929 "id" : " logseq-datenlp-plugin" ,
930930 "addedAt" : 1642436252000
931931 },
13091309 "id" : " logseq-formula-ocr-plugin" ,
13101310 "addedAt" : 1700261427000
13111311 },
1312+ {
1313+ "title" : " logseq-freehand-plugin" ,
1314+ "name" : " logseq-freehand-plugin" ,
1315+ "description" : " Embed simple, hand-drawn sketches and diagrams directly into your Logseq notes." ,
1316+ "author" : " benjypng" ,
1317+ "repo" : " benjypng/logseq-freehand-plugin" ,
1318+ "icon" : " ./icon.svg" ,
1319+ "effect" : true ,
1320+ "id" : " logseq-freehand-plugin" ,
1321+ "addedAt" : 1767073541000
1322+ },
13121323 {
13131324 "title" : " Logseq Furigana" ,
13141325 "description" : " A plugin for furigana (ruby characters) support in logseq" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import HttpsProxyAgent from 'https-proxy-agent'
66import cp from 'child_process'
77import dayjs from 'dayjs'
88import dayjsRelativeTime from 'dayjs/plugin/relativeTime.js'
9- import blockedConfig from '../blocked.json' assert { type : 'json ' }
9+ import blockedConfig from '../blocked.json' with { type : 'json' }
1010
1111dayjs . extend ( dayjsRelativeTime )
1212
@@ -234,7 +234,6 @@ async function cli (action, ...rest) {
234234
235235 case '--added' : {
236236 const input = rest [ 0 ]
237- const shouldWrite = rest [ 1 ] === 'write'
238237 let dayOffsetOrDate = Number ( input )
239238 let date
240239
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments