witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static
Dan Helfman 52fd0d154a * Implemented a link_title() convenience function to get the link title from a link, either from
it's query string "title=" arg or from the actual contained title.
 * Made use of this new function in various places where title-grabbing was being done manually.
 * Made Editor.mouse_clicked() highlight and bail if there's already an open editor with a matching
   title. (Previously, it only did this matching by id.)
 * Wiki.load_editor() now looks to an open Link_pulldown's title field for the note's title, if
   available.
 * Link_pulldown formats "title=" query string args with MochiKit's queryString() to escape spaces
   and such.
 * Updated NOTE_LINK_PATTERN in wiki download view (untested currently).
2007-08-15 00:18:30 +00:00
..
css Code mostly related to manipulating wiki links, plus a new link pulldown: 2007-08-14 04:13:49 +00:00
html Making the source code link an actual external link. 2007-08-08 20:18:55 +00:00
images Adding a lame initial favicon.ico. 2007-08-02 19:54:47 +00:00
js * Implemented a link_title() convenience function to get the link title from a link, either from 2007-08-15 00:18:30 +00:00