Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uier/hackbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: uier/hackbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 5 commits
  • 37 files changed
  • 5 contributors

Commits on Dec 26, 2021

  1. docs/update-readme (#1)

    * docs: update demo gif, update installation guide
    
    * docs: update contributing section in readme
    TzuWei authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    b1e0769 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. feat/refactoring and features (#6)

    * build: use `esbuild` + build script instead of useless and fat `webpack`
    
    * refactor: removed useless code of icons & unified icon export interface
    
    * refactor: standardize React import statement
    
    * refactor: centralized type management & type-only import statements
    
    * feat: retry (up to 3 times) when fetch failed
    
    * chore: make eslint work
    
    * chore: format .prettierrc
    
    * refactor: remove unused `custom.d.ts` (svg import declaration)
    
    * build: bring `npm` back to fit the upstream package manager
    
    * build: make a zip archive after build
    
    * ci: GitHub Action Release Asset
    not tested.
    
    * build: replace `npm` with `pnpm`
    
    reason of not using `revert`: dependencies changed after `a5c3d59`
    JacobLinCool authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1457e57 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    d031030 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. feat: open note with publish type (#10)

    Usually, you will set publish type as book mode if you want to view the page
    as book mode by default.
    
    However, you need to right click on the "more" icon and select book mode.
    
    I found that if you use:
    Team space: `teampath + shortId`
    Personal space: `userpath + shortId`
    
    to open the note. It will show the publish type you set while opening the note.
    
    This will be a handy way switching between notes.
    
    Also I add a "inject to all frames setting" to prevent the kbar won't show in a book mode
    right side which is in a iframe.
    
    Co-authored-by: Powen Tan <powen_tan@Powens-MacBook-Pro.local>
    powentan and Powen Tan authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    22af640 View commit details
    Browse the repository at this point in the history
  2. 1.1.0

    uier committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    eca0af8 View commit details
    Browse the repository at this point in the history
Loading