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
Plain Text Wiki is a TextMate bundle which allows you to use a directory of
9
5
text files as a simple wiki.
10
6
7
+
It works in TextMate 1, and I use it in TextMate 2. If you find any issues, please let me know.
8
+
11
9
The bundle is by Matt Webb <http://interconnected.org/home>.
12
10
13
11
14
12
Installation
15
13
------------
16
14
17
-
Download and unzip Plain-Text-Wiki.zip. Double-click on the bundle to install
15
+
Download the repo. Double-click on "Plain Text Wiki.tmbundle" to install
18
16
(the bundle requires TextMate: <http://macromates.com>).
19
17
20
18
21
19
Usage
22
20
-----
23
21
24
22
* Create a new directory
25
-
* In TextMate, choose 'Create New Wiki' from the menu
26
-
Bundles > Plain Text Wiki
23
+
* In TextMate, choose 'Create New Wiki' from the menu Bundles > Plain Text Wiki
27
24
* Select your new directory. A file 'IndexPage.txt' will be created and opened
28
-
* Reference new pages using CamelCase or [[like this]]. Page names will appear
29
-
underlined
30
-
* To follow a link, put the text cursor over a page name and hit Enter (not
31
-
Return)
25
+
* Reference new pages using CamelCase or [[like this]]. Page names will appear underlined
26
+
* To follow a link, put the text cursor over a page name and hit Enter (not Return. On laptops this might be fn+Return)
32
27
33
28
Return to the index page at any time: Type shift+ctrl+i
34
29
@@ -38,19 +33,13 @@ Insert a list of pages by typing 'pagelist' and hitting tab.
38
33
Export as HTML
39
34
--------------
40
35
41
-
Choose 'Export Wiki as HTML' from the Plain Text Wiki commands menu. You will
42
-
be prompted for a directory where the Web pages will be saved (please make
43
-
sure it's empty).
36
+
Choose 'Export Wiki as HTML' from the Plain Text Wiki commands menu. You will be prompted for a directory where the Web pages will be saved (please make sure it's empty).
44
37
45
-
For converting text to HTML, Plain Text Wiki understands Markdown:
For converting text to HTML, Plain Text Wiki understands Markdown: http://daringfireball.net/projects/markdown/syntax
47
39
48
-
To customise the HTML of the wiki, add wiki-styles.css to the project
49
-
directory--it'll be copied to the export directory and included.
40
+
To customise the HTML of the wiki, add wiki-styles.css to the project directory--it'll be copied to the export directory and included.
50
41
51
-
For more control, add wiki-header.html and wiki-footer.html to the project
52
-
directory. Include the string "%s" in wiki-header.html to have that replaced
53
-
with the page title on export.
42
+
For more control, add wiki-header.html and wiki-footer.html to the project directory. Include the string "%s" in wiki-header.html to have that replaced with the page title on export.
54
43
55
44
56
45
Bugs and issues
@@ -60,15 +49,19 @@ Please let me know about any bugs. Patches are welcome!
60
49
61
50
Issues:
62
51
63
-
* The text.html.markdown language grammar, and grammar to underline http-style
64
-
URLs, should be included
52
+
* The text.html.markdown language grammar, and grammar to underline http-style URLs, should be included
65
53
* Bundle needs to adhere to http://macromates.com/wiki/Bundles/StyleGuide
66
54
* Grammar binds to a number of file extensions, but exports only '.txt'
67
55
68
56
69
57
Changes
70
58
-------
71
59
60
+
2014-09-25:
61
+
62
+
* Moved repo to GitHub
63
+
* Removed the zipped bundle and the script to make the zip
64
+
72
65
2007-06-10:
73
66
74
67
* Fixed Create New Wiki command (which was not working)
0 commit comments