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

Anchor link ids are not generated? #63

Open
androidand opened this issue Nov 6, 2015 · 6 comments
Open

Anchor link ids are not generated? #63

androidand opened this issue Nov 6, 2015 · 6 comments

Comments

@androidand
Copy link

I really want to use anchor links to headlines. Creating a link works with

[A working anchor link](#gohere)

But I can not find any way of generating the id/target. It should look like this after being parsed by strapdown:
<a name="gohere"></a>

I am amazed that there are no examples of anchor links/bookmarks, I did find examples of links.

@zTrix
Copy link

zTrix commented Nov 7, 2015

I have solved this in my derived project of strapdown.

https://github.com/chaitin/strapdown-zeta

Example: http://strapdown.ztx.io/#h1.0.1_features

@androidand
Copy link
Author

That's great, you saved me some trouble, thank you!

Skickat från min iPhone

7 nov. 2015 kl. 17:40 skrev Wenlei Zhu [email protected]:

I have solved this in my derived project of strapdown.

https://github.com/chaitin/strapdown-zeta

Example: http://strapdown.ztx.io/#h1.0.1_features


Reply to this email directly or view it on GitHub.

@roddersg
Copy link

roddersg commented Feb 1, 2018

Strapdown-zeta uses a compiled code, which I do not like placing on my server. a modified strapdownjs code (0.74) which I tried to build but was un-successful. The themes etc do not work properly unless you grab them from his site. (It should, but must be me)

Is there any way I can get this done with strapdown.js only?

@joedf
Copy link

joedf commented Feb 2, 2018

you could use my plugin... light weight and works directly on top of strapdown. https://github.com/joedf/strapdown-topbar

@roddersg
Copy link

roddersg commented Feb 2, 2018

@joedf - Thank you, very very much Your plugin has made my day. I was struggling with strapdownjs-zeta but yours is a much cleaner design. You have also solved my problem with the favicon.ico as well. It is certainly a very neat way of doing things.

Thanks again!

@joedf
Copy link

joedf commented Feb 28, 2018

@roddersg my pleasure! 😄

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

No branches or pull requests

4 participants