1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-21 19:11:09 +00:00
Commit graph

227 commits

Author SHA1 Message Date
6379ab24de Check for unused deps 2024-10-31 11:12:16 +01:00
0f0cf25b3c Link to Ibis article for Markdown docs 2024-10-31 11:11:45 +01:00
5fa0697130 Remove some unused css rules 2024-10-30 16:39:11 +01:00
80a4ad95aa Fix display of anchor icons 2024-10-30 16:28:41 +01:00
5a57c6520b Show version and source link in sidebar (fixes #86) 2024-10-30 16:18:03 +01:00
aaec884d8f Rework article list 2024-10-30 16:12:18 +01:00
9be6abf776 various improvements 2024-10-30 13:02:27 +01:00
af80819eca Proper tailwindcss setup 2024-10-30 12:16:50 +01:00
52864a6e5c Merge branch 'master' into tailwind-css 2024-10-30 11:33:30 +01:00
d33749aa15 Create EditorView for common article edit/create code 2024-10-30 11:23:08 +01:00
b7e490be9e Merge branch 'master' into tailwind-css 2024-10-29 15:35:26 +01:00
71e9db9935 Throw error in case of invalid config value 2024-10-29 09:35:44 +01:00
8b71a37fd2 Fix release build 2024-10-29 09:29:46 +01:00
fceead8062 Use cargo-leptos, make server-side rendering work 2024-10-28 15:47:45 +01:00
04b40a32f5 fmt 2024-10-28 15:28:58 +01:00
b4e54c914d Also add preview for creating article 2024-10-28 11:28:16 +01:00
ef7d29d2ee Proper resizing of editor (ref #51) 2024-10-28 11:25:33 +01:00
f8948c2e20 Add markdown sub/superscript (fixes #85) 2024-10-25 10:46:47 +02:00
e0fa36c62e Version 0.1.4 2024-10-23 11:37:06 +02:00
71af03c0f6 Add support for markdown footnotes (ref #76) 2024-10-23 11:32:26 +02:00
e7d480098f Add anchors to markdown headings (fixes #77) 2024-10-23 11:24:30 +02:00
61fb9081ec Remove autolink markdown rule (fixes #74) 2024-10-23 11:14:49 +02:00
444be44008 Add spoiler tags (fixes #78) 2024-10-23 10:57:09 +02:00
8fa4fb1078 Add community and donate links to readme 2024-10-18 12:01:48 +02:00
f2e2f88dad wip3 2024-10-18 11:58:08 +02:00
68f7f31b8e wip2 2024-10-16 16:40:32 +02:00
Silver-Sorbet
a38c4a3e5e
Fix math parsing (#68)
* Updates version?

* Adds Display mode after whitespace for LaTex
Includes fonts directory in binaries
Removed unecessary font types (kept .woff2)

* Woodpecker checks
Removed debug print statement for equations

* Use `ok_or` instead of `if let`

Co-authored-by: Nutomic <me@nutomic.com>

* Adds font_dir variable back

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
Co-authored-by: Nutomic <me@nutomic.com>
2024-10-16 16:23:30 +02:00
8033a00b4e wip 2024-10-16 15:20:53 +02:00
a7b95d459b Use tailwind + daisyui for css 2024-10-16 14:19:31 +02:00
6235349b52 Version 0.1.3 2024-10-16 12:46:50 +02:00
51ada1fc4f Fix trunk config, use specific trunk version for ci 2024-10-16 12:27:52 +02:00
e8202a47d4 Use plugin-release 2024-10-15 15:20:32 +02:00
d6b6f2e8e3 Version 0.1.2 2024-10-15 14:37:36 +02:00
222cecb668 Render markdown headings one level smaller (fixes #46) 2024-10-15 13:00:00 +02:00
0b5b60fc9c Add live preview for edits (fixes #54) 2024-10-15 12:43:31 +02:00
d352a33c7a Fix links to remote user profiles in edit history 2024-10-15 11:39:46 +02:00
758dd913cc Dont rebuild backend for css changes, move asset code into file 2024-10-15 11:35:00 +02:00
Silver-Sorbet
94a07cd7bd
Adds math parsing (#61)
* Adds LaTex parsing to HTML with KaTex

* Adds display mode
Remove commented block parser rule

* Applies Nutomic suggestions
Adds fonts to assets
Adds KaTex CSS to assets
Makes katex crate inclusion depending on build type less verbose

* Woodpecker checks

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
2024-10-15 09:39:29 +02:00
abd89bfdc4 Need to sort edits by date (fixes #45) 2024-10-14 16:45:27 +02:00
491a0dc31e Remove article max width (fixes #50) 2024-10-14 16:37:40 +02:00
b1f9510417 Better rendering of edit history (fixes #57) 2024-10-14 16:30:40 +02:00
b530495acc Remove dbg 2024-10-14 13:02:55 +02:00
3050617005 Disable markdown plugins for url shortening and smartquotes (fixes #53) 2024-10-14 12:43:33 +02:00
572a0cb51c Run ci on main branch 2024-10-14 12:34:08 +02:00
04779e757d Switch back to cargo-watch as bacon is broken 2024-10-14 12:31:46 +02:00
a01d6cad52 Fix compiler warning 2024-10-14 11:30:48 +02:00
8b08d99d99 Resize article edit input based on length (fixes #51) 2024-10-14 11:24:06 +02:00
442e1ce75c Mention default dev user/pw in readme 2024-10-14 10:45:29 +02:00
51b5cc7d79 Dont set cookie domain on localhost 2024-10-14 10:44:50 +02:00
fdda0f584a
Upgrade deps (#60)
* Upgrade dependencies

* fix tests

* ci config
2024-10-02 14:47:44 +02:00