generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
741 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in 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). | ||
|
||
## [0.2.0] - 2022-03-19 | ||
### Added | ||
- Partial support for LivePreview mode | ||
- Debug mode that will highlight LivePreview lines when enabled | ||
- Command to open the plugin's settings. Open the command palette and search for `Manage variables` | ||
|
||
|
||
## [0.1.0] - 2022-03-14 | ||
### Added | ||
- First implementation with support for Reading mode only | ||
- Variables can be added, edited and deleted | ||
- Variables can be configured to be vault-specific via the vault path property | ||
- Toggle between showing all variables and only the ones that apply | ||
- Filter shown variables | ||
- Copy current vault path button | ||
- Button to link to the documentation | ||
|
||
|
||
|
||
[0.2.0]: https://github.com/markdown-it/markdown-it/compare/0.2.0...0.1.0 | ||
[0.1.0]: https://github.com/markdown-it/markdown-it/releases/tag/0.1.0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.