Skip to content

Commit

Permalink
Update newfeatures.md
Browse files Browse the repository at this point in the history
added images and small formatting changes
  • Loading branch information
orsimey authored Jun 20, 2023
1 parent 1583a1f commit fed5631
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/en_EN/pages/newfeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,32 @@ A few graphical changes have been made to refresh the interface:

![interface](uploads/images/stylo-v2-interface-eng.png)

![open panels](uploads/images/stylo-v2-openPanels-eng.png)

## A New Text Editor
The text editor, the central feature of Stylo, has been completely rebuilt! We have integrated a new editor: Monaco. New features are now available:
* Find and replace functions are available via the shortcuts CTRL/Cmd+F and CTRL/Cmd+H
* Find and replace functions are available via the shortcuts `CTRL/Cmd+F` and `CTRL/Cmd+H`
* The use of regular expresions
* Compare different versions of the same document more precicesly (line by line)

![regex](uploads/images/stylo-v2-regex-eng.png)

![changes](uploads/images/stylo-v2-diff-eng.png)

## Autocomplete
Thanks to the new text ediotr, we can automate certain aspects of the writing process by using autocomplete. We have added the ability to autocomplete BibTeX keys to make adding your bibliographic references easier and error-free. You can start to write \[@ or simply @ and the text editor will prompt you with all your references assocated with the article. If you wish to refine the autocompltetion, just add the first letter of the name of the author to reduce the suggestions.
Thanks to the new text ediotr, we can automate certain aspects of the writing process by using autocomplete. We have added the ability to autocomplete BibTeX keys to make adding your bibliographic references easier and error-free. You can start to write `\[@` or simply `@` and the text editor will prompt you with all your references assocated with the article. If you wish to refine the autocompltetion, just add the first letter of the name of the author to reduce the suggestions.

## Export Module
Based on our experience with cahins based on the idea of *single source publishing* (generating multiple export formats from a single source), we have started from scratch to create a new export module that is more stable, better looking, and better performing. Unlike the *legacy* module(old export), the new export module now allows for the export of XML-TEI Commons Publishing format, a system shared with [Métopes](http://www.metopes.fr/) and [OpenEdition's infrastructures](https://www.openedition.org/).
Based on our experience with cahins based on the idea of *single source publishing* (generating multiple export formats from a single source), we have started from scratch to create a new export module that is more stable, better looking, and better performing. Unlike the *legacy* module(old export), the new export module now allows for the export of XML-TEI Commons Publishing format, a system shared with [Métopes](http://www.metopes.fr/) and [OpenEdition's](https://www.openedition.org/) infrastructures.

![export](uploads/images/stylo-v2-export-eng.png)

## Pandoc Web Service
The technological heart of Sylo's export module is based in [Pandoc's](https://pandoc.org/) conversion software. To best meet the users' needs, we decided to decertaize Pandoc into a web interface indepdent of Stylo. Thus, Pandoc is now accesible via a graphical user interface, creating the option for you to customize the documents that you wish to convert as you like! This service is based on an API that we use for Stylo's export module.

It is possible to access the Stylo export module indepdently.
It is possible to access the Stylo export module indepdently:

https://export.stylo.huma-num.fr

## API GraphQL
The API grants access to Stylo's data thanks to the query language GraphQL! From the endpoint(https://stylo.huma-num.fr/graphql), you can connect Stylo to a variety of custimized features.For example, the API allows you to retreive your articles and integrate them in your site manger of the your favorite static site generator. Demonstrations will be provided soon.
Expand All @@ -65,12 +75,13 @@ query AllMyArticles {

## Coming Soon

The Sylo documentation has been updated to reflect these changes.
The Sylo documentation has been updated to reflect these changes (English language version in progress).

We are already planning other improvements to Stylo, like the replacement of account sharing with a new feature or the improvement of the book feature! Do not hesitate to follow us on [Twitter](https://twitter.com/ENumeriques/) or the [CRCEN website](https://ecrituresnumeriques.ca/) to get the latest information on Stylo.


À vos Stylo(s)!

Team CRCEN


Expand Down

0 comments on commit fed5631

Please sign in to comment.