howm

詳細情報

タイトル howm
URL https://github.com/kaorahi/howm
バージョン ver 1.5.6
更新日 2026/03/05
追加日 2013/08/17
種別 フリーソフト
説明 Emacs用のWikiライクなメモ取り環境。

レビュー

概要

howmは、Emacs上で動作するWikiライクなメモ管理ツールです。「Write fragmentarily and read collectively(断片的に書き、集約的に読む)」というコンセプトのもと、2002年に開発が始まりました。従来の階層型メモ管理とは異なり、メモを断片的に自由な形式で書き溜め、後からフルテキスト検索やリンク機能によって関連メモをまとめて閲覧するスタイルを実現しています。20年以上にわたって継続的にメンテナンスされており、2023年にGitHubへ移行されました。現在の最新バージョンは1.5.6です。

主要な特徴・機能

  • フルテキスト検索: 全メモをインクリメンタル検索で素早く絞り込める
  • ハイパーリンク: メモ間のリンクを簡単に作成・参照できる(emacs-wiki.el方式)
  • 検索ベースのバックリンク: キーワードに関連するメモを自動的に集約表示
  • 形式の自由性: Markdown・Org-modeなど既存のEmacsエコシステムと組み合わせて使用可能
  • どこからでもキャプチャ: C-c , c で作業中のどの画面からでも即座にメモを取れる
  • メモ一覧表示: C-c , a ですべてのメモを日時順に一覧表示
  • TODO管理: メモにTODOタグを付けてタスク管理にも活用可能
  • カスタマイズ性: Emacs Lispで豊富な設定オプションを提供

対象ユーザー

  • Emacsを日常的に使用する開発者・研究者・ライター
  • 断片的なアイデアやメモを気軽に蓄積していきたいユーザー
  • 構造化に縛られない自由なメモ管理を好むユーザー
  • 検索を中心としたナレッジ管理ツールを探しているユーザー

ライセンス情報

howmはGPL-2.0ライセンスのもとで公開されているオープンソースソフトウェアです。無料で利用・改変・再配布が可能です。ソースコードはGitHub(kaorahi/howm)で公開されています。

スクリーンショット

スクリーンショットはありません。

更新グラフ

バージョン履歴

howm 1.5.6

Minor updates.

howm-1.5.0.tar.gz
Introduction by Leah Neukirchen (thx!)
1.4.8 to 1.5.0
"u" key (uniq) in summary buffer is now togglable. You can hit "u" again to cancel "uniq".
If you are interested in the incremental search, try M-x customize-group RET howm-iigrep RET and set howm-iigrep-show-what. It will be turned on by default in the next release.
howm-1.4.8.tar.gz
1.4.7 to 1.4.8
fix for Emacs 28.1
howm-1.4.7.tar.gz
1.4.6 to 1.4.7
fix a warning in byte compilation, etc. (`font-lock-fontify-buffer' is for interactive use only; use `font-lock-ensure' or `font-lock-flush' instead.)
howm-1.4.6.tar.gz
1.4.5 to 1.4.6
fix C-c , : (howm-find-yesterday) for newer Emacs.
howm-1.4.5.tar.gz
1.4.4 to 1.4.5
add French menu
thx
thx
Delete the old menu file 0000-00-00-000000.txt in your howm-directory.
Add (setq howm-menu-lang 'fr) into your .emacs.
Start Emacs and howm.
howm-1.4.4.tar.gz
(snapshot:
/
git
)
Customization
For customization, try 'M-x customize-group RET howm RET'.
1.4.3 to 1.4.4
fix for warnings in byte-compilation, etc.
howm-1.4.3.tar.gz
1.4.2 to 1.4.3
fix for emacs-25, etc.
howm-1.4.2.tar.gz
1.4.1 to 1.4.2
fix for emacs-24.3, etc.
howm-1.4.1.tar.gz
1.4.0 to 1.4.1
small bug fix, etc.
$Id: index.html,v 1.47 2012-12-27 03:23:31 hira Exp $
howm-1.4.0.tar.gz
1.3.9.2 to 1.4.0
INCOMPATIBLE update.
If you need compatibility with 1.3.*,
put (setq howm-compatible-to-ver1dot3 t) before (require 'howm) in your .emacs.
See M-x customize-group RET howm-compatibility RET for details.
Though howm-1.4.0 has a new menu file,
your old menu file is not updated automatically.
Copy en/0000-00-00-000000.txt into howm/ directory if you like.
Alternatively, you can cut and paste some parts of it to your
howm/0000-00-00-000000.txt by hand.
$Id: index.html,v 1.45 2012-08-16 09:52:07 hira Exp $