sublime-notes icon indicating copy to clipboard operation
sublime-notes copied to clipboard

Add Some Color for Credentials

Open You4eea opened this issue 8 years ago • 0 comments

Hey First Off, thanks for a great tool, as a DevOp/WebDev I often have lots of notes that are not realated to code and then I'll put a snippet in and there is no way to color the snippets, You have solved my biggest issue with all code tools, so thank you very much.

Hey is there a way for you to add some color a format like this for common credentials data. For example,

==================================
MYSQL DATABASE DETAILS:
==================================
HOST = Enter_URL_Here
dbName = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

==================================
WORDPRESS DETAILS:
==================================
URL = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

    Additional User:  YES  NO
    Uname = Enter_Username_Here
    Pword = Enter_Username_Here

==================================
FTP DETAILS:
==================================
HOST = Enter_URL_Here
Uname = Enter_Username_Here
Pword = Enter_Password_Here

Using the FTP as an example, something similar to your blue headers with a ":" but when a equal sign is used have the leftside be blue and the right side of the "=" yellow or something.

Or is there a way I can change this? that would be awesome..

Again, this is awesome! Thanks

~N

You4eea avatar Aug 25 '16 03:08 You4eea