Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine consecutive comments / synopsis to blocks #268

Open
mkoskim opened this issue Oct 16, 2024 · 0 comments
Open

Combine consecutive comments / synopsis to blocks #268

mkoskim opened this issue Oct 16, 2024 · 0 comments
Labels
consideration Features that may or may not be implemented.

Comments

@mkoskim
Copy link
Owner

mkoskim commented Oct 16, 2024

Consecutive comments and synopsis paragraphs could be combined to one block like editors do bulleted / numbered lists.

Benefit: Comment & synopsis blocks have one entry in the index. This could encourage writing longer synopses.

Modifications

First, of course, we need editor to combine blocks.

Second, we need to change file format:

Now:

<comment>...</comment>
<comment>...</comment>

Change to:

<comment>
  <p>...</p>
  <p>...</p>
</comment>

Same for synopses.

@mkoskim mkoskim added the consideration Features that may or may not be implemented. label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consideration Features that may or may not be implemented.
Projects
None yet
Development

No branches or pull requests

1 participant