mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance: import basic pdf text annotation
Only read edn for now. Works in UI and CLI. Also correctly keeps annotation edn from being copied since it's no longer used
This commit is contained in:
committed by
Gabriel Horner
parent
1616c633df
commit
536f39cbbd
@@ -0,0 +1,30 @@
|
||||
{:highlights [{:id #uuid "687022ae-dac1-42a6-9d4c-39a0dba05918",
|
||||
:page 1,
|
||||
:position {:bounding {:x1 131,
|
||||
:y1 336,
|
||||
:x2 483,
|
||||
:y2 399,
|
||||
:width 574.0000000000001,
|
||||
:height 573.999986224},
|
||||
:rects (),
|
||||
:page 1},
|
||||
:content {:text "", :image 1752179374600},
|
||||
:properties {:color "yellow"}}
|
||||
{:id #uuid "68702394-3613-4bac-85a7-28643d58237f",
|
||||
:page 8,
|
||||
:position {:bounding {:x1 10.680589094758034,
|
||||
:y1 183.2645263671875,
|
||||
:x2 119.76637782156467,
|
||||
:y2 204.954345703125,
|
||||
:width 574.0000000000001,
|
||||
:height 573.999986224},
|
||||
:rects ({:x1 10.680589094758034,
|
||||
:y1 183.2645263671875,
|
||||
:x2 119.76637782156467,
|
||||
:y2 204.954345703125,
|
||||
:width 574.0000000000001,
|
||||
:height 573.999986224}),
|
||||
:page 8},
|
||||
:content {:text "Duke School"},
|
||||
:properties {:color "blue"}}],
|
||||
:extra {:page 2}}
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
1
deps/graph-parser/test/resources/exporter-test-graph/journals/2025_07_10.md
vendored
Normal file
1
deps/graph-parser/test/resources/exporter-test-graph/journals/2025_07_10.md
vendored
Normal file
@@ -0,0 +1 @@
|
||||
- 
|
||||
@@ -0,0 +1,14 @@
|
||||
file:: [Sina_de_Capoeria_Batizado_2025_-_Program_Itinerary_1752179325104_0.pdf](../assets/Sina_de_Capoeria_Batizado_2025_-_Program_Itinerary_1752179325104_0.pdf)
|
||||
file-path:: ../assets/Sina_de_Capoeria_Batizado_2025_-_Program_Itinerary_1752179325104_0.pdf
|
||||
|
||||
- id:: 687022ae-dac1-42a6-9d4c-39a0dba05918
|
||||
ls-type:: annotation
|
||||
hl-page:: 1
|
||||
hl-color:: yellow
|
||||
hl-type:: area
|
||||
hl-stamp:: 1752179374600
|
||||
- Duke School
|
||||
hl-page:: 8
|
||||
ls-type:: annotation
|
||||
id:: 68702394-3613-4bac-85a7-28643d58237f
|
||||
hl-color:: blue
|
||||
Reference in New Issue
Block a user