For markdown:
See: INSTALL.md
Run hzclish -h
for help.
Config folder: ~/.hzclish
-P
or -m
options to change markdown engine)*cat1 *cat2 ... *cat3
(asterisk and text), will be parsed as post categories (It's like tags, but categories)#tag1 #tag2 ... #tag3
(hash + text) will be parsed as hashtags (if they not starting the line). Also the very last line (of your post message) with tags: #tag1 #tag2 ... #tag3
will be treated as hashtags too, even if it starts the line# Title of message
(one hash + space + text), will be parsed as title of the post (In Hubzilla you can define the post title in separate field)<>
brackets like this: <http://example.com/>
or []()
brackets like this: [link](http://example.com/)
http://example.com/url_with_underscores
, the markdown will parse it to emphasis: http://example.com/url<em>with</em>underscores
, which is breaks the url. So escape the _
underscore with backslash: http://example.com/url\_with\_underscores
, or use markdown syntax: wrap url in <>
brackets like this: <http://example.com/url_with_underscores>
http://www.youtube.com/watch?v=MejbOFk7H6c`***SPACES-GOES-HERE***`
#tag1 #tag2 #tag3