acant / vim-conjoiner

Vim plugin for accessing conjoiner managed notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-conjoiner

Vim plugin for accessing conjoiner managed notes

Please see conjoiner.txt for commands and configuration details.

Managing Repositories

Each year a new $YEAR_DIR directory is created. This must be manually turning into a git repository, and connected to gitdocs for automatic syncing. Here is an example of the steps to do this:

cd $YEAR_DIR
git init
gitdocs add `pwd`
git remote add origin $GIT_HOSTNAME:$REPO_NAME
git push --set-upstream origin master

Research and Related Links

About

Vim plugin for accessing conjoiner managed notes

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%