Search Results For “Tag:junco” - # - rss
JR:
Resolved - Add reading time to a post
- Some of my posts now include an estimated reading time. I did this by taking the Liquid Filter, number_of_words andbased on a reading rate of 180wpmused other Liquid filters to convert it to an approximate reading time.
A reading time on very short ...
more>>
- Oct 08, 2013
- #junco #resolved
JR:
Add Flesch-Kincaid readability test score to blog posts
- Along with word count, char count, and reading time, include this reading score.
designed to indicate comprehension difficulty when reading a passage of contemporary academic English. There are two tests, the Flesch Reading Ease, and the FleschKi...
more>>
- Oct 08, 2013
- #junco #todo_later
JR:
Completed - Commit to github - 8Oct2013
- completed on 8oct2013
css / junco.css
css / junconightmode.css
javascript / meanmenu / meanmenu2.css
header.tmpl
blogpost.tmpl
microblogpost.tmpl
headermeanmenu.tmpl
Password.pm
Mail.pm
Format.pm
Page.pm
BlogDisplay.pm
Microblog.pm
#junco ...
more>>
- Oct 08, 2013
- #junco #github #resolved
JR:
Completed - Commit to github - 7Oct2013
- completed on 7oct2013
[-] = moved into production
[X] = committed to github
modify junco.yml
[-] [X] ADD "section" and "article" to valid_html line
[-] [X] CREATE new line: max_replies_on_page and set value to 100
[-] [X] junco.css
[-] [X] ...
more>>
- Oct 08, 2013
- #github #resolved #junco
JR:
Change sort display of blog_username stream
- completed on 7oct2013
sort by creation date not updated date.
maybe add both dates to the stream display for each post.
#junco
#resolved
- Oct 07, 2013
JR:
Add h-entry microformat
- Completed in early October 2013.
Surround content with the article tag.
Include h-entry with the article tag.
article class=h-entry
h1 class=p-nameMicroformats are amazing/h1
pPublished by a class=p-author h-cardW. Developer/a
on time...
more>>
- Oct 07, 2013
- #junco #resolved #indieweb
JR:
Add title to microblog posts
- completed the below on 7oct2013
display max of 75 chars of the microblog post in title tag.
when displaying an individual microblog post, use the first X-number of chars of post in html title tag.
convert those X-number of title chars to a clean ...
more>>
- Oct 07, 2013
- #junco #resolved
JR:
Major Junco.css breakpoints
- Determining primary breakpoints in my CSS.
Top-down or bottom-up?
Today's thinking is mobile-up (min-width), but I've seen designers use the desktop-down approach (max-width).
Mobile-up is suppose to create simpler and easier to maintain CSS, but...
more>>
- Sep 30, 2013
- #junco #css #design
JR:
Commit to github - 24Sep2013
- 24sep2013 completed
Docs and code.
Create these at markdown posts for github:
[X] Junco user actions
[X] Junco end-user testing
Code:
[X] Format.pm
#github
#junco
- Sep 24, 2013
JR:
Add ability to embed Tweets
- update 24sep2013: changed to a to-do-later item, although I may not implement this. if the process was like a gist embed, then this would be easy and worthwhile to do.
blockquote class=twitter-tweetpI CAN'T SLEEP. by a href=https://twitter.com/ori...
more>>
- Sep 24, 2013
- #junco #todo_later
JR:
Resolved - Add embed github code
- update 24sep2013: applies to gist code. post:
Sample gist embed code:
script src=https://gist.github.com/adactio/6575229.js/script
July 2008 github blog post.
update 24sep2013: enabled the embed of gist code snippets. the gist page provide...
more>>
- Sep 24, 2013
- #resolved #junco
JR:
Resolved - Enable wiki link feature to non-existing articles
- finished on 17sep2013.
enabled the function to only work when saving a post and not on preview - 6sep2013
changed to inprogress on 5sep2013
When using the double brackets around a title, if the title of the post does not exist, enable the system...
more>>
2 min read
- Sep 17, 2013
- #junco #resolved
JR:
Junco enhanced editor views
- Can type and view in split-screen or single-screen modes.
Auto-save occurs every five minutes, provided that at least one key was pressed. The "save" link can be clicked to save too.
If the "preview" link is clicked while in split-screen mode, then...
more>>
1 min read
- Sep 10, 2013
- #junco #editor #blog_jr
JR:
Junco basic blog post form
- Simple text area box with "Preview" and "Post" buttons.
The "split" link switches to the enhanced editor view, which contains auto-save and larger typing and preview areas.
The first line will be the title for the post, so no need for a text input ...
more>>
- Sep 10, 2013
- #junco #blog_jr
JR:
Resolved - Junco files to move into production - 6Sep2013
- Done on 6Sep2013
Rest.pm
BlogAdd.pm
BlogUpdate.pm
Format.pm
BlogData.pm
#resolved
#junco
- Sep 06, 2013