Search Results For “Tag:junco” - # - rss
JR:
Code syntax highlighting
- maybe add the javascript and css code to syntax-highlight code.
github:
https://help.github.com/articles/github-flavored-markdown
https://github.com/github/linguist
#junco
#todo_later
- Aug 09, 2013
JR:
Interesting task list feature for bullet point lists
- https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments
(investigate whether worthwhile)
GitHub uses its own enhanced version of Markdown.
https://help.github.com/articles/github-flavored-markdown
https://github.com/mojombo/github-...
more>>
- Aug 09, 2013
- #junco #todo_later
JR:
Add text resizer links
- implemented on 8Aug2013: added five diff sizes. very small (80%), small (90%), medium (default 100%), large (110%), and very large (120%).
Possible idea.
Like at Toledo Talk, implement the links, actions, and css to change font size.
/textsize/sma...
more>>
- Aug 08, 2013
- #junco #resolved
JR:
Test no-list navigation with drop-down menus
- 8Aug2013: will not investigate this. I like using the lists.
#junco
#css
- Aug 08, 2013
JR:
Add a night mode display
- implemented on 8Aug2013
Maybe.
Like ToledoTalk.com/parula code, allow for different CSS themes to be used via a cookie.
For JotHut/junco, provide two theme options: the current or default view and the white on black view (or is it light gray on ch...
more>>
- Aug 08, 2013
- #resolved #junco
JR:
Resolved - Change how the code command works
- finished on 6Aug2013 - still supports the code=yes command where the entire page is displayed within a read-only textarea box. and also supports the code./code.. so that multiple code fragments can be displayed within the same post of normal text.
b...
more>>
- Aug 07, 2013
- #junco #resolved
JR:
Investigate adding an image zoom feature.
- javascript/jquery
click an image within blog post, and the background fades out and the image enlarges.
click away and everything goes back to normal.
example:
https://medium.com/design-ux/2234ce29b6f8
the image for IA Writer
#junco
#todo_late...
more>>
- Aug 07, 2013
- #junco #todo_later
JR:
Investigate removing the nav bar when typing in split screen editor
- javascript/jquery/minified
when typing or when focus exists in the left pane, hide the nav bar and enlarge the windows.
or only hide the nave bar when left pane is centered.
but how to bring back the nav bar?
maybe bring back nav bar when mouse c...
more>>
- Aug 07, 2013
- #junco #todo_later
JR:
Do not create a hashtag link if tag is all numerics
- [implemented on 7aug2013]
typically, when a pound sign preceds text that contains all digits, then it's not a real hashtag and more of a number, such as a ranking.
so ignore hashtags if the tags is all digits. user can add one alpha or an underscor...
more>>
- Aug 07, 2013
- #resolved #junco
JR:
Add dropbox support
- maybe.
store markup content at dropbox.
append to the markup: createddate and date (modified date).
https://www.dropbox.com/developers/core
https://www.dropbox.com/developers/core/start/php
Perl:
https://github.com/s-aska/p5-WebService-Dropbox
h...
more>>
- Aug 07, 2013
- #todo_later #junco
JR:
Create a sessionid table
- implemented on 7Aug2013
maybe maintain sessionids in a separate table so it would be possible to log into the site from more than one device at the same time.
id
userid
sessionid
createddate
status
maybe expire the sessionid after X days.
add opt...
more>>
- Aug 07, 2013
- #junco #resolved
JR:
Possible to-do item - Author Marks
- highlight parts of text.
i guess as an alternative to simply bolding or italicizing the text.
#blogging #writing #design
https://github.com/mattgemmell/author-marks
#junco
#todo_later
#javascript
#design
#writing
#programming
- Jul 30, 2013
JR:
Resolved - Restrict tag and user names
- permit only alphas, digits, and underscores in:
hashtag name
username
no periods nor hyphens permitted
#resolved
#junco
- Jul 30, 2013
JR:
Resolved - Enforce user name spaces
- implemented on 24Jul2013
syntax:
zero or more spaces colon punctuation mark title text
Example:
j.r. : recipes
j.r. : bookmarks : favorites
what follows after the first colon punctuation mark is irrelevant.
only the user can use his or her u...
more>>
- Jul 23, 2013
- #junco #resolved
JR:
Resolved - Allow markup at the start of the title for a blog post
- implemented 23jul2013
For semantic or markup purposes, allow h1. or the pound sign to start the title line for Textile and Markdown posts respectively.
The markup syntax will be removed from the title as it's stored in the database. Of course, it r...
more>>
- Jul 23, 2013
- #junco #resolved