Skip to content

Instantly share code, notes, and snippets.

View daveyheuser's full-sized avatar

Davey Heuser daveyheuser

View GitHub Profile
@daveyheuser
daveyheuser / theme.plist
Created October 11, 2017 07:33
Twitterrific theme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>backgroundColor</key>
<string>250:249:255</string>
<key>composeErrorBackgroundColor</key>
<string>255:0:0</string>
<key>composeMentionButtonBackgroundColor</key>
<string>0:163:246</string>
@daveyheuser
daveyheuser / IconJar sets
Created July 11, 2017 12:00
Sets that include a .IconJar file on download
- [ ] http://www.streamlineicons.com
- [ ] http://www.webalys.com/nova/
- [ ] http://www.ego-icons.com
- [ ] http://theicons.co
- [ ] https://budicon.co
- [ ] https://icon54.com
- [ ] https://dribbble.com/icon54/click?type=site
- [ ] https://thoseicons.com
- [ ] https://smashicons.com
- [ ] https://github.com/google/material-design-icons
@daveyheuser
daveyheuser / Iconjar 0.9 release notes
Created June 4, 2016 15:18
Iconjar 0.9 release notes
Whats new:
- You can now group and ungroup the groups and collections via shortcuts or the contextual menus
- You can now specify a subtype under each main type (hold down on the type)
- You can now click and drag a marquee selection over the icons, supports multi select with CMD too
- You can now copy icons to a new set or an existing set via the contextual menus
- You can now move icons to a new set via the contexual menus
- We have updated the grid view icon size selector. The size you see is the size which the icon is now drawn at instead of the actual grid cell. We have also included various amounts of defaults that you would find on various devices from iOS to Windows Phone and so on - we still have included the slider.
- After upgrade's are performed, the application will restart itself
- We have reverted back to using unique identifiers for folder names for sets on disk due to issues with naming causing serious headaches with users sets
- Added support for PDF
@daveyheuser
daveyheuser / gist:c9cf385857cbd622d639
Last active December 8, 2015 21:36
Release Notes Iconjar 0.7
Whats new:
- Added Dark Grid mode
- Added ability show icons in finder (heed the warnings in the app about modifying the contents), can be found on contextual menu's on the icons and the sets
- Added Full screen support
- Main window now uses default OS X titlebar and search field so IconJar now fits perfectly into OS X
- Grid section headers now display full path of the set, e.g. Materials Icons > Alert > SVG's
- IconJar will now update any icons visually within the application if modified outside of it (from within the library folder)
- Some insane performance increases for parsing and rendering SVG's and throughout the app (seriously, we gave it a huge performance increase)
- Reformatted folder structure in Library is its easier to read (for the people who go diving around in there)
- Renaming sets and icons will name also rename their folder/file on disk
@daveyheuser
daveyheuser / .ijmap sample
Created July 14, 2015 20:25
Iconjar font mapping
{
"icons": {
"unicode here without \ or extra characters": {
"name" : "some name"
}
}
}
@daveyheuser
daveyheuser / Version 0.6 (3424)
Last active August 29, 2015 14:24
Release Log Iconjar v0.6 (3424)
Whats new:
- Added support for importing TTF and OTF fonts, as-well as SVG fonts!
- Added mappings for Font Awesome font (TTF and OTF) so it will correctly name the icons from the unicode ( ask us about how to map your fonts )
- Added selectable unicode into the sidebar for fonts that were imported
- New shiny app icon (that is also the correct size)
- New and improved smarter search – it just works, and its awesome.
Whats fixed:
- Possible fix for window disappearing
- Fixed issue where grid items would stick and not be removed when changing sets quickly
@daveyheuser
daveyheuser / Version 0.6 (4156)
Created July 14, 2015 19:08
Iconjar release log v0.6 (4156)
Whats new:
- We have been hard at work and are happy to now introduce Groups. Can add a new folder by New → Group, Groups support moving sets into them along with other Groups (unlimited amount “theoretically”)
- Can now move sets into groups, either by dragging or by contextual menu’s.
- Searching with “Current Set“ selected on a group will search just the group and anything under it recursively.
- Various performance increases throughout.
- Selection colours now use default OS X colours.
Whats fixed:
- Fixed issue with tags not being removed when editing multiple tags across multiple icons at once.
- Various crashes.