-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Use Markdown to render rich text formatting in node notes. #4091
Comments
Isn't that what meshCmd is all about? |
@silversword411 meshCmd is a console app that creates port maps. deviceMeshRouterLinks feature allows additional Web GUI links to be shown on the Mesh central web to configure MeshRouter. Above was a suggestion of extending this. |
this was added recently in a PR, should already be available in latest release, if not next release, |
i am just reopening this as i was looking into the markdown feature |
I've just enabled showNotesPanel: true in my config and it works as expected. I would like the mark up as some devices I look after have URLs to access, this will allow them to be listed and linked. |
@b8two @fordcrews this ok? the textbox is scrollable! |
Signed-off-by: si458 <simonsmith5521@gmail.com>
added for you! |
Excellent, My deployment is in Docker, so I'll try to update with the next release that is tied in with image: Typhonragewind/meshcentral-docker |
you really should be using the offical docker image as its practially identical |
@si458 I've updated my docker to the official image. I don't think I found the image back in April when I was converting across from a native install to docker. Also, one minor update to this mark up, can the links open to a new tab / window? |
Sorry for the delay, erm. I'm not sure I'll have to check this? |
@b8two ok so the standard markdown url links DONT use |
Signed-off-by: si458 <simonsmith5521@gmail.com>
Hi Ylianst,
When on the General Tab on my FHD Screen, there is a big empty space between the " Group / OS Name" table on the left and the icon on the right. I thought it would be nice to have the "Notes" displayed there scrollable and read only. Keep the "Notes" button to edit the contents.
Additionally it would be nice to use Markdown (or similar) to render rich text formatting in node notes.
If possible, it would be nice to be able to add in some Mesh Central specific syntax to create custom MeshCentral Router links similar to the RDP, HTTP, HTTPS links but can be custom. Something like {Protocol}://{meshID}:{port}/ e.g. the standard HTTP link equivilent http://{meshID}:80/
I think this would help for those people that have some devices with custom port apps that don't apply to all machines in mesh central.
The text was updated successfully, but these errors were encountered: