2022-10-12 22:35:19 +03:00
<!--
version: 1.0.0
-->
2018-01-12 17:31:18 +03:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Scribbler - a codding landing page template for codrops< / title >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >
2022-10-12 22:35:19 +03:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel = "stylesheet" >
2018-01-12 17:31:18 +03:00
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/railscasts.min.css" >
< link rel = "stylesheet" href = "scribbler-global.css" >
< link rel = "stylesheet" href = "scribbler-landing.css" >
< link rel = "author" href = "humans.txt" >
< / head >
< body >
2022-10-12 22:14:57 +03:00
< div class = "wrapper" >
< nav >
< div class = "logo" > < / div >
< ul class = "menu" >
< div class = "menu__item toggle" > < span > < / span > < / div >
< li class = "menu__item" > < a href = "doc.html" class = "link link--dark" > < i class = "fa fa-book" > < / i > Documentation< / a > < / li >
2022-10-12 22:18:50 +03:00
< li class = "menu__item" > < a href = "" class = "link link--dark" > < i class = "fa fa-code-fork" > < / i > Source Code< / a > < / li >
2022-10-12 22:14:57 +03:00
< / ul >
< / nav >
< / div >
2018-01-12 17:31:18 +03:00
< div class = "hero" >
< h1 class = "hero__title" > Scribbler< / h1 >
< p class = "hero__description" > Take your markdown notes in terminal< / p >
< / div >
< div class = "hero__terminal" >
< pre >
<!-- Place your demo code here -->
< code class = "shell-session demo" > hyperyolo ~ $ < / code >
< / pre >
< / div >
< div class = "wrapper" >
< div class = "installation" >
< h3 class = "section__title" > Installation< / h3 >
< div class = "tab__container" >
2018-01-13 06:01:36 +03:00
< ul class = "tab__menu" >
2022-10-12 22:10:01 +03:00
< li class = "tab active" data-tab = "linux" > linux< / li >
2018-01-12 17:31:18 +03:00
< li class = "tab" data-tab = "win" > win< / li >
2022-10-12 22:10:01 +03:00
< li class = "tab" data-tab = "mac" > mac< / li >
2018-01-12 17:31:18 +03:00
< / ul >
< pre class = "nohighlight code" >
2022-10-12 22:10:01 +03:00
< code class = "tab__pane active linux" > $ apt-get install scribbler< / code >
2018-01-12 17:31:18 +03:00
< code class = "tab__pane win" > $ gem install scribbler< / code >
2022-10-12 22:10:01 +03:00
< code class = "tab__pane mac" > $ brew install scribbler< / code >
2018-01-12 17:31:18 +03:00
< / pre >
< / div >
< / div >
< div class = "feature" >
< div class = "feature__item" >
< h3 class = "section__title" > Fast & Light< / h3 >
< p > Start writing your notes immediately in any terminal! No more time wasted on navigating and opening your text editor.< / p >
< / div >
< div class = "feature__item" >
< h3 class = "section__title" > File Syncing< / h3 >
< p > Save your file in Dropbox then you can access to it from anywhere.< / p >
< / div >
< div class = "feature__item" >
< h3 class = "section__title" > Secure< / h3 >
< p > Encrypt your notes optionally. No one can get to your secrets! < / p >
< / div >
< div class = "feature__item" >
< h3 class = "section__title" > Configuration< / h3 >
< p > Maintain all your settings in a single < span class = "code code--inline" > config.json< / span > file. Never need to redo the setting every single time jotting down a note.< / p >
< / div >
< div class = "feature__item" >
< h3 class = "section__title" > Highlightings< / h3 >
< p > For better readability, scribbler has a clean, beautiful color scheme allow you to scan files fast.< / p >
< / div >
< div class = "feature__item" >
< h3 class = "section__title" > Keybindings< / h3 >
< p > You can expect common keybindings for scribbler. Customize < span class = "code code--inline" > bindings.json< / span > for your own liking! < / p >
< / div >
< / div >
< div class = "keybinding" >
< ul class = "keybinding__detail" >
< h3 class = "keybinding__title" > Default Keybindings< / h3 >
< li > Quit without saving < span class = "keybinding__label" > Ctrl+C< / span > < / li >
< li > Save < span class = "keybinding__label" > Cmd+S< / span > < / li >
< li > Save and Quit < span class = "keybinding__label" > Ctrl+D< / span > < / li >
< li > Undo < span class = "keybinding__label" > Cmd+Z< / span > < / li >
< / ul >
< ul class = "keybinding__detail" >
< h3 class = "keybinding__title" > Markdown Keybindings< / h3 >
< li > < span class = "keybinding__label" > Ctrl+A< / span > Insert Link Markdown< / li >
< li > < span class = "keybinding__label" > Ctrl+I< / span > Insert Image Markdown< / li >
< li > < span class = "keybinding__label" > Ctrl+V< / span > Insert YouTube Video< / li >
< li > < span class = "keybinding__label" > Ctrl+T< / span > Insert Table< / li >
< / ul >
< / div >
< div class = "callout" >
< p > Read our documentation for advanced keybindings and customization< / p >
< a href = "doc.html" class = "button--primary" > Documentation< / a >
< / div >
< / div >
< div class = "changelog" >
< div class = "wrapper" >
< h3 class = "section__title" > Changelog< / h3 >
< div class = "changelog__item" >
< div class = "changelog__meta" >
< h4 class = "changelog__title" > v0.7< / h4 >
< small class = "changelog__date" > 10/12/2017< / small >
< / div >
< div class = "changelog__detail" >
< ul >
< li > Improving the writing workflow with better key bindings< / li >
< li > Design updates< / li >
< li > SSL Verification for web hooks< / li >
< li > Render Emoji< / li >
< / ul >
< / div >
< / div >
< div class = "changelog__item" >
< div class = "changelog__meta" >
< h4 class = "changelog__title" > v0.6< / h4 >
< small class = "changelog__date" > 7/30/2017< / small >
< / div >
< div class = "changelog__detail" >
< ul >
< li > Adding Unicode support< / li >
< li > Basic text highlighting< / li >
< li > Fresh Design< / li >
< / ul >
< / div >
< / div >
< div class = "changelog__item" >
< div class = "changelog__meta" >
< h4 class = "changelog__title" > v0.5< / h4 >
< small class = "changelog__date" > 5/10/2017< / small >
< / div >
< div class = "changelog__detail" >
< ul >
< li > Save default md file in new folders< / li >
< li > Ability to quick search on existing notes< / li >
< / ul >
< / div >
< / div >
< div class = "changelog__callout" >
< a href = "#" class = "button--secondary" > Checkout Full Log< / a >
< / div >
< / div >
< / div >
2022-10-12 22:22:48 +03:00
< footer class = "footer" >
Scribbler is a free HTML template created exclusively for < a href = "https://tympanus.net/codrops/" target = "_blank" class = "link link--light" > Codrops< / a > .< br >
Edited by < a href = "https://iiiypuk.me/" target = "_blank" class = "link link--light" > author< / a > for this project.
< / footer >
2018-01-12 17:31:18 +03:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" > < / script >
< script > hljs . initHighlightingOnLoad ( ) ; < / script >
< script src = "scribbler.js" > < / script >
< / body >
< / html >