Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2973f7f138 | |||
| 2a58c22160 | |||
| beb6cfe709 | |||
| 44eb19d923 | |||
| 0354ddf41d | |||
| fede6c2873 | |||
| 141a7d062c |
7
channel.json
Normal file
7
channel.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$schema": "sublime://packagecontrol.io/schemas/channel",
|
||||||
|
"schema_version": "4.0.0",
|
||||||
|
"repositories": [
|
||||||
|
"https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/raw/branch/master/repository.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,15 +1,19 @@
|
|||||||
{
|
{
|
||||||
"schema_version": "3",
|
"schema_version": "3.0.0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "MarkdownLivePreview-Fork",
|
"name": "MarkdownLivePreview-Fork",
|
||||||
"description": "My enhanced live-preview fork of MarkdownLivePreview",
|
"description": "My enhanced live-preview fork of MarkdownLivePreview",
|
||||||
|
"author": "Christian Morpurgo",
|
||||||
|
"homepage": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview",
|
||||||
"releases": [
|
"releases": [
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "4.0.0",
|
||||||
"url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v0.0.0.zip"
|
"url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/archive/v4.0.0.zip",
|
||||||
|
"date": "2025-04-24 00:00:00",
|
||||||
|
"sublime_text": "*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user