I'm using the WYSIWYG module but I haven't actually decided which editor I am going to use yet but I am favouring either tinymce or ckeditor. I'm looking for a nice interface for allowing users to insert internal links.
I saw this discussion http://groups.drupal.org/node/44270, but none of the solutions suggested meet my requirements as I don't want my users to be shown a long list of all of my pages (or to have to remember the page title). Users should be able to browse through the menu structure (or taxonomy vocabulary) in order to find their page. http://drupal.org/project/linktocontent looks perfect seeing as it has both:
linktocontent_node.module
Link to every node of every enabled type by browsing through your taxonomy structure.
linktocontent_menu.module
Link to menu items by browsing through your menu structure. You can enable each menu you like (for example "Navigation" or "Primary links").
But there is no 6.x version, it looks like it's possibly been abandoned and there aren't that many sites using it. I really need something which lets users browse nodes in a structured way, is there really nothing like this out there? Surely it must be a very common requirement, perhaps I am just searching for the wrong terms. Can somebody help me out please? Thanks.