Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: evidence-dev/evidence-vscode

Patch Release: Refine Scope of Slash Commands to Markdown Documents

27 Jun 15:29
Compare
Choose a tag to compare
  • Refines the scope of slash commands to only markdown documents within Evidence projects
  • Removes the "Press / " prompt in non-markdown files

Patch Release: Update Template for New Projects

26 Jun 21:56
fededb8
Compare
Choose a tag to compare
  • Update template for new projects

Patch Release: Fix for Slash Command Availability Conditions

26 Jun 14:42
cb6d321
Compare
Choose a tag to compare
  • Slash command now only fires if you are focused within a markdown document

Slash command and improved autocomplete options

23 Jun 19:54
96d0435
Compare
Choose a tag to compare
  • Add new autocomplete options and a slash command to open menu of available components
    (#119)

Walkthrough step to create new project

19 Jun 16:18
Compare
Choose a tag to compare
  • Add walkthrough step to create a new project when one isn't detected
    (#117)
  • Modify settings command names

Smooth Onboarding Improvements

15 Jun 22:53
Compare
Choose a tag to compare
  • Automatically open folder when new project created (#81)
  • Automatically open index.md and walkthrough on new project creatio(#85)
  • Add keyboard shortcuts (#89)
  • Simplify CLI output(#92)
  • Automatically install dependencies when needed(#95)
  • Add setting for default preview position(#102)
  • Improve NodeJS dependency check and download prompt(#105)
  • Add getting started walkthrough (#109)

Patch Release: Fix for new project template gitignore

08 Jun 19:31
Compare
Choose a tag to compare

Adds other folders and files to gitignore to match standard Evidence template project.

Patch Release: Fix for folder overwrite

08 Jun 00:36
Compare
Choose a tag to compare
  • Fixes an issue where choosing a non-empty folder to create a new project overwrote files in the folder

New Evidence Project onboarding experience enhancements release

06 Jun 18:21
Compare
Choose a tag to compare

See new Evidence VS Code extension v1.1.0 features and enhancements details in changelog.md

New Evidence Project from start to finish demo:

evidence-project-start

Evidence VS Code Extension with Interactive Commands

30 May 19:07
Compare
Choose a tag to compare

Evidence extension v1.0.0 adds new interactive command features to streamline Evidence BI applications developement in VS Code and enhance new users onboarding experience.

Main new features include Evidence app and pages Preview using built-in simple browser extension, new Terminal API, Evidence dev server status bar, and custom Evidence commands to create, update, develop and build Evidance BI applications using built-in file, editor, terminal and context menus VS Code features and public extension APIs.

View CHANGELOG.md details.

Evidence App Run