Community
    • Login

    Can't figure out how to run WYSIWYG

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 5.7k Views
    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
      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
        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
          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
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors