readded logseq toggle live query

This commit is contained in:
Kyattsukuro 2025-08-21 17:50:08 +02:00
parent 193b4a4b1d
commit c1c7b2fc46
12 changed files with 236 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Logseq plugin toggle live query</title>
<script defer src="./main.js"></script></head>
<body>
<div></div>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,33 @@
{
"name": "logseq-plugin-toggle-live-query",
"version": "0.0.1",
"license": "MIT",
"main": "index.html",
"logseq": {
"icon": "./icon.png"
},
"scripts": {
"start": "webpack serve --config=webpack.config.js --devtool=source-map --mode=development --port=3001",
"build": "webpack --config=webpack.config.js --devtool=source-map --mode=development",
"build:prod": "webpack --config=webpack.config.js --mode=production"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.19.0",
"eslint-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"@logseq/libs": "0.0.6"
}
}

View File

@ -0,0 +1 @@
{}

View File

@ -1,6 +1,6 @@
[General]
bookmarks=/home/someone
lastDisplay=0
maximizedWindow=false
maximizedWindow=true
savedPaths=/home/someone, /home/someone/Apps, /home/someone/Builds, /home/someone/Code, /home/someone/Desktop, /home/someone/Documents, /home/someone/Downloads, /home/someone/Music, /home/someone/nas
windowGeometry=@Rect(12 12 1831 1416)

View File

@ -1,4 +1,4 @@
; Thunar GtkAccelMap rc-file -*- scheme -*-
; thunar GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/ThunarDetailsView/expandable-folders" "")

View File

@ -6,7 +6,7 @@
<property name="last-window-maximized" type="bool" value="true"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_GROUP,THUNAR_COLUMN_MIME_TYPE,THUNAR_COLUMN_NAME,THUNAR_COLUMN_OWNER,THUNAR_COLUMN_PERMISSIONS,THUNAR_COLUMN_SIZE"/>
<property name="last-details-view-column-widths" type="string" value="159,159,159,159,92,1142,74,188,334,214,118,81,126,156"/>
<property name="last-details-view-column-widths" type="string" value="159,159,159,159,92,1142,74,188,514,214,118,90,126,156"/>
<property name="last-separator-position" type="int" value="147"/>
<property name="last-show-hidden" type="bool" value="true"/>
<property name="misc-single-click" type="bool" value="false"/>
@ -32,10 +32,9 @@
<property name="misc-folder-item-count" type="string" value="THUNAR_FOLDER_ITEM_COUNT_ALWAYS"/>
<property name="last-details-view-column-order" type="string" value="THUNAR_COLUMN_NAME,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_SIZE_IN_BYTES,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_LOCATION,THUNAR_COLUMN_MIME_TYPE,THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_PERMISSIONS,THUNAR_COLUMN_OWNER,THUNAR_COLUMN_GROUP,THUNAR_COLUMN_DATE_ACCESSED,THUNAR_COLUMN_RECENCY,THUNAR_COLUMN_DATE_DELETED"/>
<property name="last-tabs-left" type="array">
<value type="string" value="file:///home/someone"/>
<value type="string" value="file:///home/someone/.logseq/plugins/logseq-plugin-favorite-tree-adapting"/>
<value type="string" value="file:///home/someone/Downloads"/>
</property>
<property name="last-focused-tab-left" type="int" value="1"/>
<property name="last-focused-tab-left" type="int" value="0"/>
<property name="last-focused-tab-right" type="int" value="0"/>
<property name="misc-confirm-close-multiple-tabs" type="bool" value="false"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>