More Premium Hugo Themes Premium Svelte Themes

Scallion Svelte

A wiki frontend app written in SvelteKit + Skeleton

Scallion Svelte

A wiki frontend app written in SvelteKit + Skeleton

Author Avatar Theme by mumez
Github Stars Github Stars: 8
Last Commit Last Commit: Nov 24, 2025 -
First Commit Created: Dec 18, 2023 -
Scallion Svelte screenshot

Overview

The scallion-svelte is a wiki frontend app developed using SvelteKit and Skeleton. It is designed to work with scallion-wiki-api as the wiki API backend. This app offers multiple features including Markdown support for page editing, authentication through Firebase using JWT, page locking for the wiki owner, versioning of pages, file attachments, support for multiple wikis, blog-style pages, localization, and full-text search.

Features

  • Markdown Editing: Utilizes Markdown format for page editing.
  • Authentication: Employs Firebase for authentication, using JWT.
  • Page Locking: Allows the wiki owner to lock pages, preventing edits by other users.
  • Versioning: Supports versioning of pages, enabling users to view and restore previous page versions as needed.
  • File Attachments: Permits users to attach files to pages, offering a convenient method for sharing documents and other resources.
  • Multiple Wikis: Accommodates multiple wikis.
  • Blog-Style Pages: Supports blog-style pages (bliki).
  • Localization Support: Provides localization support.
  • Full Text Search: Supports full text search functionality.

Installation

To install the scallion-svelte app, follow these steps:

  1. Clone the scallion-svelte repository.
  2. Navigate to the cloned repository’s directory.
  3. Install the dependencies by running the following command:
npm install
  1. Configure the necessary environment variables, such as the Firebase credentials.
  2. Start the app by running the following command:
npm run dev
  1. Access the app through the provided URL.

Summary

The scallion-svelte is a feature-rich wiki frontend app developed using SvelteKit and Skeleton. It offers a user-friendly interface for creating and managing wikis, with features like Markdown editing, authentication, page locking, versioning, file attachments, and more. With its support for multiple wikis, localization, and full-text search, it provides a comprehensive solution for building and maintaining wikis.