Skip to content

CoolHandSquid/NoteTakingMarkDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-Taking Flavored MarkDown

Organized thoughts are the only thing standing between you and homelessness

Contents

Purpose

  • Simple Syntax Language Optimized for Cyber Note-Taking
  • Futureproof Notetaking Technique
  • Language Packs Available for Notepad++ and Vim

NTMD Syntax

ForCommands

  • $ At the beginning of a line to start a command
  • Optional # in the middle to end a command and a note Command_Example_and_Structure

Definitions

  • > At the beginning of a line to define a word
  • : To end the word and begin the definition Definition_Example

Code Blocks

  • ```O At the beginning of a line to start a code block
  • ```C At the end of a line to end a code block

Code_Block_Example

Tables

  • Traditional markdown tables seem to be the most convenient to maintain aswell as remaining visably appealing

Table_Example

Folding

  • Top folds with ### and Second folds with # still on the first tab (To minimize the amount of tabs needed overall)
  • Bottom of folds Tabbed properly and with the corresponding ### or # to easily keep track of relationship

TopFolds

Getting Started

NotePad-Plus-Plus

  1. Drag your folder of notes into Notepad++ creating a "Workspace"
  2. Language > User Defined Language > Define your language...
  3. Save As... > Name: ntmd
  4. Folder & Default tab
  • Ext: ntmd
  • Folding in code 2 style > Open: {{{ Close: }}}
  1. Operators & Delimiters tab
  • Delimiter 1 style > Open: $ Close: ((EOL #))
  • Delimiter 2 style > Open: > Close: ((EOL :))
  • Delimiter 3 style > Open: ```O > Close: ```C
Example Setup Images Create_Workspace Define_Your_Language Create_New_Language Define_Folds_and_Ext Define_HighLighting

Vim

git clone [email protected]:CoolHandSquid/NoteTakingMarkDown
cp KMS_Setup/Vim/vimrc ~/.vimrc

Define_HighLighting

About

Simple Syntax Language Optimized for Cyber Note Taking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors