From: khi at users.sourceforge.jp (khi at users.sourceforge.jp)
Subject: [Howm-eng 17] Re: Question/Feature Requests
Date: Fri, 18 Nov 2005 23:57:00 +0900 [thread overview]
Message-ID: <m3y83m6m2r.wl@telperion.i> (raw)
Hi.
At Thu, 17 Nov 2005 13:23:30 -0500,
tongconsulting at gmail.com wrote:
> While using howm taking notes, I'd like to have some simple markup
> capability, such as those available from emacs-wiki/Muse mode (e.g.,
> "_underline_" "*emphasize*").
Here is an example.
;; _underline_ and *emphasize*
(setq howm-user-font-lock-keywords
'(("\\(^\\|\\s-\\)\\(_\\w+?_\\)\\(\\s-\\|$\\)"
2 'underline prepend)
("\\(^\\|\\s-\\)\\([*]\\w+?[*]\\)\\(\\s-\\|$\\)"
2 'font-lock-comment-face prepend)))
Ideally, I believe that howm itself should not offer any
formatting/markup rules, so that you can combine howm with your
favorite writing style. It's the first motivation why I'm not
satisfied with emacs-wiki and I began to make my own tool.
Since howm-mode is a minor-mode, it can be used with any other modes
theoretically. Indeed, I personally use rd-mode, rd-mode-plus, and
outline-minor-mode for markup and outline support, together with howm.
http://lists.sourceforge.jp/mailman/archives/howm-eng/2005/000014.html
Other combinations are not tested sufficiently. If you have any
trouble with outline+howm or org+howm, please let me know.
--
khi at users.sourceforge.jp
next reply other threads:[~2005-11-18 14:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-18 14:57 khi [this message]
2005-11-19 2:15 ` [Howm-eng 18] " tongconsulting
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3y83m6m2r.wl@telperion.i \
--to=howm-eng@lists.osdn.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).