- Oct 01, 2018
- Sep 30, 2018
- Sep 28, 2018
-
-
echicken authored
Should really sort out when whether and wherefore newlines get jellied into the ootput. Also something something ctrl-a.
-
echicken authored
-
echicken authored
Strip DokuWiki control macros (~~NOTOC~~ ~~NOCACHE~~) Toggle no_toc state value for possible future use.
-
echicken authored
on for Frame output.) Changed default list indent to two spaces.
-
echicken authored
-
- Sep 27, 2018
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Scales to terminal width and wraps cell contents. Uses DokuWiki-style ':::' row-span and empty-cell col-span, but is otherwise separate from wiki syntax, so committing as its own thing. table(data[, line_color[, heading_color[, cell_color[, width]]])
-
rswindell authored
always include the text description of the last error and the line number. The logging of the smb.file string is probably redundant since that path will likely be included in the last_error string.
-
- Sep 26, 2018
-
-
echicken authored
-
echicken authored
-
echicken authored
(Will do the same for tables when the time comes.)
-
echicken authored
-
echicken authored
Still need to deal with alignment, sizing to terminal.
-
echicken authored
-
echicken authored
Added reset method to bring state back to default if switching render targets or handling a new file. (Called automatically when setting new target.) Comments.
-
echicken authored
-
- Sep 25, 2018
-
-
echicken authored
Some things broken for now (lists, HTML blockquote need some work). Tables will need a bunch of work. Need to add monospace text for HTML. Code blocks & text conversions still a to-do. HTML sub/sup/del will need to be removed on the console side. Footnote support needs to be added. Wiki-specific stuff ... eh.
-
rswindell authored
line 115: SyntaxError: missing ) after condition Also added CVS Id keyword. The version (2.0?) really should probably be addressed too.
-
- Sep 24, 2018
- Sep 23, 2018
-
-
echicken authored
- heading underline and attribute (same for all heading levels for now) - link/image attribute - list indentation character (\t) - bold attribute (\1h) Customizable for HTML: - optionally add CSS class names for all applicable tags (except <b>,<i>) Fixed some nested <ul><ol> stuff, still looks crappy in Bootstrap 3, meh
-
echicken authored
-
echicken authored
Ugly work in progress Renders to console, frame, or HTML Crappy tables on console/frame but whatever Not entirely compatible with other markdowns, but we're special.
-
echicken authored
push/pop as needed).
-
- Sep 11, 2018
-
-
rswindell authored
!JavaScript avatars.js line 340: TypeError: avatar is null Added a couple of comments and some helpful log/console output.
-