102 Commits

Author SHA1 Message Date
Ole Eskild Steensen
693a35f864
Bug/fullresolutionimages (#278)
* Bump 11ty/eleventy-img and change html minifier library

* Update outdated packages
2024-07-11 15:01:53 +02:00
Tyler Nieman
c7e255d202
dont render callout-content div if blank (#267) 2024-06-10 21:14:39 +02:00
Luke
40c2b78cf5
Check for ELEVENTY_ENV for minifier (#237)
* fix: check for ELEVENTY_ENV for minifier

* turn on `conservativeCollapse` and `preserveLineBreaks` for HTML minifier
2024-05-03 20:00:43 +02:00
Jasmine Y
046f8a7bac
Fix Timestamp Parsing Error that renders Invalid Datetime (#252)
* fix: Some timestamps cannot be parsed

* fix: update dateToZulu to use try catch
2024-05-03 19:59:19 +02:00
Ole Eskild Steensen
cd1e0883aa Allow using full resolution images 2024-01-18 07:42:44 +01:00
Ole Eskild Steensen
ecca0eddae Fix header linking issues 2023-10-18 15:39:38 +02:00
Ole Eskild Steensen
c44066a556 Add support for handling dataviewjs links 2023-10-13 16:39:00 +02:00
Ole Eskild Steensen
e95e7be370 Support setting metadata on callouts and images 2023-09-30 17:21:36 +02:00
Ole Eskild Steensen
ea4a85ac76 Nunjuck shouldn't render the markdown from notes 2023-09-21 15:19:13 +02:00
Keang
a64f5e2a1f
Fix missing close quotation (#184) 2023-06-26 16:41:17 +02:00
Ole Eskild Steensen
bda59556a2 Make URL links clickable (#317) 2023-06-26 16:33:26 +02:00
Ole Eskild Steensen
0a067cc87f Fix image scaling 2023-05-26 11:25:13 +02:00
Ole Eskild Steensen
4663102ebc Fix for smaller images 2023-05-26 11:18:50 +02:00
Ole Eskild Steensen
48b7162298
Local flexsearch (#160)
* Switch to using local search
* Switch from lunr to FlexSearch
* Cache searchindex in localstorage
* Link unresolved links to 404 page in build step
2023-05-23 22:14:50 +02:00
Ole Eskild Steensen
9d45cde0e6
Use correct parameter for setting favicon outpu 2023-05-22 19:03:06 +02:00
ransurf
c0f07cb5f3 Add null checks for empty dataview queries (#157) 2023-05-22 16:51:11 +02:00
bayang
aa1473d8fa fix display bug for admontion to callout conversion (#150)
admonition accepts parameters on the first 4 lines.
These lines are displayed in teh resulting html and the collapsing
does not work.
2023-05-22 16:50:46 +02:00
Anant Shrivastava
4f4f003ebe fixing the plugin references 2023-05-09 13:58:15 +05:30
Utsob Roy
66519a6ae1
Transform dataview tables to add proper classes (#133) 2023-04-25 19:53:19 +02:00
Ole Eskild Steensen
d7dca4e45f Fix RSS feed #136 2023-04-25 16:46:09 +02:00
Utsob Roy
80616447c8
Image optimization (#116)
* image optimizations

* added cache to gitignore

* fault tolerant img generation

* crash fix

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-04-18 07:55:41 +02:00
Utsob Roy
23d2d7c7ff
Table wrapper for markdown tables (#114)
* table wrapper for markdown tables

* minimal formatting

* minimal formatting

* Only show scroll when neccessary

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-04-18 07:50:49 +02:00
Ole Eskild Steensen
313dc50c95 Allow callouts to have - in their name 2023-03-17 16:38:42 +01:00
Ole Eskild Steensen
cd0e8b98ee Properly use updated field from note in RSS feed 2023-03-16 23:12:47 +01:00
Ole Eskild Steensen
ea7f584614 Add support for rss/atom feed 2023-03-16 22:33:33 +01:00
Ole Eskild Steensen
548d04ce8c Check that tags exists 2023-03-07 09:01:59 +01:00
Ole Eskild Steensen
9343b198be Merged footnote fix into main 2023-03-06 08:45:34 +01:00
Utsob Roy
809118c68b single homepage rendering (#88) 2023-03-06 08:42:49 +01:00
Utsob Roy
6698edf262 allow users to put scripts in src/site/scripts folder (#93) 2023-03-06 08:42:49 +01:00
12-VidE
e1342e7eb7 Add new attribute to tags (#84)
The new attribute makes it easier to apply custom styles to specific tags with CSS
2023-03-06 08:42:49 +01:00
Utsob Roy
8026d6f06e
feat: Minification (#94)
* added minifications for html, and css built from scss

* cleanup css themes to keep only the first comment
2023-03-06 08:41:00 +01:00
Utsob Roy
59c3cde9e0
feat: User setup (#95)
* allow users to add plugins to setup markdown and eleventy

* comments on function

* added userSetup.js to plugin-info.json
2023-03-06 08:37:17 +01:00
Utsob Roy
f9d22ef471
single homepage rendering (#88) 2023-03-06 08:31:42 +01:00
Utsob Roy
702344cb84
allow users to put scripts in src/site/scripts folder (#93) 2023-03-02 08:18:16 +01:00
12-VidE
f35dec903a
Add new attribute to tags (#84)
The new attribute makes it easier to apply custom styles to specific tags with CSS
2023-03-02 08:11:57 +01:00
Utsob Roy
b559425c7b footnote fix via better way 2023-02-23 16:34:43 +06:00
Utsob Roy
18b4be3d43
fix: Footnote in heading (#89) 2023-02-23 10:40:38 +01:00
Utsob Roy
717492ba19
Nested TOC fix (#83) 2023-02-23 10:26:53 +01:00
Utsob Roy
486a8a262f
inline code wrong highlight detection fix (#87) 2023-02-23 10:22:33 +01:00
Utsob Roy
616a2a9a0f maturity to generic note icons 2023-02-13 14:41:59 +06:00
Utsob Roy
aff76efc5b maturity visualization 2023-02-11 19:31:11 +06:00
Utsob Roy
705e80e5f2 dynamic import implementation 2023-02-06 14:29:23 +06:00
Ole Eskild Steensen
818ae56774 Fixed issue where ampersign in title would break dataview links 2023-02-05 18:24:01 +01:00
Utsob Roy
db6d4bb79b
Hide dataview variable (#54)
* hide dataview variable

* Update note.njk

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-02-04 13:45:57 +01:00
Ole Eskild Steensen
97387a76f5 Fix theme issues 2023-02-01 17:08:10 +01:00
Ole Eskild Steensen
514f1be060 Escape "\" in tags, as they are invalid json 2023-01-26 09:08:13 +01:00
Ole Eskild Steensen
6c8f6a5ebe Remove passthrough copy of css, as this is done elsewhere 2023-01-25 08:57:26 +01:00
Ole Eskild Steensen
5d9b0e508e Copy theme css that gets ignored by sass 2023-01-25 08:38:23 +01:00
Ole Eskild Steensen
255e1d531d Add support for slashes in tags 2023-01-21 12:03:39 +01:00
Utsob Roy
3176a78c03
better tag search (#46) 2023-01-19 14:46:56 +01:00