Commit Graph

8 Commits (master)

Author SHA1 Message Date
kts of kettek fcfe8aac45 Modified CSS to have the content view have a minimum height if 70% -- this is a less than ideal alternative to making the content's height take up most of the screen save for the footer. Created the resources/ directory, containing base resources for the interface. At the moment, it just contains all the icons in the icons.svg file. 2016-01-25 14:46:38 -08:00
kts of kettek 331eca575d Adjusted body background to be separate from the content background -- also added a shadow to the content. Updated TODO for future snazz. 2016-01-24 05:15:34 -08:00
kts of kettek 5ab07bc609 Created the index/wiki hierarchy list view. Fixed some remaining bugs with readFile vs. qwiki.readFile. Added new icons for the index and one for the upload stub. 2016-01-22 04:12:21 -08:00
kts of kettek aed7fdfb66 Changed body weight to 300 and headers to 700. Now uses Roboto Mono instead of Ubuntu Mono since Roboto Slab was being used for the body. Added CSS styling to code tags. Fixed bug with markdown source being fed a Buffer when it needed a String (why did this work before..?). Added a TODO.md file. 2016-01-21 11:44:26 -08:00
kts of kettek 89fd896337 Default markdown formatter is now markdown-it. This gives access to extended functionality such as: table of contents generation, super text, section tags, definition lists, and much more. 2015-12-17 17:06:21 -08:00
kts of kettek b90e66fd9d Added some flex-box styling for the edit input fields. Some ugly things going on here with box-sizing and such. 2015-10-12 01:59:43 -07:00
kts of kettek 23aead1e95 Added breadcrumbs functionality and modified css colors a bit 2015-10-11 23:41:15 -07:00
kts of kettek 56f1385cb5 Initial commit of QWiki. Currently uses markdown as default (and cannot be changed outside of system code). Lacking some functionality. Needs to split into multiple component/module files, such as QCore and QWiki. 2015-10-11 15:09:43 -07:00