This commit is contained in:
Michael Rose 2018-05-31 10:22:34 -04:00
commit 7cbd61130b
4 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,10 @@
_id: 254049d0-5e8d-11e8-bff3-cf20643057a6
message: "+1 to jean. \r\nFurthermore, for posts with no table to contents, it would be great to have a \"sticky\" post-specific sidebar with CTAs (like different 'shares' for the post - Twitter, Linkedin, FB, etc., #comments, post categories, post tags and subscribe - RSS, newsletter). \r\nHere is an example of such sidebar, despite non-sticky: https://www.feld.com/archives/2018/05/misty-ii-teardown.html\r\nAnd here is another example (with less CTAs, and also non-sticky): https://www.gatesnotes.com/Books/Leonardo-da-Vinci"
name: Mora
email: aead23df2f7cf50789a29b3d9b5a6d5f
url: ''
hidden: ''
date: '2018-05-23T13:28:14.886Z'
timestamp: 1527082094
tags:
- comment-subscription

View file

@ -0,0 +1,9 @@
_id: 497911d0-625a-11e8-afe5-3feaa7bb1d43
message: >-
Making a sticky TOC sidebar is quite easy. I have made a separate [blog
post](https://shaharkadmiel.github.io/Sticky-TOC-Sidebar/) about it.
name: Shahar Shani-Kadmiel
email: 2dd06215bf688e5bacc62f90b15105fc
url: 'https://shaharkadmiel.github.io'
hidden: ''
date: '2018-05-28T09:34:15.862Z'

View file

@ -0,0 +1,11 @@
_id: acc930b0-6414-11e8-85f3-dd0128460d26
message: >-
Shahars's sticky sidebar is great on firefox, but doesn't work on Safari. I
haven't tested other browsers.
name: Matthew Dorey
email: 69b0700825ff5bf5df1d9d2d6582cc5e
url: 'https://mattischrome.com'
hidden: ''
date: '2018-05-30T14:21:00.032Z'
tags: []
timestamp: 1527690060

View file

@ -0,0 +1,9 @@
_id: 30e73630-6415-11e8-85f3-dd0128460d26
message: "@Matthew - that's likely due to vendor prefixes missing from the CSS. `position: sticky` isn't enough for webkit browsers like Safari.\r\n\r\n```css\r\nposition: sticky;\r\nposition: -webkit-sticky;\r\nposition: -moz-sticky;\r\nposition: -ms-sticky;\r\nposition: -o-sticky;\r\n```"
name: Michael Rose
email: 1ce71bc10b86565464b612093d89707e
url: 'https://mademistakes.com'
hidden: ''
date: '2018-05-30T14:24:41.768Z'
tags: []
timestamp: 1527690281