mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-22 17:44:25 +00:00
Compare commits
4 Commits
33c93e40d1
...
7dd8e3c763
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dd8e3c763 | |||
| 0c3847241b | |||
| 9a8f2e8a46 | |||
| 914f9a68f4 |
BIN
.github/screenshot.png
vendored
Normal file
BIN
.github/screenshot.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
Yet another markdown editor. Work in progress
|
Yet another markdown editor. Work in progress
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Editing & Content**
|
- **Editing & Content**
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ export interface DefaultFile {
|
|||||||
export const DEFAULT_FILE: DefaultFile = {
|
export const DEFAULT_FILE: DefaultFile = {
|
||||||
name: 'New File.md',
|
name: 'New File.md',
|
||||||
path: 'New File.md',
|
path: 'New File.md',
|
||||||
content: '# Welcome to NovaMD\n\nStart editing here!',
|
content: '# Welcome to Lemma\n\nStart editing here!',
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface FileNode {
|
export interface FileNode {
|
||||||
|
|||||||
Reference in New Issue
Block a user