Skip to content

text-forge/web-mode-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Forge web mode kit

Official web mode kit for Text Forge code editor


Web Mode Kit is a lightweight and functional mode kit for Text Forge code editor. It's a part of official Text Forge mode kits.

Kit Contents

  • HMTL Mode: Advanced mode for working with htm and html files, with smart auto formatting and highlighter. Also contains a simple code completion. 🔥 Smart outline added!
  • CSS Mode: Simple mode for css and scss files, with auto indention and highlighter. Also contains a simple code completion.
  • JavaScript Mode: Simple mode for js files, with complete highlighter. Also contains a simple code completion.
  • Markdown: Simple mode for Markdown files, with regex-based highlighter. 🔥 Smart outline added!
  • JSON: Advanced mode for working with json fildes, with smart auto formatting and simple highlighter.

Setup

Supports Text Forge 0.1-stable and newer versions.

Method 1: From releases

  • Download web-modekit.tfmode file from releases.
  • Open Text Forge and go to Settings > Mode Manager > Import Mode and select kit file.
  • Mode kit is ready to use. Please restart editor for safer experience.

Method 2: From repo

  • Download repo as zip and extract it.
  • Open editor data folder (use Settings > Open Data Folder)
  • Copy modes/ folder content to data modes/.
  • Restart editor.

Development

This project is under Text Forge organization and MIT license, so all contribution and development process is same as Text Forge project, for more information see online docs.