324 Commits

Author SHA1 Message Date
dependabot[bot]
bbe52f72c8
Bump @azure/storage-blob from 12.8.0 to 12.12.0
Bumps [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) from 12.8.0 to 12.12.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.8.0...@azure/storage-blob_12.12.0)

---
updated-dependencies:
- dependency-name: "@azure/storage-blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 12:36:57 +00:00
dependabot[bot]
ac80791d34
Bump markdown-it-mathjax3 from 4.3.1 to 4.3.2
Bumps [markdown-it-mathjax3](https://github.com/nzt/markdown-it-mathjax3) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/nzt/markdown-it-mathjax3/releases)
- [Commits](https://github.com/nzt/markdown-it-mathjax3/commits)

---
updated-dependencies:
- dependency-name: markdown-it-mathjax3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 12:36:39 +00: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
d7e0b5c542
add dependabot 2022-12-14 13:35:44 +01:00
Einar Stenberg
b3bb30e27a security fixes 2022-12-14 12:29:54 +00:00
Ole Eskild Steensen
4b49875dfa Support baseURL in env file for sitemap generation 2022-12-07 15:37:15 +01:00
Ole Eskild Steensen
e61261eaae
Add sitemap for SEO optimization 2022-11-30 21:19:12 +01:00
Ole Eskild Steensen
d878c77e28
Remove sidebar duplicate
If you had a note with backlinks or localgraph set to true, it would show twice. This should fix that
2022-11-29 21:41:39 +01:00
Ole Eskild Steensen
7969dc92e0 Use the more commonly defined text-accent variable for filelist border 2022-11-29 16:32:19 +01:00
Ole Eskild Steensen
5403302373 Remember opened filetree folders across pageloads 2022-11-29 16:18:39 +01:00
Ole Eskild Steensen
93870e1647 Change to jsdelivr, as unpkg has been unstable lately 2022-11-29 15:10:50 +01:00
Ole Eskild Steensen
7606094cfd Stop filemenu from closing when clicking on a note link 2022-11-27 15:17:12 +01:00
Ole Eskild Steensen
9d2eed43d1 Handle themes not adhering to obsidian v1 2022-11-27 15:16:44 +01:00
Ole Eskild Steensen
6b1460d0c0 Change titles on graph and backlink card to divs, for better compatability with themes 2022-11-13 09:58:12 +01:00
Ole Eskild Steensen
c889b6dc9e Larger top margin on mobile to make room for navbar 2022-11-11 07:30:58 +01:00
Ole Eskild Steensen
96b8b0a9b1 Override any theme h1 margins in navbars 2022-11-10 14:31:50 +01:00
Ole Eskild Steensen
c42fa2e925 Override theme h6 style on backlink card 2022-11-09 21:34:50 +01:00
Ole Eskild Steensen
e93d772910 Handle search better 2022-11-09 20:23:31 +01:00
Ole Eskild Steensen
85660bc077 Fixed broken search 2022-11-08 15:46:11 +01:00
Ole Eskild Steensen
58ad09bf49 Merge branch 'search' 2022-11-08 14:17:02 +01:00
Ole Eskild Steensen
490d434f33 Make space for ctrl + k in search bar 2022-11-08 14:15:42 +01:00
Ole Eskild Steensen
a6654e096f
Merge pull request #15 from oleeskild/search
Disable search function if not enabled
2022-11-08 12:56:54 +01:00
Ole Eskild Steensen
d396af31f2 Disable search function if not enabled 2022-11-08 12:54:56 +01:00
Ole Eskild Steensen
944591257f
Merge pull request #14 from oleeskild/search
Search
2022-11-07 16:21:20 +01:00
Ole Eskild Steensen
411cba93b7 Search button styling 2022-11-07 15:46:45 +01:00
Ole Eskild Steensen
bb1fb8ca62 Better search box for mobile 2022-11-07 15:32:43 +01:00
Ole Eskild Steensen
45652a695d Styling for empty navbar 2022-11-07 13:34:42 +01:00
Ole Eskild Steensen
9f477fb3ab Use dghomelink as toggle for navbar 2022-11-07 13:34:19 +01:00
Ole Eskild Steensen
eee9e9aa5f Implemented search box 2022-11-06 23:56:20 +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
052e21193b Remove underline from filetree links 2022-11-04 10:37:21 +01:00
Ole Eskild Steensen
fc781f430c Prevent overlapping with sidebar 2022-11-04 09:49:22 +01:00
Ole Eskild Steensen
5e0e80eb59 Fix graph 2022-11-03 17:02:33 +01:00
Ole Eskild Steensen
bb1137bf87
Merge pull request #13 from oleeskild/filetree
Filetree
2022-11-03 16:46:51 +01:00
Ole Eskild Steensen
93ed7d0b9f Use another sitename variable 2022-11-03 16:36:43 +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
725a211252 Fix #85 2022-10-31 14:31:43 +01:00
Ole Eskild Steensen
37a73b82a2 Add class to body used by some themes 2022-10-24 23:10:09 +02:00
Ole Eskild Steensen
b2b5253f30 Use default note setting from .env 2022-10-24 22:26:50 +02:00
Ole Eskild Steensen
43d0d01b61 Fix #81 2022-10-24 12:58:17 +02:00
Ole Eskild Steensen
de6b6305df Add body class used by the obsidian styling 2022-10-21 11:20:12 +02:00
Ole Eskild Steensen
0f42f3a99b Use correct external link svg 2022-10-17 22:26:07 +02:00
Ole Eskild Steensen
af2693ad80 Update to latest obsidian base theme 2022-10-17 20:26:56 +02:00
Ole Eskild Steensen
3ca28f9a41 Import font used as default in Obsidian 2022-10-17 15:41:41 +02:00
Ole Eskild Steensen
ba366f0fa9 Implement show inline title setting 2022-10-14 20:37:34 +02:00
Ole Eskild Steensen
cc476d6a92 Fix bug where single nodes would not show 2022-10-14 20:20:05 +02:00
Ole Eskild Steensen
eede17127f Fix getcss var function 2022-10-14 12:32:29 +02:00
Ole Eskild Steensen
dede9d091d Remove duplicates in graph 2022-10-13 18:20:45 +02:00
Ole Eskild Steensen
21b9897782 Set z-index on correct class 2022-10-13 16:54:38 +02:00
Ole Eskild Steensen
c9f0d72b17 Fix blinking sidebar on load, and z-index larger than excalidrawings 2022-10-13 16:47:05 +02:00