By
Categories: »
Submit
Save
Editor
Preview
# Editor ![Nybles logo](https://nybles.github.io/static/logo/Logo_2_transparent.png) Basic useful feature list: * Ctrl+S / Cmd+S to save the file * Ctrl+Shift+S / Cmd+Shift+S to choose to save as Markdown or HTML * Drag and drop a file into here to load it * File contents are saved in the URL so you can share files ## Post Layout --- layout: Post title: Add your title author: Author name categories: Only three categories are now : future, trending and campus intro: Will be shown in the main page if specified --- content should be added here,No need to add title name again. Categories avaliable : campus,trending and future Rename the file as `YYYY-MM-DD-name-of-post.md` ## Example Posts - [Post one](https://raw.githubusercontent.com/nybles/nybles.github.io/master/_posts/2017-03-12-the-great-aiwakening.md) - [Post two](https://raw.githubusercontent.com/nybles/nybles.github.io/master/_posts/2017-03-19-a-chat-with-aditya-chaturvedi.md) ### Some markdown tips Look, a list! * foo * bar * baz And here's some code! :+1: ```javascript $(function(){ $('div').html('I am a div.'); }); ``` And full support for Github Emojis :blush: :cyclone: :heart_eyes: :tea: :traffic_light: :clock4: [Get full emoji cheatsheet here](https://www.webpagefx.com/tools/emoji-cheat-sheet/) [Writing in Markdown](https://guides.github.com/features/mastering-markdown/) for more.