Skip to content

Automatically display related items on every Namwiki article page on the sidebar in order of their most mentioned occurrence.

License

Notifications You must be signed in to change notification settings

abiriadev/namuwiki-related-articles

Repository files navigation

Namuwiki Related Articles 🌳➡️

Automatically display related items on every Namuwiki article page on the sidebar in order of their most mentioned occurrence.

Installation

This extension is not yet available in the Chrome Web Store.

Manually install from CRX file

Warning

This method may not work on Windows.
Try Manually install from ZIP file instead.

  1. Go to the Releases page and download the latest namuwiki_related_articles.crx file.
  2. Go to the chrome://extensions page and turn on 'Developer mode' at the top right corner.
  3. Darg-and-drop the downloaded CRX file. It will be loaded directly. If you see any warning, try the method below instead.

Manually install from ZIP file

  1. Go to the Releases page and download the latest namuwiki_related_articles.zip file. Extract it to a location where you can find it easily.
  2. Go to the chrome://extensions page and turn on 'Developer mode' at the top right corner.
  3. Click 'Load unpacked' button and select the extracted directory.

Manually build

  1. Clone this repository.
    $ git clone https://github.com/abiriadev/namuwiki-related-articles
    $ cd namuwiki-related-articles
    1. Enable corepack, if you haven't
      $ corepack enable
  2. Install NPM dependencies.
    $ pnpm install
  3. Build the extension.
    $ pnpm build
  4. Go to the chrome://extensions page, ensure you have enabled developer mode, then click 'Load unpacked' button and select the /dist directory.

Screenshots

when the extension applied, in white mode when the extension applied, in dark mode

Features

  • Show total counts
  • Generate clickable links
  • Limit visible items
    • Option page
    • Allow users to configure how many items to show
    • Allow users to configure to show only items mentioned more than a specified amount
    • Show/Hide button or make UI foldable
  • Support board pages
  • Familiar design
    • Displays items even when the users have turned off the sidebar
    • Support other skins other than Senkawa
    • Support dark mode
  • Use Svelte rendering system
  • Narrower permissions
  • Parse RAW content rather than accessing DOM directly
  • Support Firefox and Safari

Known issues

License

This project is licensed under MIT license.

Licence

About

Automatically display related items on every Namwiki article page on the sidebar in order of their most mentioned occurrence.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published