create account

RE: Can I create a Table of Contents in Steemit.com? by jarvie

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @steemhelp-qa/can-i-create-a-table-of-contents-in-steemit-com

· @jarvie ·
$0.04
I don't understand what you mean by "Table of contents"
Can you give a visual example of what you're asking? 

My question is: why does it have to be steemit.com only what about the other dozens of interfaces for steem?
👍  , , ,
properties (23)
authorjarvie
permlinkre-steemhelp-qa-q50z7z
categoryhive-111390
json_metadata{"tags":["hive-111390"],"app":"steempeak/2019.12.0"}
created2020-02-01 13:38:27
last_update2020-02-01 13:38:27
depth1
children10
last_payout2020-02-08 13:38:27
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation388,491,264,112,133
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,992,603
net_rshares269,884,097,238
author_curate_reward""
vote details (4)
@steemhelp-qa ·
I kinda hoped you would see this. :)

I'd love to see it implemented in Steempeak! :)

Here's what I mean by TOC:

Table of Contents:
------------------------

1. [Link to section 1](#sec1)
2. [Link to section 2](#sec2)
2.1.  [Link to section 2.1.](#sec2-1)
3. [Link to section 3](#sec3)

## 1. <a name="sec1"></a> Section 1

text here

## 2. <a name="sec2"></a> Section 2

text here

### 2.1. <a name="sec2-1"></a> Subsection 2.1.

text here

## 3. <a name="sec1"></a> Section 3

text here
properties (22)
authorsteemhelp-qa
permlinkq50zws
categoryhive-111390
json_metadata{"links":["#sec1","#sec2","#sec2-1","#sec3"],"app":"steemit/0.1"}
created2020-02-01 13:53:21
last_update2020-02-01 13:53:21
depth2
children9
last_payout2020-02-08 13:53:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length490
author_reputation94,505,027,830
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,993,144
net_rshares0
@asgarth ·
$0.04
This should already be doable on steempeak with html. For markdown an extension/plugin is needed and will not be rendered the same on all the frontends.
👍  , , ,
properties (23)
authorasgarth
permlinkre-steemhelp-qa-q512ss
categoryhive-111390
json_metadata{"tags":["hive-111390"],"app":"steempeak/2.2.8"}
created2020-02-01 14:55:39
last_update2020-02-01 14:55:39
depth3
children6
last_payout2020-02-08 14:55:39
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation44,981,592,014,368
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,994,966
net_rshares269,351,198,672
author_curate_reward""
vote details (4)
@joeyarnoldvn ·
So, html is accepted on Steempeak? I should try that. But will Steemit translate it or be able to read html?
properties (22)
authorjoeyarnoldvn
permlinkq5zxd4
categoryhive-111390
json_metadata{"app":"steemit/0.2"}
created2020-02-20 10:34:18
last_update2020-02-20 10:34:18
depth4
children0
last_payout2020-02-27 10:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation51,754,653,808,999
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id95,641,008
net_rshares0
@steemhelp-qa ·
$0.34
Thanks for dropping by for the comment!

Here's my observation:

In html, SteemPeak goes to an anchor on opening a post, if the anchor is defined in the post and the URL includes the anchor's name/id
(i.e. <code>https://steempeak.com/test/@testuser123/6zzct8-test#anchor</code>)

What it doesn't do right is handle internal links to anchors <br>(i.e. <code>&lt;a href="#anchor"&gt;Go to anchor!&lt;/a&gt;</code>)

So quick links won't work.

Even the fact that SteemPeak handles anchors in the URL well is an improvement over Steemit.com though.
👍  
properties (23)
authorsteemhelp-qa
permlinkq51gm5
categoryhive-111390
json_metadata{"app":"steemit/0.1"}
created2020-02-01 19:54:06
last_update2020-02-01 19:54:06
depth4
children4
last_payout2020-02-08 19:54:06
cashout_time1969-12-31 23:59:59
total_payout_value0.170 HBD
curator_payout_value0.170 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length545
author_reputation94,505,027,830
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id95,002,697
net_rshares1,744,364,949,951
author_curate_reward""
vote details (1)
@jarvie ·
thanks this helps to explain things better. 

I'm guessing markdown doesn't support this but perhaps HTML can.
However I wouldn't be able to answer this as well as @asgarth, @roadscape and a few others i'm guessing

.....

I haven't really seen this being used on any sites i've been visiting these days ... even really long news articles don't seem to use it. 

Also what's the character limit for a steem post? I know they can be really long but is the limit long enough to have wikipedia length articles for example?

properties (22)
authorjarvie
permlinkre-steemhelp-qa-q512ey
categoryhive-111390
json_metadata{"tags":["hive-111390"],"app":"steempeak/2019.12.0"}
created2020-02-01 14:47:24
last_update2020-02-01 14:47:24
depth3
children1
last_payout2020-02-08 14:47:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length521
author_reputation388,491,264,112,133
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,994,717
net_rshares0
@steemhelp-qa ·
> I haven't really seen this being used on any sites i've been visiting these days

Maybe you've seen them referred as quick links. If they are not used as often it's a pity for many reasons, one of them being UX, another being SEO.

> Also what's the character limit for a steem post?

That's a good question.

You don't have to think necessarily really long. Think for example a post explains STEEM, SBD, Savings account, STEEM Power and Delegation, and the reader is only interested in one of them. Quick links help. Or if a post describes multiple features of an interface, and you already know most of them, but are curious about one or two you haven't used yet.
properties (22)
authorsteemhelp-qa
permlinkq51f1v
categoryhive-111390
json_metadata{"app":"steemit/0.1"}
created2020-02-01 19:20:21
last_update2020-02-01 19:20:21
depth4
children0
last_payout2020-02-08 19:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length667
author_reputation94,505,027,830
root_title"Can I create a Table of Contents in Steemit.com?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id95,001,867
net_rshares0