forked from KevinLikesCodingMC/NoteBook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
68 additions
and
50 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
data = { | ||
'version': '1.0-SNAPSHOT-3', | ||
'version': '1.0-SNAPSHOT-4', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# NoteBook | ||
|
||
NoteBook can help you take notes with markdown. | ||
A viewer and editor of markdown on local web pages. | ||
|
||
Run the ```start.py``` to start. | ||
## Features | ||
|
||
- Based on [Python3](https://www.python.org/), [Django](http://www.djangoproject.com/) and [editor.md](https://github.com/pandao/editor.md). | ||
- Support Standard Markdown; | ||
- Support real-time preview, image upload. | ||
- Support [KaTeX](https://katex.org). | ||
|
||
Please download the Python3 | ||
and run the ```start.py``` to start. | ||
|
||
NoteBook runs at `127.0.0.1:8014`. | ||
|
||
The all notebooks are storaged in ```/notebooks/``` | ||
|
||
and all images are storaged in ```/image/```. | ||
|
||
The host name cannot contain Chinese characters. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Welcome | ||
|
||
You need to use Markdown to read your notebooks. | ||
|
||
[Here is a Markdown guide](https://www.markdownguide.org/) | ||
|
||
NoteBook also support HTML editing. | ||
|
||
The all notebooks are storaged in ```/notebooks/``` | ||
|
||
## TOC | ||
|
||
You can use `[TOC]` to show the directory. | ||
|
||
[TOC] | ||
|
||
## Image upload and display | ||
|
||
You can upload the image by clicking the **picture icon** in the top tool bar. | ||
|
||
If you want to zoom a picture, you can use the HTML like this. | ||
|
||
```html | ||
<img src="/image/89L2009.png" style="zoom:5%;"> | ||
<img src="/image/89L2009.png" style="width:50px;"> | ||
``` | ||
|
||
<img src="/image/89L2009.png" style="zoom:5%;"> | ||
<img src="/image/89L2009.png" style="width:50px;"> | ||
|
||
The all images are storaged in ```/image/```. | ||
|
||
## KaTeX render bug | ||
|
||
There are some problem of the KaTeX. | ||
|
||
You can visit [Latexlive](https://www.latexlive.com/) to download the svg image and upload it. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters