Emacs modespmwiki-modeAn Emacs-mode for editing wiki pages Note: These pages are under construction! Edit linksPmWiki/PmWiki
|
Ideas<< ChangeLog | Pages | Release instructions >> New features for pmwiki-mode: suggestions and ideasThis page is the right place to write down ideas for new features for PmWiki-mode. Suggestions for new featuresTake advantage of 'help-echo' for syntax illustrationsLinks could be made so that when holding the mouse over a link, the destination is shown in the message line. Make the fill-paragraph command be aware of markup syntaxWhen pressing Alt-q to invoke fill-paragraph, the result is often poor because the function doesn't understand the wiki syntax. Fix this so that fill-paragraph only acts on normal paragraphs. Add a function `pmwiki-close-all-buffers'The function should close all buffer related to pmwiki, i.e. all buffers running in pmwiki-mode or the *HTTP-... output buffers. Add a function `pmwiki-signature' that inserts a signature.The keyboard shortcut Fix so that a buffer is not marked as modified when it just has been loaded... Add spell checking functionalityHmm... I basically need to filter out all the markup and send it to ispell or aspell, that should be it more or less. Actually, a lazy version could just be to export it as plain text and then run spell checker on that. Automatic reloading in the browserWhen a page is saved, it would be nice if the browser would automatically reload that page. If this is possible to implement is probably quite dependent on the browser. Add a visited pages-bufferEverytime a page is opened, write the full address to a special
buffer. This buffer could simply be in pmwiki-mode, with the
URL-variable set. Then add a function Add a history-bufferBasically the same as visited pages-buffer, except that duplicate entries shouldn't be added. Add check agains overwriting pageAdd some saftey against overwriting some elses changes. One way to do this would be as follows:
Not a very nice solution though... Edit pages that have a PMWiki passwordEdit a page or a wiki that is protected by a password; which is set in pmwiki. Features that have been implemented, but not released |