Organized thoughts are the only thing standing between you and homelessness
- Simple Syntax Language Optimized for Cyber Note-Taking
- Futureproof Notetaking Technique
- Language Packs Available for Notepad++ and Vim
$At the beginning of a line to start a command- Optional
#in the middle to end a command and a note
```OAt the beginning of a line to start a code block```CAt the end of a line to end a code block
- Traditional markdown tables seem to be the most convenient to maintain aswell as remaining visably appealing
- 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
- Drag your folder of notes into Notepad++ creating a "Workspace"
- Language > User Defined Language > Define your language...
- Save As... > Name:
ntmd - Folder & Default tab
- Ext:
ntmd - Folding in code 2 style > Open:
{{{Close:}}}
- Operators & Delimiters tab
- Delimiter 1 style > Open:
$Close:((EOL #)) - Delimiter 2 style > Open:
>Close:((EOL :)) - Delimiter 3 style > Open:
```O> Close:```C
git clone [email protected]:CoolHandSquid/NoteTakingMarkDown
cp KMS_Setup/Vim/vimrc ~/.vimrc









