Skip to content

Commit

Permalink
feat(vscode-notes): added new features
Browse files Browse the repository at this point in the history
- Added Notes.notesDefaultNotesExtension
- Added Notes.notesExtensions
  • Loading branch information
dionmunk committed Dec 27, 2023
1 parent 6bcbea3 commit a7f1c41
Show file tree
Hide file tree
Showing 7 changed files with 3,655 additions and 3,103 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.vscode/**
.vscode-test/**
_source/**
dist/**
notes/**
out/**
src/**
Expand Down
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

All notable changes to the "vscode-notes" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0]
## [1.2.0] - 2023-12-27

### Added

* new Notes.notesDefaultNotesExtension setting to set extension of new notes. The default is `md`.
* new Notes.notesExtensions setting to allow Notes to detect different file types when generating a list of notes. Must be a comma separated list of file extensions eg: `md,markdown,txt` etc. The default is `md,markdown,txt`.

### Fixed

* Updated packages and requirements to latest versions.

## [1.1.0] - 2020-04-04

### Added

Expand All @@ -29,5 +41,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
* list new notes

[Unreleased]: https://github.com/dionmunk/vscode-notes/compare/v1.1.0...HEAD
[1.2.0]: https://github.com/dionmunk/vscode-notes/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/dionmunk/vscode-notes/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/dionmunk/vscode-notes/compare/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Creative Commons](https://flat.badgen.net/badge/license/CC-BY-NC-4.0/orange)](https://creativecommons.org/licenses/by-nc/4.0/)
[![GitHub](https://flat.badgen.net/github/release/dionmunk/vscode-notes/)](https://github.com/dionmunk/vscode-notes/releases)
[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs-short/dionmunk.vscode-notes.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=dionmunk.vscode-notes)
[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/installs/dionmunk.vscode-notes.png?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=dionmunk.vscode-notes)

Notes is a Markdown focused notes extension for Visual Studio Code that takes inspiration from Notational Velocity and nvAlt.

Expand Down
Loading

0 comments on commit a7f1c41

Please sign in to comment.