Files
logseq/resources
Charlie d53ac94bfc Enhance/pdf improvements (#6475)
Full-text search, highlights and assets alias support 
It also exposes a plugin API for highlight context menu   
    ```ts
    /**
       * Current it's only available for pdf viewer
       * @param label - displayed name of command
       * @param action - callback for the clickable item
       * @param opts - clearSelection: clear highlight selection when callback invoked
       */
      registerHighlightContextMenuItem: (
        label: string,
        action: SimpleCommandCallback,
        opts?: {
          clearSelection: boolean
        }
      ) => unknown
    ```
2022-10-09 20:44:18 +08:00
..
2021-12-01 14:01:37 +08:00
2022-09-14 17:43:40 +03:00
2022-07-20 19:46:00 -04:00
2022-09-01 00:31:49 +08:00
2021-12-01 14:01:37 +08:00
2022-10-09 20:44:18 +08:00
2020-11-02 09:56:53 +08:00
2020-11-02 09:56:53 +08:00
2021-12-01 14:01:37 +08:00