Commit graph

12 commits

Author SHA1 Message Date
loikein
263ec827c7 use scratch method for marginnote as well 2023-04-25 18:57:16 +01:00
loikein
3cda34976f refine figure 2023-04-18 00:29:12 +01:00
loikein
a1b9b7dcbd new features for margin/side note 2023-04-15 15:31:10 +01:00
loikein
a881ce922f address https://github.com/loikein/hugo-tufte/issues/2 2023-04-14 23:34:42 +01:00
loikein
89b51f17b7
Merge branch 'main' into master 2023-04-14 16:39:58 +00:00
loikein
ae230d5615 edit .gitignore; add some shortcodes 2023-04-14 17:27:20 +01:00
slashformotion
4e38a13914
Markdown support in marginnote (#19)
Fixes #18
2021-08-15 11:48:55 +02:00
Dwarkesh Patel
67fb77fc2b fixed margin note bug 2021-08-01 13:15:43 -05:00
slashformotion
c454c6f4ca Started refactoring 2021-07-21 20:23:55 +02:00
Charles Wimmer
e70a1f0e91
Fixes Hugo deprecation warnings (#16) 2021-01-31 14:48:46 -08:00
Jeremy Friesen
4299d3bfdb Removing dom ID requirement for margin/sidenotes (#10)
* Removing dom ID requirement for margin/sidenotes

Prior to this commit, when using the `marginnote` or `sidenote`
shortcodes, you would need to pass a domId parameter to the shortcode.

With this change you no longer need to pass a parameter, and any
parameter passed is ignored. The pre-amble creates a unique domID for
the shortcodes.

* Replacing convoluted Scratch with Ordinal

I was leveraging the Scratch function of Hugo, when I could instead
rely on `.Ordinal`
2019-04-18 09:37:06 -07:00
Shawn O'Hare
7584401279 Implement side + margin note shortcodes. 2015-12-29 20:41:07 -08:00