D
ictionaryof
Vibes
.com
Full Index
Categories
Tip Jar
F
iles, folders, and formats
8 terms in this category.
C
SV
also: comma-separated values
A spreadsheet-like text file where each row is a line and each cell is separated by a comma.
f
ile extension
The three or four letters after the dot in a filename. Tells the computer what kind of file it is.
J
SON
A way of writing structured information so both humans and computers can read it.
m
arkdown
A simple way of writing formatted text using plain characters — stars for bold, hashes for headings.
p
lain text
Text with no formatting, fonts, or styling — just the characters themselves.
r
eadme
also: README.md
The file at the top of a project that explains what it is and how to use it.
s
chema
A description of the shape that data is supposed to take.
Y
AML
Another way of writing structured information, designed to be easier for humans to read than JSON.