Custom node types

Is there any way to put icon + ? in front of custom nodes? They are all set in thunderbolt (modify)
Thank you!

It depends on the type of custom node. For C# it is like this:

If in Python, open the dyf in a text editor with dynamo closed.

Under the Category property, set it to your package name followed by:

.Query
.Action
.Create

For ?, thunderbolt or + respectively, e.g.

Note that in Crumple I abuse an extra layer naming system between the paxkage name and the suffix in some cases to group my nodes together by function in the library and by name.

You can see examples of this in my package:

Crumple > About > Node (query)

An example of a nested node/name:

Crumple > Application > Windows > Node (action)

Thank my teacher! :smiley: