├── Eng.md ├── Howm_tutorial_eng.pdf ├── Howm_tutorial_ru.pdf ├── README.md ├── RUS.md ├── howm-cup.svg └── welcome.gif /Eng.md: -------------------------------------------------------------------------------- 1 | ![](welcome.gif) 2 | 3 | ## Tutorial on howm package 4 | This tutorial is for people who: 5 | 1. Want to develop an efficient note-taking system that can effectively manage incoming information and internal thought flow. 6 | 2. Intend to use Emacs for this purpose. 7 | 3. Are not satisfied with popular solutions like org-roam. 8 | 9 | I'm sure that typos, spelling errors, stylistic inaccuracies, and semantic inconsistencies may have crept into the text. If you notice anything from this list, please let me know. I've created a special form for the sake of privacy. 10 | 11 | Send edits ☞ [here](https://forms.gle/AECEhwNjhzU57you7). I cannot guarantee fast edits, but I will make some revisions to the text, so please stay tuned. 12 | 13 | The instructions provided in this manual are valid for the howm version 1.5.1 14 | 15 | You can download the current version of the tutorial 16 | ### ☞ [here](Howm_tutorial_eng.pdf) 17 | 18 | ## Useful resources on howm: 19 | 1. [Official project page on GitHub by Kazuyuki Hiraoka](https://github.com/kaorahi/howm) 20 | 2. [Quick guide in English](https://kaorahi.github.io/howm/README.html) 21 | 3. [An article by Leah Nukirchen with some useful life hacks](https://leahneukirchen.org/blog/archive/2022/03/note-taking-in-emacs-with-howm.html) 22 | 4. [A post on opensource.com by Scott Nesbitt](https://opensource.com/article/18/7/emacs-modes-note-taking). I came across howm because of this passing mention. 23 | -------------------------------------------------------------------------------- /Howm_tutorial_eng.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emacs101/howm-manual/9889c137980f494983b963fbdc08964d5afae57d/Howm_tutorial_eng.pdf -------------------------------------------------------------------------------- /Howm_tutorial_ru.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emacs101/howm-manual/9889c137980f494983b963fbdc08964d5afae57d/Howm_tutorial_ru.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 🇬🇧 Eng 6 | Tutorial on howm package for folks who speak English [☞ here](Eng.md) 7 | 8 | 🇷🇺 Rus 9 | Руководство по пакету howm для русскоязычных [☞ здесь](RUS.md) 10 | 11 | -------------------------------------------------------------------------------- /RUS.md: -------------------------------------------------------------------------------- 1 | # Руководство по заметкоделию в howm 2 | 3 | Это пособие написано для тех, кто: 4 | 1. Хочет создать эффективную систему записей, позволяющих совладать с информационным потоком извне и потоком мыслей внутри. 5 | 2. Хочет использовать для этих целей Emacs. 6 | 3. Не удовлетворен популярными решениями типа org-roam. 7 | 8 | Я уверен, что в текст прокрались опечатки, ошибки в правописании, стилистические неточности, смысловые несуразности. 9 | Если вы заметите что-то из этого списка, сообщите мне, пожалуйста. Я создал специальную форму ради пущей приватности. 10 | 11 | Отправляйте правки сюда: 12 | https://forms.gle/XFMVki7aNoswcG7Q7 13 | 14 | Данная версия пособия тестировалась на MacBook Pro (Early 2015), macOS Monterey, Emacs 29.1 (Mac Port), Howm 20240229.1231 15 | 16 | Я не обещаю быстрых правок, но какие-то изменения в текст вноситься будут, так что держите руку на пульсе. 17 | 18 | Актуальную версию самоучителя можно скачать здесь: 19 | 20 | ## ☞ Заметкоделие в Howm 21 | 22 | ## Полезные ресурсы, связанные с howm 23 | - [Серия моих видео на Youtube с демонстрацией системы](https://youtube.com/playlist?list=PL7Hnu5RIVX3LidEkfJgaFOi6YLRLcJWG1). 24 | - [Статья для тех, кто только намеревается освоить Emacs](https://qnnnp.substack.com/p/emacs) 25 | - [Статья с обзором разных пакетов Emacs для базы знаний](https://qnnnp.substack.com/p/emacs-2a6) 26 | 27 | -------------------------------------------------------------------------------- /howm-cup.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /welcome.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Emacs101/howm-manual/9889c137980f494983b963fbdc08964d5afae57d/welcome.gif --------------------------------------------------------------------------------