Live captions and note-taking for any online or in-person dialogue. For use in education and business settings, Caption.Ed makes media more accessible.
howm: Write fragmentarily and read collectively. * Tutorial // Tutorial is nice Howm is a note-taking tool on Emacs. It is similar to emacs-wiki; you can enjoy hyperlinks and full-text search easily. It is not similar to emacs-wiki; it can be combined with any format.
Some users combine org-mode and howm. It is possible because howm is a minor mode. ;; from http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?OrgMode (require 'org) (add-hook 'org-mode-hook 'howm-mode) (add-to-list 'auto-mode-alist '("\\.howm$" . org-mode)) (setq howm-view-title-header "*") ;; *BEFORE* loading howm! (setq howm-prefix "\C-z") ;; change howm bindings from "C-c ," to "C-z" External grep command makes howm much faster. (setq howm-view-use-grep t) But too many notes and too long notes are impractical anyway. I like "one file for one day" rather than the default "one file for one note", with an experimental feature for search-in-result. (setq howm-file-name-format "%Y/%Y_%m_%d.rd") ;; I use RD format. (setq howm-view-search-in-result-correctly t) ;; be aware of paragraph See here for RD format. http://lists.sourceforge.jp/mailman/archives/howm-eng/2005/000014.html I rarely write titles for my notes; they are not necessary.
L. Dragan, A. Passant, T. Groza, und S. Handschuh. Proceedings of the 1st Workshop on Knowledge Injection into and Extraction from Linked Data (KIELD2010), (Oktober 2010)
H. Maldonado, B. Lee, S. Klemmer, und R. Pea. Minds, minds, and society. Proceedings of the Computer-supported Collaborative Learning Conference, Seite 486-495. New Brunswick, NJ, International Society of the Learning Sciences, (2007)