Community
    • Login

    Can't figure out how to run WYSIWYG

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 6.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jim RobsonJ Offline
      Jim Robson
      last edited by

      Hi, I’m a brand new user and I appreciate this forum. Maybe I’m retarded but I can’t figure out how to enter the WYSIWYG mode. Thanks, Jim

      1 Reply Last reply Reply Quote 1
      • Jim RobsonJ Offline
        Jim Robson
        last edited by

        P.S. I’m running Notepad++ v 6.8.8 on Windows 10 in PHP. Thanks, Jim

        Claudia FrankC 1 Reply Last reply Reply Quote 0
        • Claudia FrankC Offline
          Claudia Frank @Jim Robson
          last edited by

          Hello Jim-Robson,

          I assume you are creating webpages with html and php
          and WYSIWYG refers to updated webpages which should be
          displayed automatically, correct?

          If so, no this doesn’t work that way. You need to edit the pages in npp
          and run (F5) it with your preferred browser. As you use php in addition,
          you need to have some web server instance running.

          In F5 dialog you can put in something like

          DRIVE:\YOUR_INSTALL_DIRECTORY\YOUR_BROWSER.exe http://localhost/$(FILE_NAME)
          

          DRIVE might be replaced with C, D, etc.
          YOUR_INSTALL_DIRECTORY is, of course the directory where your browser is installed
          YOUR_BROWSER.exe something like Firefox.exe etc.

          $(FILE_NAME) needs not to be replaces, it refers to the open active document but
          http://localhost/ may be, depending whether you store everything in web server root directory.

          In addition there is a nppExec plugin which does the same as F5 RUN function but with more
          functionality.

          Cheers
          Claudia

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors