View Single Post
Quote:
Originally Posted by mjstarks View Post
...I renamed the folder to just "fletcher-Markdown.ooxsl" - at which point it began to appear as a single file in the finder. After a restart of Omni Outliner, I began to see the markdown options appear in the export menu as a save option.
I'd really like to try the Markdown export, but when I try this, it doesn't work:

1. It does not appear as a single file (package) in Finder
2. In OmniOutliner 3.9.1, I do not have an Export menu. Just to be clear, in the Main Menu
I have File > Export.
3. When I click this item it presents a dialog and in that dialog is a popup menu labelled "File Format".
4. When I click that popup menu, I get 11 items, the same as I had before relaunch
OmniOutliner. None of them indicate "fletcher" or "Markdown"

Regarding 1., I believe it does not appear as a package because it does not have a "Contents/PkgInfo" file. This is typically an 8-byte file which tells Finder "This is a package". Maybe that's the problem?

Thanks to anyone that can help!

Jerry Krinock

Here's a Terminal session which shows my installation...

Jerrys-Mac-Mini:~ jk$ cd "/Users/jk/Library/Application Support/OmniOutliner 3/Plug-Ins/fletcher-Markdown.ooxsl"
Jerrys-Mac-Mini:fletcher-Markdown.ooxsl jk$ ls -al
total 24
drwxr-xr-x@ 5 jk 501 170 Sep 4 10:51 .
drwxrwxr-x 4 jk 501 136 Sep 4 11:19 ..
-rw-r--r--@ 1 jk 501 6148 Sep 4 10:51 .DS_Store
drwxr-xr-x@ 5 jk 501 170 Sep 4 10:51 Contents
-rwxr-xr-x@ 1 jk 501 444 Jul 10 14:49 README.md
Jerrys-Mac-Mini:fletcher-Markdown.ooxsl jk$ cd Contents
Jerrys-Mac-Mini:Contents jk$ ls -al
total 16
drwxr-xr-x@ 5 jk 501 170 Sep 4 10:51 .
drwxr-xr-x@ 5 jk 501 170 Sep 4 10:51 ..
-rwxr-xr-x@ 1 jk 501 1715 Jul 10 14:49 Info.plist
drwxr-xr-x@ 4 jk 501 136 Jul 10 14:49 Resources
-rwxr-xr-x@ 1 jk 501 318 Jul 10 14:49 pbdevelopment.plist
Jerrys-Mac-Mini:Contents jk$ cd Resources
Jerrys-Mac-Mini:Resources jk$ ls -al
total 48
drwxr-xr-x@ 4 jk 501 136 Jul 10 14:49 .
drwxr-xr-x@ 5 jk 501 170 Sep 4 10:51 ..
-rwxr-xr-x@ 1 jk 501 8673 Jul 10 14:49 oo2markdown.xsl
-rwxr-xr-x@ 1 jk 501 8741 Jul 10 14:49 oo2markdownAttachment.xsl
Jerrys-Mac-Mini:Resources jk$