Because the hoops you have to jump through to add some footnotes is just crazy! It was a smooth user-experience in 1.x and got horrible in the 2.x version.
The way ghost handles it is way inferior compared to almost every other solution out there.
By the way ^something^ does not work. Neither does ^[something]^
How do I get text to show up in superscript?
€: OK… I got it. Using an HTML-block and writing vanilla HTML…
Let me explain to you. I had this problem too, with code pieces on my website.
You have to follow a sequence for the superscript to happen. It appears to be a problem with foreign keyboards, where the ^ does not appear immediatly.
Press shift + ^ symbol
Enter superscript
Press shift + ^ symbol again
Press your spacebar, so the symbol appears.
This is how the editor is designed to work. You can not do double ^^ and then enter in between.
In fact, you have to start off with a single ^ and then write something in there and always finish off with a ^ and then hitting the spacebar afterwards.
E.g. press these keys in sequence
^
[1]
^
SPACEBAR
EDIT: You don’t even need the HTML editor, you can do it inline! Just like I explained
I just discovered that footnotes no longer work the way they used to and have been kind of shocked by it - the footnote support was really seamless and back when I was writing more frequently I used it for essentially every post.
I do not think the current workaround is really okay at all - it’s extremely manual. I recognize that there are some deeper technical issues that would need to be addressed in order to support this feature but it is probably my single most desirable feature - I registered an account on the forums just for this.
I experienced the same problem with using footnotes without writing the whole post in markdown.
Together with a friend, I created a script which allows you to set footnotes. Your visitors can jump between a note like “[1]” inside the post to the explanation and the end of the page and back.
I created a very detailed README for the repo.
Feel free to check it out:
Of course, no modifying of core required — what is required is adding the JS file(s) and CSS file(s) to your theme. That being said, you’ll probably have to customise its CSS if you want things to fit perfectly. As well, seeing how this isn’t a plug-in you’ll have to manually apply every Bigfoot footnote with HTML cards. Tedious, but it does look real nice
I guess this is one of the downfalls of having a system that isn’t user-extensible. Of course that’s not reason enough alone to switch to another platform. Ghost has many great reasons for people to use it. I do hope that as part of the 4.0 there is some sort of extension system, although I wouldn’t want it to be as wild-west as ahem Wordpress, for example.
It does seem though that in this matter (footnotes) the Ghost dev team are either obtuse or just don’t care that they have taken away a really useful feature.
Yeah… actually I got the confirmation via support chat. Some things (including subscript and superscript) are just not working for users without a US English keyboard layout (on macOS … don’t know about windows or other platforms). For example a German one which has / adds “dead keys” after typing ^ or ~ (strangely ` works fine in markdown mode).
Looking at the entries and “solutions” in this forum as well as GitHub (eg. here and here) does not make me very confident that this issue es taken serious / considered important by the devs or product management.
One workaround would be to just write everything in markdown and switching your keyboard to US English layout (use the “US English Layout”, not the “(US) English International Layout” if you are on macOS as that one has the dead keys as well).
So these are my findings after spending at least an hour on this issue experimenting and chatting with support. Unsatisfied with the result but maybe it helps someone else…
Is it possible to link directly to a footnote? To date, I’ve just been using the [1]^ trick and linking each footnote generically to the Literature Cited Section. I would prefer to be able to link to individual citations in the Literature Cited section. I’m not sure if this is possible as I thought it was only possible to link directly to article sections? Thanks for any help.
i love that example! manually encoded and referencing with markdown is a lot of friction for writers who just want to write (imho) and in some sense, it feels like it’s not quite the ethos ghost, or perhaps i’m wrong
as an alternative, could this be done with a chrome extension?
for now, it’s crude, but i’ll be using call-out boxes right below paragraphs to draw attention to specific reference material - this could be done “end of post” and simply refd in a paragraph like:
“It was the best of times, it was the worst of times [*1]”
then for *1 use the colored call-out box and pick a single color for all footnote references at bottom of post
The solution proposed 4 years ago in this thread using ^[1]^ to create superscript does not work in 2023. It just adds ^[1]^ as additional text. One has to copy paste some text containing a superscript, and fiddle around with it when adding more footnotes ([2], etc.).
Not really something you would expect from a text editor.
Markdown is a solution that works, but unfortunately footnotes are not passed over multiple markdown cards. Making it impossible to insert other content and use markdown cards only for some nice features provided by markdown (tables, etc.).
In a world plagued with fake news, this feature is critical to make Ghost a publishing solution ready for serious journalism, or scientific articles.