removed: snippets for md headings
This commit is contained in:
parent
9fcb32793d
commit
ce39e4808e
15
main.js
15
main.js
|
@ -1138,21 +1138,6 @@ function initsnippets()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// md headings
|
|
||||||
for (var i = 1; i <= 3; i++)
|
|
||||||
{
|
|
||||||
if (!snippets.find(s => s.command == "/" + i))
|
|
||||||
{
|
|
||||||
snippets.push(
|
|
||||||
{
|
|
||||||
command: "/" + i,
|
|
||||||
hint: "Heading " + i,
|
|
||||||
insert: "#".repeat(i) + " ",
|
|
||||||
cursor: 0
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function initvault()
|
function initvault()
|
||||||
|
|
Loading…
Reference in New Issue