Skip to content

Instantly share code, notes, and snippets.

@archeranimesh
archeranimesh / markdown.json
Created September 26, 2022 14:50
The vscode snippet code for markdown. This is similar snippet as sublime text 2 markdown editing.
{
// Place your snippets for markdown here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@archeranimesh
archeranimesh / PSPythonPath.sublime-project
Created May 16, 2017 05:44
Configuration for Sublime Text 3 With Anaconda Plugin for Build System.
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"C:\\Users\\animeshb\\AppData\\Local\\Continuum\\Anaconda\\envs\\py35\\python\" -u \"$file\""
}
],
@archeranimesh
archeranimesh / Markdown.tmpl
Created April 24, 2017 18:05
Markdown template for the File Header plugin in Sublime Text 2
Title: {{file_name_without_extension}}
Date: {{create_time}}
Modified: {{last_modified_time}}
Category: Pelican
Tags: pelican
Slug: {{file_name_without_extension}}
Author: {{author}}
subtitle:
Summary:
keywords: