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

Display and edit points as unordered lists #33

Closed
josephmturner opened this issue Mar 2, 2020 · 1 comment · Fixed by #43
Closed

Display and edit points as unordered lists #33

josephmturner opened this issue Mar 2, 2020 · 1 comment · Fixed by #43
Labels
u4few u4u The feature belongs with u4u.

Comments

@josephmturner
Copy link
Contributor

josephmturner commented Mar 2, 2020

Displaying points as unordered lists:

  • Display tag label in-line to the right of the point
  • Only display tag label if it is a sub-label (in other words, do not display labels such as "Actions" or "People" but do display labels such as "Connection" or "Health")
  • In Point.js, set PointPreview css border to 0px
  • In Point.js, change constants in contentExcerpt to
  const contentExcerpt =
    content.length > 70 ? `${content.substring(0, 50).trim()}...` : content;
  • Display bullet points to the left of each point in the list

Editing points as unordered lists:

  • Upon clicking a point, typing cursor appears where clicked (no box opens)
  • If content is greater than contentExcerpt, then while editing point, allow the text content of the point to take up more than one line
  • Pressing Return creates a new point on a new line just below the existing point

Drag events should still work on the whole PointPreview area. However, when point is being edited, text can be selected, copied, pasted, etc.

@HoldingHands HoldingHands added u4few u4u The feature belongs with u4u. labels Mar 29, 2020
@HoldingHands HoldingHands linked a pull request Apr 21, 2020 that will close this issue
@HoldingHands
Copy link
Contributor

Resolved by #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
u4few u4u The feature belongs with u4u.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants