1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Drop everything, apply new hypha structure to files

This commit is contained in:
Timur Ismagilov 2020-06-16 21:19:48 +05:00
parent aef4f1dd09
commit c69002de7b
13 changed files with 47 additions and 26 deletions

View File

@ -1,9 +0,0 @@
{
"createdAt": 1591636222,
"comment": "update Fruit",
"tags": ["fetus", "tasty"],
"mimeType": "application/x-hypha",
"markup": "md",
"name": "Fruit",
"author": "fungimaster"
}

View File

@ -1,8 +0,0 @@
{
"createdAt":1591635559,
"comment":"create Fruit",
"tags":["fetus", "tasty"],
"mimeType":"application/x-hypha",
"markup":"md",
"name":"Fruit",
"author":"bouncepaw"}

View File

@ -1,7 +0,0 @@
{"createdAt":1591639464,
"comment":"add apple pic hehehe",
"tags":["img"],
"mimeType":"image/jpeg",
"markup":"plain",
"name":"Apple",
"author":"bouncepaw"}

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

13
w/m/Fruit/Apple/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"revisions":{
"1":{
"name": "Apple",
"time": 1591639464,
"author": "bouncepaw",
"comment": "add apple pic hehehe",
"tags": ["img"],
"text_mime": "plain",
"binary_mime": "image/jpeg"
}
}
}

View File

@ -1 +0,0 @@
{"creationTime": 1591639284}

20
w/m/Fruit/meta.json Normal file
View File

@ -0,0 +1,20 @@
{
"revisions":{
"1":{
"name": "Fruit",
"time": 1591635559,
"author": "bouncepaw",
"comment": "create Fruit",
"tags": ["fetus", "tasty"],
"text_mime": "text/markdown"
},
"2":{
"name": "Fruit",
"time": 1591636222,
"author": "fungimaster",
"comment": "update Fruit",
"tags": ["fetus", "tasty"],
"text_mime": "text/markdown"
}
}
}

View File

@ -1 +0,0 @@
{"creationTime":1591635559}

3
w/m/sys/main.css/1.txt Normal file
View File

@ -0,0 +1,3 @@
b {
color: red;
}

View File

@ -0,0 +1,11 @@
{
"revisions":{
"1":{
"name": "main.css",
"time": 1592244023,
"author": "wikimind",
"comment": "make a placeholder style",
"text_mime": "text/css"
}
}
}