Files
Fabric/web
2025-05-16 23:44:06 -05:00
..
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2025-04-12 17:15:14 -04:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2025-03-16 12:21:50 -07:00
2024-11-26 08:50:31 -05:00
2024-11-26 08:50:31 -05:00
2025-01-10 03:44:54 -03:00
2024-11-26 08:50:31 -05:00
2024-12-16 18:40:15 -05:00

The Fabric Web App

Installing|Todos|Collaborators

This is a web app for Fabric. It was built using Svelte, SkeletonUI, and Mdsvex.

The goal of this app is to not only provide a user interface for Fabric, but also a out-of-the-box website for those who want to get started with web development, blogging, or to just have a web interface for fabric. You can use this app as a GUI interface for Fabric, a ready to go blog-site, or a website template for your own projects.

Preview

Installing

The app can be run by navigating to the web directory and using npm install, pnpm install, or your preferred package manager. Then simply run npm run dev, pnpm run dev, or your equivalent command to start the app. You will need to run fabric in a separate terminal with the fabric --serve command.

Tips

When creating new posts make sure to include a date, description, tags, and aliases. Only a date is needed to display a note.

You can include images, tags to other articles, code blocks, and more all within your markdown files.

If you choose to use Obsidian along side ths app

You can design and order your vault however you like, though a posts folder should be kept in your vault to house any articles you'd like to post.