# Vimtrospection _ _ _ _ /\ /(_)_ __ ___ | |_ _ __ ___ ___ _ __ ___ ___| |_(_) ___ _ __ \ \ / / | '_ ` _ \| __| '__/ _ \/ __| '_ \ / _ \/ __| __| |/ _ \| '_ \ \ V /| | | | | | | |_| | | (_) \__ \ |_) | __/ (__| |_| | (_) | | | | \_/ |_|_| |_| |_|\__|_| \___/|___/ .__/ \___|\___|\__|_|\___/|_| |_| |_| ## Описание Данный скрипт предназначен для получения статистики из дневника, ведущегося в [vimwiki](https://github.com/vimwiki/vimwiki). ## Основные функции - Индексная страница в виде календаря со ссылками на даты. - Частотный список слов. - Частотный список меток (`*[Tag 1, Tag 2]*`). - Отображение используемых меток на временной шкале. - Отображение всех TODO-элементов (`* [ ] TODO: text`) на одной странице. ## Использование 1. Указать пути к vimwiki в переменных пространства имён `options`. 2. Запустить сценарий: `$ vimtrospection.tcl`. ----- ### NB: Скрипт не разрабатывается и представляет ценность только как пример работы с vim и vimwiki при помощи языка Tcl. ## Лицензия Copyright (C) 2010-2019, Maxim Lihachev, This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .