emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Emulate a wiki a la wikidpad
@ 2013-10-18  6:12 Marcelo de Moraes Serpa
  2013-10-18  6:49 ` Charles Philip Chan
  2013-10-30 21:19 ` Jambunathan K
  0 siblings, 2 replies; 4+ messages in thread
From: Marcelo de Moraes Serpa @ 2013-10-18  6:12 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Hey guys,

I love orgmode and I've been using it for many years. I know there are wiki
extensions for it and other extensions for emacs, but I've never found
something as easy and straightforwards as WikiDPad. Wikidpad is a real-time
wiki. It's really cool (http://wikidpad.sourceforge.net/).

What I'm looking for is an extension that could automatically link
camecased words in org files, and create its respective file in a specific
directory, if the file does not exist. I know it wouldn't be too difficult
to implement, but I'd like to check here first before trying to come up
with a solution myself.

The rationale is that it's a really great way to keep reference data, and
since it's in real time, you don't need to export to a format like HTML to
view it. It's just so convenient when brainstorming or for keeping notes.

Cheers!

Marcelo.

[-- Attachment #2: Type: text/html, Size: 1085 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emulate a wiki a la wikidpad
  2013-10-18  6:12 Emulate a wiki a la wikidpad Marcelo de Moraes Serpa
@ 2013-10-18  6:49 ` Charles Philip Chan
  2013-10-30 21:19 ` Jambunathan K
  1 sibling, 0 replies; 4+ messages in thread
From: Charles Philip Chan @ 2013-10-18  6:49 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> What I'm looking for is an extension that could automatically link
> camecased words in org files, and create its respective file in a
> specific directory, if the file does not exist. I know it wouldn't be
> too difficult to implement, but I'd like to check here first before
> trying to come up with a solution myself.

org-wikinodes.el in the contrib/lisp directory?

Charles

-- 
"Open Standards, Open Documents, and Open Source"

  -- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emulate a wiki a la wikidpad
  2013-10-18  6:12 Emulate a wiki a la wikidpad Marcelo de Moraes Serpa
  2013-10-18  6:49 ` Charles Philip Chan
@ 2013-10-30 21:19 ` Jambunathan K
  2013-11-17  3:44   ` Marcelo de Moraes Serpa
  1 sibling, 1 reply; 4+ messages in thread
From: Jambunathan K @ 2013-10-30 21:19 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: Org Mode


I am in the process of adding support for Org-mode markup to the Oddmuse
wiki engine.  I call the new wiki "Orgmuse".

Interested people can watch for my announcements in this space.

    http://www.oddmuse.org/wiki/Org_Markup_Extension

or watch the churnings in 
  
    http://repo.or.cz/w/orgmuse.git 

I planning to merge the Org modules to Oddmuse repo.

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> Hey guys,
>
> I love orgmode and I've been using it for many years. I know there are
> wiki extensions for it and other extensions for emacs, but I've never
> found something as easy and straightforwards as WikiDPad. Wikidpad is
> a real-time wiki. It's really cool (http://wikidpad.sourceforge.net/).
>
> What I'm looking for is an extension that could automatically link
> camecased words in org files, and create its respective file in a
> specific directory, if the file does not exist. I know it wouldn't be
> too difficult to implement, but I'd like to check here first before
> trying to come up with a solution myself.
>
> The rationale is that it's a really great way to keep reference data,
> and since it's in real time, you don't need to export to a format like
> HTML to view it. It's just so convenient when brainstorming or for
> keeping notes.
>
> Cheers!
>
> Marcelo.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emulate a wiki a la wikidpad
  2013-10-30 21:19 ` Jambunathan K
@ 2013-11-17  3:44   ` Marcelo de Moraes Serpa
  0 siblings, 0 replies; 4+ messages in thread
From: Marcelo de Moraes Serpa @ 2013-11-17  3:44 UTC (permalink / raw)
  To: Jambunathan K; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1632 bytes --]

I'm looking for something inside emacs, not exported. Org-wikinodes does
not work with filenames (although I can see it could be easy to add). I
want something like wikidpad.

Cheers.


On Wed, Oct 30, 2013 at 3:19 PM, Jambunathan K <kjambunathan@gmail.com>wrote:

>
> I am in the process of adding support for Org-mode markup to the Oddmuse
> wiki engine.  I call the new wiki "Orgmuse".
>
> Interested people can watch for my announcements in this space.
>
>     http://www.oddmuse.org/wiki/Org_Markup_Extension
>
> or watch the churnings in
>
>     http://repo.or.cz/w/orgmuse.git
>
> I planning to merge the Org modules to Oddmuse repo.
>
> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>
> > Hey guys,
> >
> > I love orgmode and I've been using it for many years. I know there are
> > wiki extensions for it and other extensions for emacs, but I've never
> > found something as easy and straightforwards as WikiDPad. Wikidpad is
> > a real-time wiki. It's really cool (http://wikidpad.sourceforge.net/).
> >
> > What I'm looking for is an extension that could automatically link
> > camecased words in org files, and create its respective file in a
> > specific directory, if the file does not exist. I know it wouldn't be
> > too difficult to implement, but I'd like to check here first before
> > trying to come up with a solution myself.
> >
> > The rationale is that it's a really great way to keep reference data,
> > and since it's in real time, you don't need to export to a format like
> > HTML to view it. It's just so convenient when brainstorming or for
> > keeping notes.
> >
> > Cheers!
> >
> > Marcelo.
>

[-- Attachment #2: Type: text/html, Size: 2523 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-17  3:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-18  6:12 Emulate a wiki a la wikidpad Marcelo de Moraes Serpa
2013-10-18  6:49 ` Charles Philip Chan
2013-10-30 21:19 ` Jambunathan K
2013-11-17  3:44   ` Marcelo de Moraes Serpa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).