Jahanvi Raychajahanvir.hashnode.dev·Aug 17, 2023Changing color scheme in fastnThe right colour scheme can evoke emotions, create visual interest, and direct a user’s attention to specific elements on a page. To change the color scheme in fastn follow along, Here we will use winter-cs color scheme. Step 1: Add dependency in FAS...DiscussAll About fastnfastn
Jahanvi Raychajahanvir.hashnode.dev·Aug 17, 2023Exploring my first custom fastn component - notification componentI tried my first fastn component today, which is the notification component. It is written by Ayush Soni. Find the component here. Within 5 minutes, I was able to create a notification. Follow the steps and you will be able to use it too. Step 1 - A...Discuss·1 like·33 readsAll About fastnfastn
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023How to add Notes/Warning box in fastnHow to add a component box in fastn fastn has an admonitions package which has components for, note warning tip danger info which can be used to display messsage. To use these components, add dependacy in FASTN.ftd, -- fastn.dependency: fiftht...DiscussAll About fastnWeb Development
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023How to add expand-collapse box in fastnfind out how easy it is to add box in Fastn fastn has an expander package which has a component called box. This box has a header area and a body area. One can expand or collapse the body area when clicking on the header area. It takes user-defined c...DiscussAll About fastnWeb Development
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023Unordered list and headers in fastnFollow How to use fastn, to get started with the fastn. To use headers and unordered lists in fastn, we need to make changes in index.ftd file. to use header, -- ds.h1: I am header 1 -- ds.h2: I am header 2 -- ds.h3: I am header 3 to use an unordere...DiscussAll About fastnWeb Development
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023Common fastn Error:fastn-Error: path: /, PackageError { message: "failed to parse P1Error(ParseError { message: \"start section body 'I am page body ;;Page body' after a newline!!\", doc_id: \"expander/\", line_number: 6 })" } When you forget to leave a space between ...DiscussAll About fastnerror handling
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023How to use fastn TemplatesRefer to writing the first application with fastn Now you should have FASTN.ftd and index.ftd files. Add dependency in FASTN.ftd as below, -- fastn.dependency: fastn-community.github.io/doc-site as doc-site -- import: fastn -- fastn.package: expande...DiscussAll About fastnOpen Source
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023Writing First fastn appTo install the fastn, follow the steps. Follow getting started with fastn and install the template. Now delete everything from the index.ftd and FASTN.ftd file Ok, now we will write FASTN.ftd file first, -- import: fastn -- fastn.package: expander N...Discuss·1 like·34 readsAll About fastnHello World
Jahanvi Raychajahanvir.hashnode.dev·Aug 15, 2023Getting started with fastnTo start using fastn, you need to install the fastn. To install fastn, follow the steps: For Mac: Clone fastn Github repository git clone fastn cd fastn cargo install --path=fastn To install cargo in mac, brew install cargo-c Now To see fastn in ...Discuss·31 readsAll About fastnWeb Development
Mayur Kawalemayurkawale04-securingwebapp.hashnode.dev·Aug 11, 2023Exploring FastN: Building My Navigative Landing PageAre you tired of the complex code of web development ? Enter FastN, a revolutionary language designed to simplify the web development process, even for beginners with minimal front-end experience. As someone who embarked on this journey, I'm excited ...Discuss·1 likefastn