Skip to content

joplin/website-plugin-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6ec817 Β· Oct 17, 2024
Sep 28, 2023
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Jun 28, 2023
Jun 28, 2023
Sep 20, 2024
Jun 27, 2023
Sep 20, 2024
Oct 17, 2024
Dec 9, 2023
Jun 27, 2023
Sep 28, 2023
Sep 20, 2024
Jun 27, 2023
Sep 25, 2023
Sep 25, 2023
Sep 20, 2024

Repository files navigation

Website Plugin Discovery

πŸ–ΌοΈ Screenshot

screenshot of the main page of the plugin discovery website. Lists of categories, trending, and recommended plugins are available.

🚚 Project Structure

/
β”œβ”€β”€ build/
β”‚   └── files related to building the website
β”œβ”€β”€ lib/
β”‚   └── Functionality common to both the build and runtime code
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets: Files copied to config.distDir
β”‚   β”œβ”€β”€ components, pages: Mustache templates
β”‚   └── runtime: Runtime scripts and styles

πŸ’» Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn install Installs dependencies
yarn build Build development site to ./site/
yarn watch-js Build to ./site/ and watch for runtime JS and SCSS changes.
yarn build-production <base-url> Build production site to ./site/ with a custom base URL (e.g. /plugins)

🚧 Adding a plugin warning

Warning messages can be added to plugin pages by editing build/data/getPluginWarnings.ts.