Commit Graph

  • 9c87e72482
    Add formatting implementation for Thesis trivernis 2020-09-04 18:41:27 +0200
  • 1fbdbda538
    Add formatting implementation for TechReport trivernis 2020-09-04 18:39:23 +0200
  • 9c7c89bcb0
    Add formatting implementation for Repository trivernis 2020-09-04 18:34:18 +0200
  • 9d0854d75b
    Add formatting implementation for Misc and Manual trivernis 2020-09-04 18:29:10 +0200
  • d0ebeebbd5
    Add formatting implementation for in_collection trivernis 2020-09-04 18:17:49 +0200
  • ef85637b59
    Add formatting implementation for in_book trivernis 2020-09-04 18:11:28 +0200
  • 0bdbeed96d
    Add formatting implementation for booklet trivernis 2020-09-04 18:06:28 +0200
  • c7d5cb0e44
    Add formatting implementation for book trivernis 2020-09-04 12:58:45 +0200
  • 1ef9f1183c
    Add formatting implementation for article trivernis 2020-09-03 19:37:29 +0200
  • 801268b804
    Replace bibliography handling with bibliographix trivernis 2020-09-03 15:17:18 +0200
  • 53123705ac
    Change inline formatting to accept multiple inline types trivernis 2020-09-02 15:21:19 +0200
  • ea481feb6c
    Update asciimath-rs and charred to run on stable trivernis 2020-09-02 11:49:44 +0200
  • 138eb968dc
    Update README.md trivernis 2020-08-23 12:29:25 +0200
  • 176b546357 Update asciimath-rs version to 0.5.6 trivernis 2020-08-21 21:06:06 +0200
  • bfaad4293a Fix last table row being ignored on eof trivernis 2020-08-21 17:33:59 +0200
  • 621cd13279 Update asciimath-rs version# trivernis 2020-08-21 16:53:39 +0200
  • 998fc6d813 Update asciimath-rs version# trivernis 2020-08-21 16:45:51 +0200
  • f3b8426302 Update asciimath-rs version# trivernis 2020-08-21 15:28:42 +0200
  • e1891225ed Fix image path resolution for real trivernis 2020-08-13 19:48:24 +0200
  • 2f85961b65 Fix parsing of ordered lists trivernis 2020-08-13 19:37:13 +0200
  • 4cce555310 Add lang to html tag and charset to head trivernis 2020-08-13 19:26:40 +0200
  • 8fe2c47739 Fix image description and paths trivernis 2020-08-13 19:20:06 +0200
  • 4d27e054da Add html character escape codes trivernis 2020-08-13 19:07:43 +0200
  • b835f900eb Fix last line of the file not being parsed trivernis 2020-08-07 16:28:37 +0200
  • c6e2a2560a Update asciimath-rs version trivernis 2020-08-07 16:01:53 +0200
  • 6739851aba Fix problems with missing newline at eof trivernis 2020-08-07 15:50:47 +0200
  • 038a9ef554 Change images to be embedded as base64 trivernis 2020-08-07 14:24:52 +0200
  • 8715ca7b41 Add custom stylesheet imports trivernis 2020-08-07 13:48:43 +0200
  • 1af43f4ff0 Fix checkboxes, escapes and inline math trivernis 2020-08-07 13:26:03 +0200
  • b81f9f03d6 Update asciimath-rs version trivernis 2020-08-07 12:34:53 +0200
  • 291da3a72b Add MathJax for fancier Math display trivernis 2020-08-06 10:32:46 +0200
  • 9584cfaed2 Update asciimath-rs version trivernis 2020-08-05 23:08:34 +0200
  • 7be3e281a7 Update version trivernis 2020-08-05 22:46:00 +0200
  • d292dd6f32 Add AsciiMath inline and block parsing trivernis 2020-08-05 22:45:38 +0200
  • 06ee81cc15 Add snekdown logo to README trivernis 2020-08-01 10:49:24 +0200
  • 5f7d9f8de1 Fix image short syntax trivernis 2020-07-30 20:54:19 +0200
  • 47e6490203 Change url to allow inline formatting for description trivernis 2020-07-30 20:45:34 +0200
  • 108bcb26d5 Fix word break trivernis 2020-07-30 20:20:17 +0200
  • 14ff4146e9 Merge branch 'main' of github.com:/Trivernis/snekdown into main trivernis 2020-07-30 19:52:20 +0200
  • 63c060e0a2 Cleanup after switching to charred trivernis 2020-07-30 19:51:02 +0200
  • cb327180c6 Add charred for char state operations trivernis 2020-07-30 19:35:30 +0200
  • cfef96ecea Add license scan report and status fossabot 2020-07-17 09:47:06 -0700
  • 78cd551c13
    Update README.md Trivernis 2020-07-05 09:26:31 +0000
  • 61f242e20c
    Update README.md Trivernis 2020-07-05 09:26:13 +0000
  • dd65c65c9d Refactor project folder and file structure trivernis 2020-06-15 21:02:04 +0200
  • 392ee83a4a Change path format from String to PathBof trivernis 2020-06-15 20:14:40 +0200
  • 63345854a0 Add optional comma to metadata trivernis 2020-06-14 17:18:46 +0200
  • 815bd26e51 Refactor template variable collecting and freezing trivernis 2020-06-14 16:58:51 +0200
  • 792d991fb2 Improve template syntax trivernis 2020-06-07 17:28:36 +0200
  • 8498f4c66c Change bibliography to an easier concept trivernis 2020-06-06 17:49:38 +0200
  • 1eea0e3b86 Switch to internal BufRead for parsing trivernis 2020-06-06 12:01:32 +0200
  • fc1d1ccb56 Add automated parsing tests trivernis 2020-06-06 11:10:12 +0200
  • cb8f469853 Fix EOF handling trivernis 2020-06-06 10:23:55 +0200
  • 86ff2e17d1 Add inlining for some charstate functions trivernis 2020-06-05 23:21:15 +0200
  • a320363764 Add live watching and rendering of files trivernis 2020-06-05 20:52:56 +0200
  • 6bf51b91f0 Add color formatting trivernis 2020-06-04 21:00:19 +0200
  • d5e2db3e1f Add emoji parsing trivernis 2020-06-04 20:24:53 +0200
  • 430e0e09c0 Remove perf.data trivernis 2020-06-04 19:46:29 +0200
  • 70e5cb68ea Switch to colored because termion isn't supported on windows trivernis 2020-06-04 18:31:35 +0200
  • 3c88632548 Improve section handling and add Checkboxes trivernis 2020-06-03 21:09:55 +0200
  • b2b535c22b Update Cargo.lock Trivernis 2020-06-03 11:54:22 +0200
  • cf515aec76 Update Readme Trivernis 2020-06-03 11:53:12 +0200
  • 39051d2522 Update README trivernis 2020-06-02 22:39:49 +0200
  • 4af6ab9487 Add Superscript and update Readme with Roadmap trivernis 2020-06-02 22:37:26 +0200
  • 5ee46ac8df Add Superscript and Update Readme trivernis 2020-06-02 22:36:24 +0200
  • 51e8fded75 Update lockfile Trivernis 2020-06-02 09:10:21 +0200
  • add37e8832 Fix text color in html rendering Trivernis 2020-06-02 09:08:52 +0200
  • 15e187c625 Change lockfile Trivernis 2020-06-02 08:38:58 +0200
  • eab4a4a7cb Remove check if the output file exist Trivernis 2020-06-02 08:37:58 +0200
  • fddf89c4c4 Increase crate version trivernis 2020-06-01 21:37:30 +0200
  • a7deb82966 Change placeholder behaviour to be global and not document-scoped trivernis 2020-06-01 21:37:04 +0200
  • 8daa6bb70c Add link rendering for references trivernis 2020-06-01 21:12:49 +0200
  • 5dacef285c Change string templates to {{name}} templates trivernis 2020-06-01 20:42:11 +0200
  • e2f0d88acf Add bibliography, references and settings placeholders trivernis 2020-06-01 19:34:21 +0200
  • cfc02b8da7 Add centered text trivernis 2020-06-01 17:42:48 +0200
  • e80ecea6cf Add options to placeholders trivernis 2020-06-01 16:48:22 +0200
  • ba7fd40f92 Encapsulate inline parsing trivernis 2020-06-01 16:27:06 +0200
  • c4485e1394 Improve readability by encapsulating char operations trivernis 2020-06-01 15:24:54 +0200
  • 7d910301d6 Improve parsing performance trivernis 2020-06-01 00:22:36 +0200
  • 5dc26612d6 Fix metadata parsing for images trivernis 2020-05-31 21:30:26 +0200
  • 018960db0e Add hiding of sections with metadata trivernis 2020-05-31 21:26:16 +0200
  • 0d6eb1d1a7 Add metadata syntax with formatting trivernis 2020-05-31 21:00:19 +0200
  • e1f1140aeb Add Anchor element for references to items trivernis 2020-05-31 19:36:19 +0200
  • 8afdfc71d6 Fix doc rendering for imports trivernis 2020-05-31 19:13:27 +0200
  • 1c47888a05 Add placeholders trivernis 2020-05-31 18:24:41 +0200
  • 7319907c2e Increase crate version trivernis 2020-05-31 16:40:22 +0200
  • 56ab594009 Fix section nesting order trivernis 2020-05-31 16:39:43 +0200
  • 345bde509c Fix quotes and monospace trivernis 2020-05-31 12:20:05 +0200
  • 03ebed6277 Improve rendering performance trivernis 2020-05-31 12:12:56 +0200
  • 9e1d13bce5 Fix escapes of highlighted code trivernis 2020-05-31 12:08:02 +0200
  • 3b75ad10dc Improve code block rendering trivernis 2020-05-31 12:04:44 +0200
  • cdb86098c2 Add syntax highlighting using syntect trivernis 2020-05-31 10:53:27 +0200
  • 5efb355a06 Fix import parsing trivernis 2020-05-31 10:12:40 +0200
  • d43410de70 Fix table parsing trivernis 2020-05-31 10:09:59 +0200
  • 269e26840f Update README and Cargo.toml trivernis 2020-05-31 09:59:53 +0200
  • 242ae666a0
    Create LICENSE Trivernis 2020-05-31 09:51:24 +0200
  • ec6148797c Fix style and add html escaping trivernis 2020-05-31 00:45:59 +0200
  • 4e1e4fa5ae Remove minifcation of parentheses to avoid loosing spaces trivernis 2020-05-31 00:39:25 +0200
  • fbb33ea6d9 Fix bold text html rendering trivernis 2020-05-31 00:04:35 +0200
  • d815ae9a20 Add minifier for html and improve style trivernis 2020-05-30 22:55:22 +0200