simiki icon indicating copy to clipboard operation
simiki copied to clipboard

CLI doesn't work?

Open kitianFresh opened this issue 7 years ago • 5 comments

I use command simiki new -t "test" -c linux but it output nothing. and i mkdir a linux dir in content dir, it still doesn't work for me?

kitianFresh avatar Mar 13 '17 12:03 kitianFresh

@kitianFresh Hi, thanks for your report, this is a known bug and will fixed in next release.

You can run below instead:

simiki n -t "test" -c linux

tankywoo avatar Mar 14 '17 02:03 tankywoo

@tankywoo Thanks! I've solved it. By the way, it sames that simiki doesn't support images in markdown right?

kitianFresh avatar Mar 14 '17 03:03 kitianFresh

The markdown image syntax is:

![img title](img url)

Or your example?

tankywoo avatar Mar 14 '17 03:03 tankywoo

@tankywoo I mean where my image resources put, it sames that i have to create an image directory where my images put under output directory manually. If i create a directory under content directory , when i use simiki g, output could not contains the images. Is there a way when i use simiki n -t 'test' -c test, it can generate an image resources directory such as test which associated with my test.md?

kitianFresh avatar Mar 14 '17 06:03 kitianFresh

See http://simiki.org/docs/configuration.html, the attach field, you can create this directory under wiki root, and it will copy to output directory.

tankywoo avatar Mar 14 '17 06:03 tankywoo