From 8769451ed741a638ffa730550e16a4261d201a5c Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Thu, 13 Jul 2023 16:40:33 +0100 Subject: [PATCH] Added initial whats-new content as html --- app/views/whats_new/index.html.erb | 43 +++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/app/views/whats_new/index.html.erb b/app/views/whats_new/index.html.erb index 375f88262..87da00785 100644 --- a/app/views/whats_new/index.html.erb +++ b/app/views/whats_new/index.html.erb @@ -1,5 +1,5 @@ <% - page_name ||= "What's new" + page_name ||= "What’s new in Manuals Publisher" %> <% content_for :title, page_name %> @@ -11,7 +11,44 @@ <%= render "govuk_publishing_components/components/govspeak", { } do %> -

Updates

-

WIP

+

New Manuals Publisher features

+ +

Last updated 13 Jul 2023

+ +

We are delivering some essential core features for Manuals Publisher over the next couple of months. + We’ll share further details about each of the changes soon.

+ +

We’re doing this because we did user research earlier this year and discovered that Manuals users are lacking some + of the features that other publishing apps like Whitehall already have.

+ +

If you have any questions or feedback about publishing, you can reach us on + publishing-service-feedback@digital.cabinet-office.gov.uk. + For any other type of support, you can submit a request via + Zendesk.

+ +

Recent changes

+ +

Added Paste to Govspeak

+ +

13 Jul 2023

+ +

You can now paste formatted text into the body field and Manuals publisher will try to convert it into GOV.UK’s + version of Markdown, Govspeak. We hope + this feature will save you time when editing content.

+ +

This works best when copying and pasting from text editing software like Word or Google Docs. It is less likely to + recognise formatting from PDFs.

+ +

It will convert:

+ + +

Other formatting, such as tables, will be removed and only plain text pasted. You’ll need to write the Markdown for + these separately.

<% end %>