Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 20:22
· 39 commits to main since this release
v2.0.0
b1b8e44

Changelog

  • 7ae9d4a chore: write JSON index to rendered/static
  • d958921 feat/graphs: redirect when hitting a leaf node closes: #82
  • 35c38b3 feat: Added wikiedia like backlink preview(js) - added notesindex.json generation for backlink preview - TODO: Broken parser tests - TODO: add backlink from child note to parent
  • e974175 feat: Basic notes rendering system in place - Added backlinks validation and parsing - Provision of a notes.html for entry into root notes - TODO: Fix AddfileRendere Tests
  • dbb2ae7 feat: Generalising Directory Parsing - (temp) pages must require a type=page in frontmatter - Added backlinks validation and parsing - fix & added GenerateLinkStore method - fix: notes template with DDM - TODO: notes.html for entry point into notes - TODO: Fix AddfileRendere Tests - TODO: zettel-implementation
  • 8da851b feat: access deep data merge in all layouts
  • 68124cb feat: add basic d3js graph
  • 6257e32 feat: added VanillaNoteRendering - Search notes for [[note title name]] - Added note validation checker for the above - Basic sequential rendering process implementation - Added Deep Data Merge for propesed LinkMaps - Added support for [[]] references - Todo: Allow any file names for these kind of references
  • b71d24a feat: auto-refresh browser on live reload
  • 97dd0b9 feat: complete deep data merge and update tests
  • 7034ce6 feat: hover links and broken click links
  • 96f6666 feat: implement deep data merge
  • 1eb8e48 feat: print version number
  • 4545102 feat: re-enable html validation and minor fixes
  • 7fac334 feat: style atom feeds closes: #95 misc: update docs, prompt user before sitedir bootstrap
  • cf9caf2 feat: view profile data during live reload
  • c79fd90 feat: zettel genesis
  • b73f41a fix: added extra head-note partial for notes
  • 512a416 fix: added sample note for zettels.
  • 7cd4ea4 fix: fix and log profiling data to files
  • 992c5df fix: fix graph titles, copy plugin and preload tag
  • c152bf8 fix: fix paths of robots.txt and sitemap.xml
  • 0af56cf fix: improve semantic html closes: #85
  • ee8bfbb fix: rename all templates from .html to .layout
  • bca9047 fix: reworked the default css theme, using system default fonts
  • feb9c9f impl: Implementing notes system for anna - Improved features of hover links for linked notes - Added parallel notes validation. - Updated notes.md with new zettelkasten feature
  • e4aae40 meta/gh: add hugo and 11ty to bench
  • 7520128 meta/gh: automate goreleaser ref: #76 use go-releaser + gh-actions to build binaries for 3 target platforms
  • 84a7728 parallelized RenderTags