logseq/resources/js
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
..
pdfjs Enhance/pdf improvements (#6475) 2022-10-09 20:44:18 +08:00
highlight.min.js feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
interact.min.js feat(sidebar): resize width 2021-02-23 19:00:19 +08:00
katex.min.js Update the version of KaTex from `0.11.1` to `0.13.8` 2021-09-22 18:17:03 +08:00
lightning-fs.min.js Add lightningfs back 2022-04-24 11:17:47 +08:00
lsplugin.core.js Enhance/api storages for graph assets (#6488) 2022-10-04 12:30:19 +08:00
lsplugin.core.js.LICENSE.txt improve(plugin): add theme changed hook 2022-06-16 01:43:49 +08:00
lsplugin.user.js chore(plugin): update resources 2022-04-29 18:51:25 +08:00
magic_portal.js fix(deps): warning of missing sourcemaps 2022-03-24 15:44:32 +08:00
marked.min.js Feat/plugin marketplace (#2766) 2021-09-13 19:49:51 +08:00
mhchem.min.js add mhchem plugin 2021-07-25 18:47:43 +08:00
photoswipe.js feat(ui): support images lightbox with photoswipe 2021-09-17 15:05:28 +08:00
preload.js Enhance/pdf improvements (#6475) 2022-10-09 20:44:18 +08:00
reveal.min.js feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
shepherd.min.js Feature/onboarding Quick tour (#5247) 2022-05-31 16:41:17 +08:00
tabler.min.js improve(ui): update built-in icon mode 2022-09-21 14:49:20 +08:00
worker.js misc: delete both web github integration and encryption 2022-04-24 11:17:47 +08:00