Ole Eskild Steensen
0fe8b10233
Fix stylesheet link, and add new file to plugin-info
2023-01-21 12:12:59 +01:00
Ole Eskild Steensen
d5b2409a0b
Add support for slashes in tags
2023-01-21 12:07:26 +01:00
Utsob Roy
afba7daf72
add downloaded theme support
2023-01-20 00:35:09 +06: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
Ole Eskild Steensen
e3ddd1e29e
Refactor, and styling adjustments to callout icons
2023-01-17 14:24:46 +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
f87a1ae720
Dynamic files ( #44 )
...
* Added new file to be used by the plugin to know what files to look for when updating the tempalte
* Added field for files to delete
Co-authored-by: Ole Eskild Steensen <ole@savvy.no>
2023-01-17 12:39:25 +01:00
Ole Eskild Steensen
ad002db5cd
Fix issue where search results would flow outside container
2023-01-12 09:11:50 +01:00
Ole Eskild Steensen
57daed82cd
Allow slash in tags
2023-01-11 22:55:29 +01:00
idasofiegrude
4dcfeb4e7e
Bumped axios
2023-01-11 22:28:56 +01:00
dependabot[bot]
7e04e3add3
Bump sass from 1.49.9 to 1.57.1 ( #26 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.9 to 1.57.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.57.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
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:23 +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
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
ba534d6296
Remove unused code
2023-01-09 19:14:07 +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
Ole Eskild Steensen
1bc283c4de
Merge branch 'uroybd-main'
2023-01-09 17:54:02 +01:00
Ole Eskild Steensen
d9e75704bb
Fix errors and remove internally used tags
2023-01-09 17:53:13 +01:00
Ole Eskild Steensen
4487444510
Merge branch 'main' into main
2023-01-09 17:12:17 +01:00
Ole Eskild Steensen
2c3bddded8
Add tag to search result and remove home note tag
2023-01-09 17:11:28 +01:00
Utsob Roy
8f32df6bb8
gap in tags
2023-01-09 11:47:58 +06:00
Ole Eskild Steensen
c18dc85dfb
Merge branch 'main' into main
2023-01-08 16:09:34 +01:00
Ole Eskild Steensen
a01a1588ba
Use color working for both dark and light theme
2023-01-08 16:03:01 +01:00
Ole Eskild Steensen
2d88a78cf3
Visual feedback when search is loading
2023-01-08 15:55:34 +01:00
Utsob Roy
b6bd818cb9
search representation fix
2023-01-08 20:12:02 +06:00
Utsob Roy
43c28d459f
tag fix in search
2023-01-08 20:03:01 +06:00
Utsob Roy
0c830fc1db
tag in search results
2023-01-08 20:02:23 +06:00
Utsob Roy
040ab398b9
tags support
2023-01-08 20:00:01 +06:00
Utsob Roy
ea3199f4f1
support for metatags ( #34 )
2023-01-08 14:30:58 +01:00
Ole Eskild Steensen
49b4104e56
Ignore .idea folder
2023-01-08 14:21:00 +01:00
Ole Eskild Steensen
15572e0ee6
Fix unaligned graph title
2023-01-08 14:18:12 +01:00
Ole Eskild Steensen
23a1e937e7
Better experience for smaller screen sizes
2023-01-08 12:18:33 +01:00
Ole Eskild Steensen
44f642af10
Add padding to transclusions
...
To prevent transclusion links from overlaying the content.
2023-01-06 15:22:40 +01:00
Ole Eskild Steensen
84a4092cc7
Remove default transclusion style.
2023-01-06 15:15:16 +01:00
Ole Eskild Steensen
63174b0ed1
Add 404 support to vercel deployments
2023-01-06 15:08:51 +01:00
Ole Eskild Steensen
1a325c678a
Fix filetree error
2023-01-06 14:49:44 +01:00
Ole Eskild Steensen
2fe6657a92
Fix build errors
2023-01-06 14:45:12 +01:00
Utsob Roy
7939b70509
title support throught the garden ( #33 )
2023-01-06 14:30:50 +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
6c05bca5be
Add basic vercel config
2023-01-05 17:14:07 +01:00
Ole Eskild Steensen
766993cebc
Implement link preview
2022-12-19 23:06:07 +01:00