https://github.com/facelessuser/mdpopups_test
https://github.com/facelessuser/mdpopups_test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/facelessuser/mdpopups_test
- Owner: facelessuser
- Created: 2016-08-06T19:47:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T18:15:21.000Z (over 2 years ago)
- Last Synced: 2025-01-30T02:13:45.685Z (over 1 year ago)
- Language: Python
- Size: 5.1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# MdPopups Test Plugin
A plugin designed to test MdPopups.

## Usage
- Run command `Mdpopups: Test` and choose either popup, phantom, HTML Sheet, or HTML output. This demonstrates basic
formatting. HTML Sheet is ST4 specific.
- Run command `Mdpopups: Test Current View` and choose either popup, phantom, HTML Sheet, or HTML output. This will
parse the current view as the Markdown source.
- If you'd like to start with a view with the default frontmatter, run `Mdpopups: Create Test File`.
## Settings
Currently, the only available settings are for controlling which syntax is used for either the test file's Markdown
syntax or the HTML output result's syntax.
```
{
// Syntax to use for new test file
"markdown_syntax": "Packages/Markdown/Markdown.sublime-syntax",
// Syntax to use for HTML output
"html_syntax": "Packages/HTML/HTML.sublime-syntax"
}
```