Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • B

      Why headings are not displayed in the function list menu ?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      10
      1
      0 Votes
      10 Posts
      199 Views
      PeterJonesP
      @behrouz1 , I cannot see what’s going wrong. It all works perfectly when I set things up for myself, as decribed in the conversation above. My guess is there’s been a miscommunication or misunderstanding at some point. [image: 1789055108774-c25298be-8e66-4192-a1a8-3f3032cb3b45-image.jpeg] Here is a zip archive of a portable 8.9.6.4 set in Dark Mode: (http://pryrt.com/nppxml/npp8964_dark_md.zip). The zipfile will only be there for a few days, then I will delete this link. Download it. Look at the mentioned files and filestructure. Compare what’s wrong in yours compared to this working example.
    • Keith CollyerK

      wireloom in markdown viewers

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      2
      0 Votes
      2 Posts
      56 Views
      rdipardoR
      Provided you have MS Edge installed, here’s an example that works fine with the Preview HTML plugin: [image: 1789063091044-preview-html-wireloom.png] <!DOCTYPE html> <html> <head> <title>wireloom demo</title> </head> <body> <div id="container"></div> <script type="module"> import wireloom from 'https://cdn.jsdelivr.net/npm/wireloom@0.7.0/+esm'; wireloom.initialize({ theme: 'default' }); // Render a source string to an SVG string. const { svg } = await wireloom.render('my-diagram',` window "Sign in": header: text "Welcome" panel: input placeholder="Email" input placeholder="Password" type=password button "Sign in" primary `); document.getElementById('container').innerHTML = svg; </script> </body> </html>
    • Carlos SánchezC

      [New plugin] Smart Math

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      6
      1 Votes
      6 Posts
      911 Views
      Vitalii DovganV
      Now the plugin supports the Dark Mode by means of “SmartMath_Dark.udl.xml” (in addition to “SmartMath.udl.xml” which is the light one) and automatically applies either light or dark one. This is achieved by listening to NPPN_DARKMODECHANGED and requesting NPPM_ISDARKMODEENABLED to understand whether the dark UDL or the bright UDL to apply. A screenshot: [image: 1788983575005-055b172d-4091-4e16-a090-23e678758707-image.jpeg] Feel free to propose better colors if you are good in that :) The UDLs are here: https://github.com/d0vgan/npp-smart-math/tree/feature/powerful-calc/Notepad%2B%2B/userDefineLangs