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

Add anchors to bullet points in authoring guidelines. #157

Open
hobovsky opened this issue Nov 3, 2020 · 2 comments
Open

Add anchors to bullet points in authoring guidelines. #157

hobovsky opened this issue Nov 3, 2020 · 2 comments
Assignees
Labels

Comments

@hobovsky
Copy link
Contributor

hobovsky commented Nov 3, 2020

With #156 it's possible to put linkable anchors in bullet points, so reviewers would be able to post links to specific guidelines. Two branches which could use it are already there and I do not know how to make the feature available there (my git-fu is almost non-existant), so I will add anchors later, after branches are merged.

Or if someone would explain to me how to do rebase properly, or would do this for me, it would be great.

Awaiting for #134 , #19

@hobovsky hobovsky self-assigned this Nov 3, 2020
@hobovsky hobovsky added the ToDo label Nov 3, 2020
@kazk

This comment has been minimized.

@kazk
Copy link
Member

kazk commented Jan 16, 2021

Would it be possible o have something what would let me to copy a link pointing to a specific bullet point or excerpt of a guideline and paste it as a link AND when a user would arrive via this link, then a guideline I wanted to point them to would be highlighted?

From Zola experiment:

anchored.mp4

Syntax:

- {{ anchored(id='novelty', text='**Make sure your kata adds some new value to Codewars.**') }}

Hovering over will reveal a link that you can click or copy the URL. Anchored content is styled differently when targeted.

@kazk kazk mentioned this issue Jan 16, 2021
kazk added a commit that referenced this issue Apr 15, 2021
Usage:

```jsx
import A from "@components/Anchored";
<A id="foo">foo</A>
```

Note that Markdown cannot be used inside. The bold style can be turned
off with `bold={false}`.

See #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants