Utsob Roy
486a8a262f
inline code wrong highlight detection fix ( #87 )
2023-02-23 10:22:33 +01:00
Ole Eskild Steensen
92b999811b
Upgrade to eleventy 2.0
2023-02-14 17:31:52 +01:00
Utsob Roy
afba7daf72
add downloaded theme support
2023-01-20 00:35:09 +06:00
Utsob Roy
92d49c2c54
A custom content taggification ( #45 )
...
* a custom content taggification
2023-01-19 10:31:35 +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
idasofiegrude
4dcfeb4e7e
Bumped axios
2023-01-11 22:28:56 +01:00
dependabot[bot]
7507ff878f
Bump markdown-it from 12.3.2 to 13.0.1 ( #22 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 12.3.2 to 13.0.1.
- [Release notes](https://github.com/markdown-it/markdown-it/releases )
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.1 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 22:24:04 +01:00
dependabot[bot]
90c51ddab1
Bump dotenv from 10.0.0 to 16.0.3 ( #19 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 10.0.0 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.0.3 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 22:23:50 +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
dependabot[bot]
b03f4ef4d8
Bump @octokit/core from 3.5.1 to 4.1.0
...
Bumps [@octokit/core](https://github.com/octokit/core.js ) from 3.5.1 to 4.1.0.
- [Release notes](https://github.com/octokit/core.js/releases )
- [Commits](https://github.com/octokit/core.js/compare/v3.5.1...v4.1.0 )
---
updated-dependencies:
- dependency-name: "@octokit/core"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 12:36:26 +00:00
Einar Stenberg
b3bb30e27a
security fixes
2022-12-14 12:29:54 +00: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
3836163a2c
Add support for plantUML
2022-07-07 18:03:59 +02:00
Ole Eskild Steensen
1c7882d6bc
Set memory heap to 4gb to account for large vaults
2022-04-20 13:24:28 +02:00
Ole Eskild Steensen
5c7339eab5
Render mathjax in build time
2022-03-27 19:59:05 +02:00
Ole Eskild Steensen
5cc21ac870
Add support for empty admonition title and checkboxes
2022-03-22 22:36:52 +01:00
Ole Eskild Steensen
b31a5db711
Added favicon support
2022-03-18 18:42:08 +01:00
Ole Eskild Steensen
4689824bab
Added support for setting obsidiantheme
2022-03-15 15:11:50 +01:00
Ole Eskild Steensen
2e9432181e
Added support for highlighted text and footnotes
2022-03-10 13:59:21 +01:00
Ole Eskild Steensen
6998e7af13
Better handling of custom styling
2022-03-06 22:22:53 +01:00
Ole Eskild Steensen
56a0bd05f8
Use graymatter package for frontmatter parsing
2022-03-02 15:54:06 +01:00
Ole Eskild Steensen
4cf09880b0
Add support for permalinks
2022-03-01 16:48:00 +01:00
Ole Eskild Steensen
7113398174
Slugify all note URLS
2022-03-01 10:28:23 +01:00
Ole Eskild Steensen
406ae3de6b
Use markdownit as only highlighter
2022-02-24 12:21:46 +01:00
Ole Eskild Steensen
5c88fc3f67
🌅 Initial commit
2022-02-14 19:22:33 +01:00