You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Code reorganization
- Template now uses flex box, and added space for a footer
- Settings file is now properly indented when created
- Folders without Folder.md will no longer present empty pages
- Rewrote some of the documentation
- Updated to .Net 6 and published as a single file
Copy file name to clipboardexpand all lines: Documentation/Source/Parent File.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
## Subheader!
4
4
5
5
> Quote!<br/>
6
-
> [\t]custom tab extension
6
+
> [\t]wow even escaped tabs work, isn't technology amazing?!
7
7
8
-
Lorem Ipsum is simply dummy text of the printing and [[Missing Node Link]] industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a [[Existing Node Link]](Nested Parent Child) of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into [[Test Page]] typesetting, remaining essentially unchanged.
8
+
Lorem Ipsum is simply dummy text of the printing and [[Missing Node Link]] industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a [[Existing Node Link]](Nested Parent Child) of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into [[Test Page]] typesetting, remaining essentially **unchanged**.
9
+
10
+
- This
11
+
- is
12
+
- a
13
+
- list
14
+
15
+
## Warning
16
+
17
+
*Most of the references in this demo refer to the file structure, which can be found at [the github repository documentation folder](https://github.com/Cryru/Generator/tree/master/Documentation/Source)!*
I'm first in the file structure (when sorted alphabetically which is the default), but because of the order in the "order.txt" in this directory I'm the last node.
Copy file name to clipboardexpand all lines: ReadMe.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ Generator is an application which creates static websites resembling a wiki from
6
6
7
7
## Usage
8
8
9
-
*Get the latest release from the "Releases" section.*
9
+
*Get the latest release from the ["Releases"](https://github.com/Cryru/Generator/releases) section.*
10
10
11
-
To use the application place your folder with markdown files in the same directory as the application and name it "Source". The path to this folder can be configured, refer to the "Configuration" section. Once placed there launch Generator.exe and you'll have a new folder called "Output" with your generated wiki (hopefully).
11
+
Create a folder named "Source" and place your markdown files inside. The application .exe should be in the same folder as the "Source" folder. The name and path of this folder can be configured, refer to the "Configuration" section. Run Generator.exe and you'll have a new folder called "Output" with your generated wiki (hopefully).
12
12
13
-
Nodes will be generated from the folder structure inside your source folder, you can control the order by placing an "order.txt" file in the folder and listing the names of the files in the order you want them to appear. The markdown file for the folder node itself is read from a "Folder.md" if any.
13
+
Pages will be generated from the folder structure inside your "Source"" folder, you can control the order by placing an "order.txt" file in the folder and listing the names of the files in the order you want them to appear. The markdown file for the folder node itself is read from a "Folder.md" if any.
14
14
15
15
If you launch "Generator.exe sentry" from the command line the generator will launch in "sentry mode", rebuilding the output directory when it detects a file has changed or has been added/removed from the source directory.
16
16
17
+
For an example check the Documentation/DemoSource folder in the repo.
18
+
17
19
## Configuration
18
20
19
21
The first time the application is launched it will generate a default settings file - "settings.xml"
0 commit comments