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
Utsob Roy
92d49c2c54
A custom content taggification ( #45 )
...
* a custom content taggification
2023-01-19 10:31:35 +01:00
Ole Eskild Steensen
80d58a7fd8
Do markdown-it-attrs later than hashtag, to fix hastag issue
2023-01-18 22:20:54 +01:00
Ole Eskild Steensen
f6512bd053
Fix inline hashtag issues
2023-01-18 22:06:13 +01:00
Ole Eskild Steensen
cca486c7dc
Fix issue where markdown-it-attrs would be rendered as tags
2023-01-18 16:02:14 +01:00
Luke
63dca03db5
fix(jsonify): default to empty string on empty content ( #42 )
2023-01-17 14:26:47 +01:00
Luke-zhang-04
d79ff93c5e
implement new callout code for code blocked admonitions
2023-01-17 14:24:46 +01:00
Luke-zhang-04
f328f9b411
feat(callouts): make callouts look like Obsidian callouts
...
- change callout look
- make callouts collapsible (https://github.com/oleeskild/obsidian-digital-garden/issues/89 )
2023-01-17 14:24:46 +01:00
Luke-zhang-04
00011e734e
fix(callouts): render nested callouts properly
...
previously, nested callouts were not rendered properly becuase regex
could not detect the correct closing tag for a callout that had another
callout nested inside of it.
2023-01-17 14:24:46 +01:00
Ole Eskild Steensen
57daed82cd
Allow slash in tags
2023-01-11 22:55:29 +01:00
Ole Eskild Steensen
777b8ff269
Show tag for all languages
2023-01-11 17:48:13 +01:00
Ole Eskild Steensen
55159ed89c
Fix inline tag search
2023-01-09 19:24:21 +01:00
Ole Eskild Steensen
5cf5aa1566
Allow searching both inline and frontmatter tags
2023-01-09 19:08:33 +01:00
Ole Eskild Steensen
0c46242b0a
Add support for inline tags
2023-01-09 18:54:15 +01:00
Utsob Roy
c71685ce57
Support for block ID ( #29 )
...
Transcluded block signature to id.
Link in embedded section for header and block transclusion.
2023-01-06 08:51:14 +01:00
Ole Eskild Steensen
8da3c9317a
Implemented support for table of content
2022-12-15 20:28:08 +01:00
Mark Orel
fd92473178
feat: Search using lunr
...
Context: having search is almots essential feature for most of the
websites. This commit adds very basic functionality based on lunrjs
library. It allows to build an use search index.
Changes:
- Build search index using 11ty template
- Adds postbuild step to build lunr index
- Adds netlify function to serve as API for search
- Adds search page and links to notes pages
- Wraps hashtags with proper styling and adds search by hashtag link to
them
- Adds missing obsidian class for content
2022-11-06 20:11:35 +01:00
Ole Eskild Steensen
4c555c58d4
Implemented filetree, and made some adjustments to graph and backlinks
2022-11-03 16:14:12 +01:00
Ole Eskild Steensen
825893d52c
Fix #64 : Support links ending in .md
...
Some dataview queries adds a .md file extension on links to other
pages. This caused the digital garden to search for filename.md.md,
which it didn't find. Thus dataview queries could result in dead links
that weren't really dead. This commit should fix that.
2022-08-05 14:38:41 +02:00
Ole Eskild Steensen
3836163a2c
Add support for plantUML
2022-07-07 18:03:59 +02:00
Ole Eskild Steensen
a12c3b3e0a
Add styling to unresolved links
2022-05-24 10:39:36 +02:00
Ole Eskild Steensen
8d72161e10
Capital callout types should render properly
2022-04-24 23:40:41 +02:00
Ole Eskild Steensen
b9f25858db
Use filters, as transforms has memory issues
2022-04-18 22:01:58 +02:00
Ole Eskild Steensen
ce3cbedd2e
Fix bug with callout block rendering
2022-04-13 09:04:17 +02:00
Ole Eskild Steensen
0a11495310
Added support for callout blocks
2022-04-07 19:37:18 +02:00
Ole Eskild Steensen
b781c5faad
Properly match dg flavoured wikilinks
2022-04-05 22:18:09 +02:00
Ole Eskild Steensen
5c7339eab5
Render mathjax in build time
2022-03-27 19:59:05 +02:00