2018-01-12 17:31:18 +03:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
2022-01-16 22:42:46 +03:00
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
<title>
|
|
|
|
|
Scribbler Documentation - a code documentation 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">
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="scribbler-global.css">
|
|
|
|
|
<link rel="stylesheet" href="scribbler-doc.css">
|
|
|
|
|
<link rel="author" href="humans.txt">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="doc__bg"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Navbar -->
|
|
|
|
|
<nav class="header">
|
|
|
|
|
<h1 class="logo">
|
|
|
|
|
Scribbler
|
|
|
|
|
<span class="logo__thin">
|
|
|
|
|
Doc
|
|
|
|
|
</span>
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<ul class="menu">
|
|
|
|
|
<div class="menu__item toggle">
|
|
|
|
|
<span></span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<li class="menu__item">
|
2022-03-12 18:18:00 +03:00
|
|
|
|
<a href="https://github.com/EgoistDeveloper/codrops-scribbler" class="link link--dark">
|
2022-01-16 22:42:46 +03:00
|
|
|
|
<i class="fa fa-github"></i>
|
|
|
|
|
Github
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="menu__item">
|
|
|
|
|
<a href="index.html" class="link link--dark">
|
|
|
|
|
<i class="fa fa-home"></i>
|
|
|
|
|
Home
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<!-- Sidebar -->
|
|
|
|
|
<aside class="doc__nav">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="js-btn selected">Get Started</li>
|
|
|
|
|
<li class="js-btn">Configuration</li>
|
|
|
|
|
<li class="js-btn">Keybindings</li>
|
|
|
|
|
<li class="js-btn">Issues</li>
|
2018-01-12 17:31:18 +03:00
|
|
|
|
</ul>
|
2022-01-16 22:42:46 +03:00
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
<!-- Contents -->
|
|
|
|
|
<article class="doc__content">
|
|
|
|
|
<section class="js-section">
|
|
|
|
|
<h3 class="section__title">
|
|
|
|
|
Get Started
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Learn how to configure settings for Scribbler, such as your syntax highlighting preference and the default
|
|
|
|
|
saving folder location.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<h3 class="section__title">
|
|
|
|
|
Installation
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<div class="code__block code__block--notabs">
|
|
|
|
|
<pre class="code code--block">
|
2018-01-12 17:31:18 +03:00
|
|
|
|
<code>
|
|
|
|
|
$ scribbler ——config
|
|
|
|
|
{
|
|
|
|
|
“encryption”: true,
|
|
|
|
|
“highlighting“: true,
|
|
|
|
|
“prettyTable”: false,
|
|
|
|
|
“font”: [“Helvetica”, “sans-serif”],
|
|
|
|
|
“folder”: “~/Desktop“
|
|
|
|
|
}
|
|
|
|
|
</code>
|
|
|
|
|
</pre>
|
2022-01-16 22:42:46 +03:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="js-section">
|
|
|
|
|
<h3 class="section__title">
|
|
|
|
|
Configuration
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Learn how to configure settings for Scribbler, such as your syntax highlighting preference and the default
|
|
|
|
|
saving folder location.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<table id="customers">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Options</th>
|
|
|
|
|
<th>Value</th>
|
|
|
|
|
<th>Default</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>encryption</td>
|
|
|
|
|
<td>encrypt all notes before saving. If turned on, it requires password to open the file.</td>
|
|
|
|
|
<td>false</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>highlighting</td>
|
|
|
|
|
<td>Show syntax highlight on markdown text.</td>
|
|
|
|
|
<td>true</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>prettyTable</td>
|
|
|
|
|
<td>Render table with Scribbler’s pretty table style.</td>
|
|
|
|
|
<td>true</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Malis percipitur an pro. Pro aperiam persequeris at, at sonet sensibus mei, id mea postulant definiebas
|
|
|
|
|
concludaturque. Id qui malis abhorreant, mazim melius quo et. At eam altera dolorum, case dicant lobortis ius
|
|
|
|
|
te, ad vel affert oportere reprehendunt. Quo no verterem deseruisse, mea brute postea te, ne per tacimates
|
|
|
|
|
suavitate vituperatoribus.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="js-section">
|
|
|
|
|
<h3 class="section__title">
|
|
|
|
|
Keybindings
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Lorem ipsum dolor sit amet, scripta tibique indoctum sit ei, mel inani aeterno ad. Facer oratio ex per. At
|
|
|
|
|
eam movet verear, in sea brute patrioque disputando, usu nonumes torquatos an. Ex his quaerendum intellegebat,
|
|
|
|
|
ut vel homero accusam. Eum at debet tibique, in vocibus temporibus adversarium sed. Porro verear eu vix, ne
|
|
|
|
|
usu tation vituperata.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Malis percipitur an pro. Pro aperiam persequeris at, at sonet sensibus mei, id mea postulant definiebas
|
|
|
|
|
concludaturque. Id qui malis abhorreant, mazim melius quo et. At eam altera dolorum, case dicant lobortis ius
|
|
|
|
|
te, ad vel affert oportere reprehendunt. Quo no verterem deseruisse, mea brute postea te, ne per tacimates
|
|
|
|
|
suavitate vituperatoribus.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Malis percipitur an pro. Pro aperiam persequeris at, at sonet sensibus mei, id mea postulant definiebas
|
|
|
|
|
concludaturque. Id qui malis abhorreant, mazim melius quo et. At eam altera dolorum, case dicant lobortis ius
|
|
|
|
|
te, ad vel affert oportere reprehendunt. Quo no verterem deseruisse, mea brute postea te, ne per tacimates
|
|
|
|
|
suavitate vituperatoribus.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="js-section">
|
|
|
|
|
<h3 class="section__title">
|
|
|
|
|
Issues
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Lorem ipsum dolor sit amet, scripta tibique indoctum sit ei, mel inani aeterno ad. Facer oratio ex per. At
|
|
|
|
|
eam movet verear, in sea brute patrioque disputando, usu nonumes torquatos an. Ex his quaerendum intellegebat,
|
|
|
|
|
ut vel homero accusam. Eum at debet tibique, in vocibus temporibus adversarium sed. Porro verear eu vix, ne
|
|
|
|
|
usu tation vituperata.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Malis percipitur an pro. Pro aperiam persequeris at, at sonet sensibus mei, id mea postulant definiebas
|
|
|
|
|
concludaturque. Id qui malis abhorreant, mazim melius quo et. At eam altera dolorum, case dicant lobortis ius
|
|
|
|
|
te, ad vel affert oportere reprehendunt. Quo no verterem deseruisse, mea brute postea te, ne per tacimates
|
|
|
|
|
suavitate vituperatoribus.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
</article>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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>.
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
2018-01-12 17:31:18 +03:00
|
|
|
|
</html>
|