From f0d9bf00dcdb68ed95c334c55dc06a4669c77fc7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2008 03:40:56 -0400 Subject: web commit by bremner: mention mnemosyne-blog --- doc/todo/comment_by_mail.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/comment_by_mail.mdwn b/doc/todo/comment_by_mail.mdwn index a1d364f11..ed9db0621 100644 --- a/doc/todo/comment_by_mail.mdwn +++ b/doc/todo/comment_by_mail.mdwn @@ -62,3 +62,8 @@ Any comments? Write them here or send them to [[DavidBremner]] >>[test](mailto:bremner@somewhere.ca?body=X-Iki-Page:%20test%0AX-Iki-thread:%20foobar). I hesitate to use the subject because every mail admin in the >> world seems to want to add things to the front of it. >> -- [[DavidBremner]] +>>> Although it is in python, just from reading the Debian ITP, it +>>> looks like +>>> [mnemosyne-blog](http://www.red-bean.com/~decklin/mnemosyne/) +>>> might be an interesting backend to use or at least steal ideas +>>> from :-) --[[David Bremner]] -- cgit v1.2.3 From 3e11f8b6aa6c3c71b54cdadbdc3cb3d49cb31ba6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2008 13:42:25 -0400 Subject: argh --- doc/todo/wikiwyg/discussion.mdwn | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'doc/todo') diff --git a/doc/todo/wikiwyg/discussion.mdwn b/doc/todo/wikiwyg/discussion.mdwn index cea64e951..cbf969471 100644 --- a/doc/todo/wikiwyg/discussion.mdwn +++ b/doc/todo/wikiwyg/discussion.mdwn @@ -75,7 +75,7 @@ changes.diff: /usr/share/ikiwiki/wikiwyg/ for the files. * When is the WIKIWYG variable in misc.tmpl used? * The WIKIWYG variable in misc.tmpl is used for the edit page. I believe that is what - you wanted me to do (Check [Revision 3840][]). + you wanted me to do (Check Revision 3840). * Ah, right. * Could you move the code that handles saving a page of the page into the plugin? I just added an editcontent hook, which should allow you to do @@ -153,10 +153,6 @@ Even just some of the smaller changes would be much easier for you to do than for me, and it would be nice to get them sorted out before I merge it into ikiwiki. --[[Joey] - -[Revision 3840]: http://ikiwiki.info/cgi-bin/viewvc.cgi?view=rev&root=ikiwiki&revision=3840 - - None of the links for the WYSIWYG editor work anymore. Does anyone have an up to date link? Thanks, [[Greg]] @@ -170,3 +166,12 @@ Thanks, [[Greg]] >> wikiwyg-specific stuff from git, it looks like I'd need to ask git for >> a diff between the wikiwyg branch and its branch point; is there a nice way to do >> that with gitweb, or would I need to install a full-fledged git client? --Chapman Flack + +>>> I think that the largest missing thing was support for using ikiwiki +>>> to render page previews. +>>> +>>> Erm.. I seem to have screwed up the creation or pushing out of the +>>> wikiwyg branch. It doesn't seem to have any of the wikiwyg changes in +>>> it, and at this point, I don't know where to find them anymore! Damn, +>>> damn, damn. I suspect I did that right when I was learning git, and +>>> screwed up pushing the branch. :-( --[[Joey]] -- cgit v1.2.3 From bb7ef14a2b411f71f3bb7acb55c6d8215b0b0c82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2008 13:42:49 -0400 Subject: update --- doc/todo/attachments.mdwn | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/todo') diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn index 08052f368..8c5c28615 100644 --- a/doc/todo/attachments.mdwn +++ b/doc/todo/attachments.mdwn @@ -1,7 +1,6 @@ Stuff the [[plugins/attachment]] plugin is currently missing, that might be nice to add: -* `mimetype()` pagespecs. (Using a mime type sniffer.) * Virus scanning. * Add a progress bar for attachment uploads (needs AJAX stuff..) * Maybe optimise the "Insert Links" button with javascript, so, if -- cgit v1.2.3 From f4e06ba343e37d08fbeb1ada6216a96a4c8a0cc2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Jul 2008 18:12:01 -0400 Subject: web commit by http://jcflack.myopenid.com/ --- doc/todo/Add_showdown_GUI_input/edit.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/todo/Add_showdown_GUI_input/edit.mdwn (limited to 'doc/todo') diff --git a/doc/todo/Add_showdown_GUI_input/edit.mdwn b/doc/todo/Add_showdown_GUI_input/edit.mdwn new file mode 100644 index 000000000..a3db94bdd --- /dev/null +++ b/doc/todo/Add_showdown_GUI_input/edit.mdwn @@ -0,0 +1,20 @@ +Add an option to use the Showdown GUI for editing or adding content. +It is BSD-licensed javascript that shows the rendered Markdown (or HTML) while editing. + +A demo is at + +(I read about this on the markdown mailing list.) + +> [[Wikiwyg]] also can provide a nice GUI for editing, although it would +> need to be expanded to support markdown. The benefit compared to showdown +> is that it provides a GUI for editing with widets for italics, etc, +> compared to showdown which still leaves input in markdown and seems more +> geared to a fast preview of the html. --[[Joey]] + +> Since we have semi-working wikiwgy and it's better, I'm considering this +> todo item as [[done]] or rather, will-not-be-done.. + +>> Given the unfortunate state of affairs for the wikiwyg project, could it +>> be worthwhile to consider this option again? It seems to have a companion +>> product (wmd) with formatting widgets and a live preview pane, that is +>> promised to be MIT licensed as of the next release.... --Chapman Flack -- cgit v1.2.3 From f6b86bfa5b5a9e791d996f8d5011018433c3b1d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2008 14:10:31 -0400 Subject: delete duplicate page, move comment to correct place --- doc/todo/Add_showdown_GUI_input/edit.mdwn | 20 -------------------- doc/todo/Add_showdown_GUI_input__47__edit.mdwn | 5 +++++ 2 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 doc/todo/Add_showdown_GUI_input/edit.mdwn (limited to 'doc/todo') diff --git a/doc/todo/Add_showdown_GUI_input/edit.mdwn b/doc/todo/Add_showdown_GUI_input/edit.mdwn deleted file mode 100644 index a3db94bdd..000000000 --- a/doc/todo/Add_showdown_GUI_input/edit.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -Add an option to use the Showdown GUI for editing or adding content. -It is BSD-licensed javascript that shows the rendered Markdown (or HTML) while editing. - -A demo is at - -(I read about this on the markdown mailing list.) - -> [[Wikiwyg]] also can provide a nice GUI for editing, although it would -> need to be expanded to support markdown. The benefit compared to showdown -> is that it provides a GUI for editing with widets for italics, etc, -> compared to showdown which still leaves input in markdown and seems more -> geared to a fast preview of the html. --[[Joey]] - -> Since we have semi-working wikiwgy and it's better, I'm considering this -> todo item as [[done]] or rather, will-not-be-done.. - ->> Given the unfortunate state of affairs for the wikiwyg project, could it ->> be worthwhile to consider this option again? It seems to have a companion ->> product (wmd) with formatting widgets and a live preview pane, that is ->> promised to be MIT licensed as of the next release.... --Chapman Flack diff --git a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn index 4a20a37c7..a3db94bdd 100644 --- a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn +++ b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn @@ -13,3 +13,8 @@ A demo is at > Since we have semi-working wikiwgy and it's better, I'm considering this > todo item as [[done]] or rather, will-not-be-done.. + +>> Given the unfortunate state of affairs for the wikiwyg project, could it +>> be worthwhile to consider this option again? It seems to have a companion +>> product (wmd) with formatting widgets and a live preview pane, that is +>> promised to be MIT licensed as of the next release.... --Chapman Flack -- cgit v1.2.3