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
..
android mobile: replace splash screen 2021-12-01 14:01:37 +08:00
css Merge remote-tracking branch 'upstream/master' into whiteboards 2022-10-07 16:18:27 +08:00
fonts chore: update icon font 2022-09-14 17:43:40 +03:00
icons fix colors 2022-07-20 19:46:00 -04:00
img feat!: File Sync (#5355) 2022-09-01 00:31:49 +08:00
ios mobile: replace splash screen 2021-12-01 14:01:37 +08:00
js Enhance/pdf improvements (#6475) 2022-10-09 20:44:18 +08:00
404.html feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
electron.html Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-24 09:42:00 +08:00
entitlements.plist chore: add code sign for mac desktop app 2021-01-31 11:24:10 +08:00
forge.config.js feat(build): release .nupkg file 2022-09-07 11:43:54 +08:00
icon.png enhance: update both logo and splash screen 2021-09-28 23:08:26 +08:00
icons.edn feat: add {{namespace [[page]]}} macro which can be used as a toc 2021-12-28 16:14:23 +08:00
index.html Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-24 09:42:00 +08:00
marketplace.html enhance(marketplace): ui position 2022-01-16 12:46:53 +08:00
package.json fix(windows): update rsapi, use static link 2022-10-02 19:27:14 +08:00
public.css feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
splash.png mobile: replace splash screen 2021-12-01 14:01:37 +08:00