Open-MBEE / exec-cameo-mdk

Cameo plugin for MMS sync and DocGen
https://www.openmbee.org/
Apache License 2.0
52 stars 29 forks source link

Questions about Undefined Cover Page of Project and <html> prefix #264

Open CampusClub opened 1 year ago

CampusClub commented 1 year ago

Hello! I followed the user mannual and tried to make a cover page of a document. It worked on some extent but there seems to be some bugs.

The first one is that when I define the cover page of a document using PARAGRAPH stereotype, it appears like this: test message of cover page You can see that there is a prefix of in front of the paragraph. I found that if the text is defined in the DOCUMENTATION attribute of the exposed element, there won't be this prefix. But if the text is directly defined in the BODY attribute of the PARAGRAPH and html option is checked, it comes with this prefix very often.

The second one is that the cover page will show up normally if I select a specific document in the left pane, as is shown in the above image. But if I renenter the project or switch to another project, i.e. no document is selected, the VE will show up as Undefined Cover Page, as is shown in this image: undefined cover page It seems to me that this Undefined Cover Page belongs to the project instead of the document, which means that although I defined the cover page of the document, there is still no definition of the project's cover page. But how should I define the cover page for the project? There seems not a place to do so in the view diagram.

Could anyone please help fix out these two problems?