From 60a918684447db8fc4d790b9f2d0962ee3d2d2d4 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 10 Apr 2024 17:23:33 +1200 Subject: [PATCH] Remove old font --- css/style.css | 1 - docs.html | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index d95c5af..7fc2d27 100644 --- a/css/style.css +++ b/css/style.css @@ -112,7 +112,6 @@ a:hover { } .display-7 { - font-family: montserrat; font-size: 30px; font-weight: normal; } diff --git a/docs.html b/docs.html index d266c94..bce1227 100644 --- a/docs.html +++ b/docs.html @@ -136,7 +136,7 @@

Projects

the global settings, while other options (such as keymaps or the options in the [[settings]] block will be merged with the global ones, allowing you to only replace a few and leave the rest intact.

-

Creating a new project

+

Creating a new project

To create a new project, enter the projects/ directory by selecting the command Open Directory With Project Files in the command palette and create a new file with the following naming scheme: Your Project Name.focus-config. @@ -145,7 +145,7 @@

Projects

When you first launch Focus, there will be an Example Project.focus-config available for reference in the projects directory.

-

Switching to project

+

Switching to project

In the editor, executing the Switch To Project command will display a menu of available projects to switch to. When you switch to a project, Focus scans the configured workspace directories and loads all text files. @@ -165,16 +165,18 @@

Projects

FAQ

-

How do I add syntax highlighting for language X?

+
How do I add syntax highlighting for language X?

Ask on our Discord server. We might be able to add it or prioritize adding it. In Focus syntax highlighting is done by writing a language lexer. It is straightforward enough to add a lexer for a new language, but you have to have a Jai compiler.

-

Is there a VIM mode?

+
Is there a VIM mode?

There isn't, and it's unlikely there ever will be in the base editor. Someone might fork the editor and add one someday.

+
+