paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
16 stars 2 forks source link

Add first-run Editor Comments (Project/Revision Notes) #954

Open tjcouch-sil opened 2 months ago

tjcouch-sil commented 2 months ago

User Story As a user, I want to save notes in the editor so that my friends and I can access them later.

Description

Save notes in different files by user and book so they can be S/R'ed without overwriting other users' notes

Use whatever functionality is in the editor to persist some data, save some comments.

Don't get too attached to this code, as saving format is likely to change.

irahopkinson commented 2 weeks ago

The marker that is needed for comments to work without corrupting USFM files is here https://github.com/paranext/paranext-core/blob/main/assets-excluded/custom.sty. If custom.sty doesn't exist in a project then add it, if the file exists make sure this marker is included.

Sebastian-ubs commented 1 week ago

I had created https://github.com/paranext/paranext-core/issues/982, which may be part or a duplicate, right?