% Title % Name % Date
List
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!-- | |
| MINDMAPEXPORTFILTER md;markdown Markdown | |
| v. 0.1 | |
| This code released under the GPL. : (http://www.gnu.org/copyleft/gpl.html) | |
| Document : mm2markdown.xsl |
| /************************************************* | |
| * Public Constants | |
| *************************************************/ | |
| #define NOTE_B0 31 | |
| #define NOTE_C1 33 | |
| #define NOTE_CS1 35 | |
| #define NOTE_D1 37 | |
| #define NOTE_DS1 39 | |
| #define NOTE_E1 41 |
As configured in my dotfiles.
start new:
tmux
start new with session name:
Setup GitHub Pages "gh-pages" branch as a subfolder within the "master" project on your local checkout.
If you plan on switching between different branches (e.g. git checkout master-experiment
then revert back with git checkout master) you will loose your child folder from this tutorial (because it's in your
.gitignore and is not part of your master branch).