diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index bd7fd4f5..ecd2d417 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -9657,8 +9657,11 @@ for i in range(nres): rclblob indexing script later):

-            application/x-blobapp = exec rclblob
-          
+application/x-blobapp = exec rclblob +

Or if the files are mostly text and you don't + need to process them for indexing:

+
+application/x-blobapp = internal text/plain
  • Under the [icons] diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 711cf3c6..77f64e30 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -6596,8 +6596,11 @@ for i in range(nres): section, add the following line (more about the rclblob indexing script later): - application/x-blobapp = exec rclblob - +application/x-blobapp = exec rclblob + Or if the files are mostly text and you don't need to process them + for indexing: +application/x-blobapp = internal text/plain + Under the [icons] section, you should choose an icon to be displayed for the @@ -6622,6 +6625,7 @@ for i in range(nres): programming section describes in more detail how to write an input handler. +