Skip to content

VSCode extension for support of FTML, the markup language of SCP Foundation

License

Notifications You must be signed in to change notification settings

Zokhoi/vscode-ftml

Repository files navigation

FTML/Wikidot Workshop for VSCode

version

A VSCode extension for support of FTML, the markup language of SCP Foundation.

This extension supports only a subset of Wikidot text (Wikitext), refered to as FTML (Foundation Text Markup Language).

Features for desktop and web VSCode

  • Syntax highlighting
    • applicable to file extensions .ftml, .wd, .wikidot, .wj, .wikijump
  • Wikitext Live preview

vscode-ftml-live-preview

Features for desktop VSCode only

  • Retreiving Wikidot page wikitext source and metadata
  • Diffing between local and remote content

vscode-ftml-fetch

  • Pushing local wikitext files to Wikidot

vscode-ftml-push

Development

This repository uses pnpm for package management.

Install development dependencies and use

pnpm run compile

for compiling.

References