Jump to content
You are about to reply to a thread that has been inactive for 1508 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Posted (edited)

Rich text feature request: https://jira.secondlife.com/browse/VWR-7467

3 hours ago, Oz Linden said:

At the very least we would have to add a different asset type because formatting would confuse scripts

I'm still waiting on a checkbox to turn on/off monospace font in notecards...

I'd be nice to have a checkbox to turn on/off a dark mode as well as that white background is pretty harsh.

Edited by Lucia Nightfire
Posted
On 10/12/2020 at 12:17 AM, Lucia Nightfire said:

Rich text feature request: https://jira.secondlife.com/browse/VWR-7467

I'm still waiting on a checkbox to turn on/off monospace font in notecards...

I'd be nice to have a checkbox to turn on/off a dark mode as well as that white background is pretty harsh.

Would be much easier to add a few colors in the colors.xml, hook it up to a color picker in the UI somewhere via XML editing and change the notecard text editor to use these colors. Then you can create your own dark mode. All of this can be done without having the recompile the Viewer and works in all Viewers.

  • Like 2
Posted
On 10/13/2020 at 3:27 PM, NiranV Dean said:

Would be much easier to add a few colors in the colors.xml, hook it up to a color picker in the UI somewhere via XML editing and change the notecard text editor to use these colors. Then you can create your own dark mode. All of this can be done without having the recompile the Viewer and works in all Viewers.

Make it so. 🙂

Then submit it to LL and pray they don't cherrypick/bork it...

Posted
On 10/12/2020 at 9:01 AM, Oz Linden said:

At the very least we would have to add a different asset type because formatting would confuse scripts

yes please!

Posted (edited)

 

On 10/11/2020 at 10:01 PM, Oz Linden said:

At the very least we would have to add a different asset type because formatting would confuse scripts

There is an alternative format named  markdown that could be easily added to viewers...

Edited by Sabrina Tamerlane
Posted
On 10/12/2020 at 1:17 AM, Lucia Nightfire said:

I'd be nice to have a checkbox to turn on/off a dark mode as well as that white background is pretty harsh.

You can have the Notecard Editor themed in the same colors as your script editor.

Open your client installation directory and locate the following file /skins/default/xui/en/floater_preview_notecard.xml

Find this part of code

    <text_editor
     type="string"
     length="1"
     embedded_items="true"
     follows="left|top|right|bottom"
     font="SansSerif"
     height="281"
     ignore_tab="false"
     layout="topleft"
     left="4"
     max_length="65536"
     name="Notecard Editor"
     parse_urls="false" 
     spellcheck="true"
     tab_group="1"
     top="46"
     width="392"
     word_wrap="true">
        Loading...
    </text_editor>

replace it withe the code exactly as shown below

    <text_editor
     type="string"
     length="1"
     embedded_items="true"
     follows="left|top|right|bottom"
     font="SansSerif"
     height="281"
     ignore_tab="false"
     layout="topleft"
     left="4"
     max_length="65536"
     name="Notecard Editor"
     text_color="ScriptText"
     default_color="ScriptText"
     bg_writeable_color="ScriptBackground"
     bg_focus_color="ScriptBackground"
     text_readonly_color="ScriptText"
     bg_readonly_color="ScriptBackground"
     bg_selected_color="ScriptSelectedColor"
     cursor_color="ScriptCursorColor"
     parse_urls="false" 
     spellcheck="true"
     tab_group="1"
     top="46"
     width="392"
     word_wrap="true">
        Loading...
    </text_editor>

Log in and theme both in the way you like.

FSdvyWY.gif

  • Like 1
  • Thanks 2
Posted
6 hours ago, NiranV Dean said:

How would they be able to bork this one?....

Never underestimate an LL developer's incessant need to invoke their own creative control, especially with submitted code.

  • Like 1
  • Thanks 1
Posted
On 10/17/2020 at 5:13 PM, Sabrina Tamerlane said:

 

There is an alternative format named  markdown that could be easily added to viewers...

The Viewer already does this in chat. Although LL removed the nice icon-ability from it.

Posted
6 hours ago, Ardy Lay said:

What's next?  Scalable Vector Graphics group role titles?  😉

i wants emojis. So that when I wear my group tag over my display name I can be squiggly squiggles over moar squiggly squiggles 😺

  • Haha 1
Posted

@Nick0678, I see you use Arch. But I've noticed something else about that screenshot that I can't quite put my finger on..... KDE Plasma? 🤣

Ok, seriously, I have never seen the Relentless viewer before. Is it going to be available for any Linux distro?

Posted
1 hour ago, KjartanEno said:

@Nick0678, I see you use Arch. But I've noticed something else about that screenshot that I can't quite put my finger on..... KDE Plasma? 🤣

Ok, seriously, I have never seen the Relentless viewer before. Is it going to be available for any Linux distro?

Nah not KDE , it's XFCE and actually on Ubuntu not Arch,  i just also use the same xfce theme with my other laptop that has XFCE/Arch.

Regarding the viewer, it's not a priority and not finished either, worked on it while we had covid lockdown so i had plenty of time, maybe in the future.

njZx4UE.png

Posted
30 minutes ago, Nick0678 said:

Nah not KDE , it's XFCE and actually on Ubuntu not Arch,  i just also use the same xfce theme with my other laptop that has XFCE/Arch.

Regarding the viewer, it's not a priority and not finished either, worked on it while we had covid lockdown so i had plenty of time, maybe in the future.

njZx4UE.png

Well, cool viewer skin! I just distro hopped to Pop_OS (Ubuntu 20.04) to see how their tiling extension fits my workflow. So far, it's alright.

  • Like 1
You are about to reply to a thread that has been inactive for 1508 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...