{"id":13303,"date":"2017-01-24T08:00:28","date_gmt":"2017-01-24T16:00:28","guid":{"rendered":"https:\/\/www.sapien.com\/blog\/?p=13303"},"modified":"2017-01-20T15:17:49","modified_gmt":"2017-01-20T23:17:49","slug":"powershell-helpwriter-2017-whats-new-part-2","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2017\/01\/24\/powershell-helpwriter-2017-whats-new-part-2\/","title":{"rendered":"PowerShell HelpWriter 2017: What&rsquo;s New? (Part 2)"},"content":{"rendered":"<p>We\u2019ve written a series of blog posts to introduce you to the newest features of the product and in this release, we made major changes to PowerShell HelpWriter.<\/p>\n<p>In <a href=\"https:\/\/www.sapien.com\/blog\/2017\/01\/17\/powershell-helpwriter-2017-what-new-part-1\/\">Part 1<\/a>, we looked at the new UI changes to the designer and the editor.<\/p>\n<p>In Part 2, we are looking at the new project feature for PowerShell HelpWriter.<\/p>\n<p>&nbsp;<\/p>\n<h2>Projects<\/h2>\n<p>PowerShell HelpWriter introduces projects to manage multi-file help, deployment and to keep track of the source module.<\/p>\n<p>&nbsp;<\/p>\n<h3>Are projects required?<\/h3>\n<p>No, you do not have to use projects to maintain your help files, but using a project will have the following benefits:<\/p>\n<ol>\n<li>Keep track of the source module, which allow you to rebuild the help files in order to reflect changes in the module.<\/li>\n<li>Organize all your help files in one location without having to leave PowerShell HelpWriter 2017.<\/li>\n<li>Automatically backup existing help files when a module version changes or when you rebuild the help.<\/li>\n<li>Ensure that you have access to project specific features and upcoming project features.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3>How do I create a project?<\/h3>\n<p>PowerShell HelpWriter 2017 will create a project when you select the <strong>Help Project (From Module)<\/strong> command or the <strong>New Help Project (Empty) <\/strong>commands.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/New-Help-Project.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"New Help Project\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/New-Help-Project_thumb.png\" alt=\"New Help Project\" width=\"431\" height=\"380\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>If you select <strong>Help Project (From Module)<\/strong>, you will be presented with a dialog to select the module from which to generate a help file.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Select-Module-Dialog-1.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Select Module Dialog\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Select-Module-Dialog_thumb-1.png\" alt=\"Select Module Dialog\" width=\"644\" height=\"355\" border=\"0\" \/><\/a><\/p>\n<p>Optionally, you can use the <strong>Browse<\/strong> button to select the module. You will need to use this option if the module is not located in a discoverable <em>PSModulePath<\/em> directory.<\/p>\n<p>&nbsp;<\/p>\n<p>Next you are presented with the <strong>New Help Project<\/strong> dialog. This dialog will allow you to configure the project\u2019s settings and name.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/New-Help-Project-Dialog.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"New Help Project Dialog\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/New-Help-Project-Dialog_thumb.png\" alt=\"New Help Project Dialog\" width=\"523\" height=\"242\" border=\"0\" \/><\/a><\/p>\n<table class=\"nicetable\" border=\"0\" width=\"832\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"144\"><strong>Setting<\/strong><\/td>\n<td valign=\"top\" width=\"686\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Project Name<\/td>\n<td valign=\"top\" width=\"686\">Sets the name of the project. This defaults to the module\u2019s name.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Location<\/td>\n<td valign=\"top\" width=\"686\">The folder to save the project in.\u00a0 You will want to keep the help project outside of the module folder otherwise the project files and backups may clutter your module directory.\u00a0 The default location for projects is:<\/p>\n<p>\\My Documents\\SAPIEN\\Help Projects<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Create Project Folder<\/td>\n<td valign=\"top\" width=\"686\">Creates a subdirectory in the <strong>Location<\/strong> folder using the project\u2019s name.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Language Folder<\/td>\n<td valign=\"top\" width=\"686\">Sets the destination folder within the project to store the help files. The default value is dependent on the default culture of the computer.<\/p>\n<p>For example: <strong>en-US<\/strong> for English (United States).<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Rebuild Using<\/td>\n<td valign=\"top\" width=\"686\">Specifies what method HelpWriter should use to import the module in order to rebuild the help files.<\/p>\n<p><em>Module\u2019s Path:<\/em><br \/>\nRebuilds the help files by using the module\u2019s file path to import the module.<br \/>\nUse this setting when you want a specific version of the module or when the module is located outside a <em>PSModulePath<\/em> directory.<\/p>\n<p><em>Module\u2019s Name:<\/em><br \/>\nRebuilds the help files by using the module\u2019s name to import the module.<br \/>\nUse this setting when you want rebuild using the latest version of the module as determined by PowerShell.<br \/>\nNote: The module must be located in a <em>PSModulePath<\/em> directory.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Once you have selected your options, press the <strong>Create<\/strong> button and you now have your new project.\u00a0 The newly created project will contain a sample about topic for your convenience. Now you can use the Project panel to modify the project settings or edit the generated files.<\/p>\n<p>&nbsp;<\/p>\n<h3>Project Panel<\/h3>\n<p>The Project panel allows you to add, remove and manipulate the project files. You can also use the panel to open the project\u2019s folder or the module\u2019s folder in Windows Explorer. Those of you who work with projects in PowerShell Studio, will find this panel familiar.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Project-Panel.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Project Panel\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Project-Panel_thumb.png\" alt=\"Project Panel\" width=\"240\" height=\"285\" border=\"0\" \/><\/a><\/p>\n<p>The project contains the specified language folder and a sample about text file, in addition to the generated help files.<\/p>\n<p>From the Project panel, you can:<\/p>\n<ol>\n<li>Rename files or the project.<\/li>\n<li>Add new files to the project.<\/li>\n<li>Add existing files to the project.<\/li>\n<li>Create folders<\/li>\n<li>Open the project folder in Windows Explorer.<\/li>\n<li>Open the module\u2019s folder in Windows Explorer.<\/li>\n<li>Refresh the module information (see below).<\/li>\n<li>Deploy the help files to the module (see below).<\/li>\n<li>Rebuild the help files from the module (see below).<\/li>\n<\/ol>\n<p>Select a file node or the project node in order to modify the settings in the Properties panel.<\/p>\n<p>&nbsp;<\/p>\n<h3>Properties Panel and Project Properties<\/h3>\n<p>As, we mentioned the Properties panel allows you to modify file or project properties\/settings depending on the selection in the Project panel.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Properties-Panel.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Properties Panel\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Properties-Panel_thumb.png\" alt=\"Properties Panel\" width=\"253\" height=\"430\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Now we will take a look at the project\u2019s properties.\u00a0 The project\u2019s properties are grouped into two categories: <em>Module<\/em> and <em>Project<\/em>.<\/p>\n<h4>Project Category<\/h4>\n<p>The project category pertains to the project itself.<\/p>\n<table class=\"nicetable\" border=\"0\" width=\"832\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"144\"><strong>Property<\/strong><\/td>\n<td valign=\"top\" width=\"686\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Project Name<\/td>\n<td valign=\"top\" width=\"686\">Specifies the name of the project. You can rename the project by editing this property.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Project Path<\/td>\n<td valign=\"top\" width=\"686\">Displays the location of the help project.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h4>Module Category<\/h4>\n<p>The module category contains the module specific information and settings.<\/p>\n<table class=\"nicetable\" border=\"0\" width=\"832\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"144\"><strong>Property<\/strong><\/td>\n<td valign=\"top\" width=\"686\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Module Name<\/td>\n<td valign=\"top\" width=\"686\">Specifies the name of the Module. This value is used to rebuild the help file depending on the <strong>Rebuild Using<\/strong> property (see below). You can edit this value.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Module Path<\/td>\n<td valign=\"top\" width=\"686\">Displays the location of the help projects. This value is used to rebuild the help file depending on the<strong> Rebuild Using<\/strong> property (see below). You can edit this value to select a specific version of the module.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Module Version<\/td>\n<td valign=\"top\" width=\"686\">The last detected version number of the module.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"144\">Rebuild Using<\/td>\n<td valign=\"top\" width=\"686\">This property was determined in the <strong>New Help Project<\/strong> dialog (See above).<br \/>\n<strong>Rebuild Using<\/strong> specifies what method PowerShell HelpWriter will use to import the module in order to rebuild the help files.<\/p>\n<p><em>Path:<\/em><br \/>\nRebuilds the help files by using the project\u2019s <strong>Module Path<\/strong> property to import the module.<\/p>\n<p><em>Name:<\/em><br \/>\nRebuilds the help files by using the project\u2019s <strong>Module Name<\/strong> property to import the module.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Deploying Help Files<\/h3>\n<p>Since the project is purposely kept outside the module\u2019s directory, we added the <strong>Deploy<\/strong> command.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Deploy.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Ribbon - Deploy\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Deploy_thumb.png\" alt=\"Ribbon - Deploy\" width=\"644\" height=\"98\" border=\"0\" \/><\/a><\/p>\n<p>Use the <strong>Deploy<\/strong> command to ensure your help files are accessible by PowerShell when loading the target module. When you deploy, PowerShell HelpWriter will copy the project\u2019s help files, including the folder structure, over to the module\u2019s directory. The module location is determined by the project\u2019s <strong>Module Path<\/strong> property.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Deploying.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Deploying\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Deploying_thumb.png\" alt=\"Deploying\" width=\"644\" height=\"250\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #800000;\">Important: If you generated xml help from comment-based help, you will need to update any exported function\u2019s help-comment to include a .EXTERNALHELP line:<\/span><\/p>\n<pre style=\"background-color: #ffffff;\"><span style=\"color: #008000;\">&lt;#\r\n.EXTERNALHELP MyModule.psm1-Help.xml\r\n#&gt;<\/span>\r\n<span style=\"color: #0000ff;\">function<\/span> <span style=\"color: #008080;\">Get-MyFunction<\/span><span style=\"color: #000000;\">\r\n{\r\n\r\n}<\/span><\/pre>\n<p>&nbsp;<\/p>\n<h3>Rebuilding Help<\/h3>\n<p>The <strong>Rebuild<\/strong> command will reconstruct the help files from the source module and <em><strong>will replace the existing files <\/strong><\/em>in the project.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Rebuild.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Ribbon - Rebuild\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Rebuild_thumb.png\" alt=\"Ribbon - Rebuild\" width=\"644\" height=\"98\" border=\"0\" \/><\/a><\/p>\n<h4>Automatic Backup<\/h4>\n<p>Before rebuilding and replacing the help file, PowerShell HelpWriter automatically backup all your project files to the following directory:<\/p>\n<blockquote><p>Project Folder\\Help_Backup\\version number\\<\/p><\/blockquote>\n<p>For example:<\/p>\n<blockquote><p>MyHelpProject\\Help_Backup\\1.0.0.0<\/p><\/blockquote>\n<p>The version number is determined by the project\u2019s <strong>Module Version<\/strong> property. If the <strong>Rebuild<\/strong> command fails, the application will automatically restore the files.<\/p>\n<p>If you wish to roll back the rebuild changes, you can copy and replace the files using the backup copies.<\/p>\n<p>&nbsp;<\/p>\n<p>When you run the <strong>Rebuild<\/strong> command, you will be presented with the following dialog, which asks what action you would like to take:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuild-Action.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Rebuild Action\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuild-Action_thumb.png\" alt=\"Rebuild Action\" width=\"453\" height=\"160\" border=\"0\" \/><\/a><\/p>\n<p>You can select the following actions:<\/p>\n<table class=\"nicetable\" border=\"0\" width=\"832\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"286\"><strong>Action<\/strong><\/td>\n<td valign=\"top\" width=\"544\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"286\">Deploy to and rebuild help from the module<\/td>\n<td valign=\"top\" width=\"544\">This action will deploy the file helps to the current module location before rebuilding the help files. This ensures the help content is present in the newly constructed files.<\/p>\n<p><strong>Important:<\/strong> If you are using the <strong>Rebuild By Name<\/strong> setting, PowerShell may rebuild the help from another location, which can mean the newly deployed help files may not be present. Therefore, it is recommended to check the module beforehand by using the <strong>Refresh Module Information<\/strong> command (see below).<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"286\">Rebuild help from the module<\/td>\n<td valign=\"top\" width=\"544\">This action will simply rebuild the module help files without deploying the project files.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Target Language Folder<\/h4>\n<p>Use the Target Language Folder setting to build the help files in a specific language folder.<br \/>\nNote: PowerShell HelpWriter will default to the first language folder in the project. If not found, it will use the culture setting of the OS.<\/p>\n<p>After making your choice and pressing the <strong>OK <\/strong>button, PowerShell HelpWriter will start the rebuilding process and display a progress dialog:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuilding-Help-Progress.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Rebuilding Help Progress\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuilding-Help-Progress_thumb.png\" alt=\"Rebuilding Help Progress\" width=\"385\" height=\"129\" border=\"0\" \/><\/a><\/p>\n<p>You can press the <strong>Cancel<\/strong> button to stop the process and to restore the original files from the backup.<\/p>\n<p>Upon a successful completion, PowerShell HelpWriter will list the files that were added and\/or updated:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuild-Output.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Rebuild Output\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Rebuild-Output_thumb.png\" alt=\"Rebuild Output\" width=\"555\" height=\"251\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3>Refreshing Module Information<\/h3>\n<p>The <strong>Refresh Module Information<\/strong> commands triggers PowerShell HelpWriter to query the module information using the method determined by the project\u2019s <strong>Rebuild Using<\/strong> property.<\/p>\n<p>It is recommended to use this command before using the <strong>Rebuild<\/strong> command, especially when using the <strong>Rebuild Using Name<\/strong> setting.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Refresh-Module-Info.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Ribbon - Refresh Module Info\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Ribbon-Refresh-Module-Info_thumb.png\" alt=\"Ribbon - Refresh Module Info\" width=\"644\" height=\"100\" border=\"0\" \/><\/a><\/p>\n<p>If PowerShell HelpWriter detects a change in the module, such as the version, location or name, it will present you with the following dialog:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Module-Info-Changed.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;\" title=\"Module Info Changed\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/01\/Module-Info-Changed_thumb.png\" alt=\"Module Info Changed\" width=\"453\" height=\"337\" border=\"0\" \/><\/a><\/p>\n<p>The dialog displays the found module and the stored information determined by the project properties. It also presents you with the follow actions to perform:<\/p>\n<table class=\"nicetable\" border=\"0\" width=\"832\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"307\"><strong>Action<\/strong><\/td>\n<td valign=\"top\" width=\"523\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"307\"><em>Deploy to and rebuild help using the new version<\/em><\/td>\n<td valign=\"top\" width=\"523\">The action deploys the help to the new module location \/ version and then rebuilds and replaces the help files in the project.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"307\"><em>Rebuild help using the new version<\/em><\/td>\n<td valign=\"top\" width=\"523\">The action rebuilds the help files without deploying the project files.<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"307\"><em>Update module information only<\/em><\/td>\n<td valign=\"top\" width=\"523\">It will update the project\u2019s settings without rebuilding or deploying.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>When you press the <strong>OK<\/strong> button, PowerShell HelpWriter will automatically backup the help file using the current module version before updating the module information.<\/p>\n<p>If you selected a rebuild action, it will then run the <strong>Rebuild<\/strong> command as discussed above.<\/p>\n<p>&nbsp;<\/p>\n<p>As you can see, projects contain many useful features such as, file management, automatic backups and deployment capacities. These features allow you to work outside of the module and to respond to new versions of the module.<\/p>\n<p>&nbsp;<\/p>\n<p>Please continue providing your feedback. Many of the new features included in the service builds are suggestions from users like you. Therefore, if you have any suggestions or feature requests, please share them with us on our <a href=\"https:\/\/www.sapien.com\/forums\/viewforum.php?f=9\">Wish List and Feature Requests<\/a> forum.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We\u2019ve written a series of blog posts to introduce you to the newest features of the product and in this release, we made major changes to PowerShell HelpWriter. In Part 1, we looked at the new UI changes to the designer and the editor. In Part 2, we are looking at the new project feature [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1038,624,21,632],"tags":[1179,28,953,645,155,141],"class_list":["post-13303","post","type-post","status-publish","format-standard","hentry","category-powershell-helpwriter","category-service-build","category-software-news","category-whats-new-software-news","tag-1179","tag-powershell","tag-powershell-help-writer","tag-service-build-2","tag-service-release","tag-whats-new"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=13303"}],"version-history":[{"count":5,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13303\/revisions"}],"predecessor-version":[{"id":13308,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13303\/revisions\/13308"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=13303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=13303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=13303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}