# \#note

**URL:** https://discourse.julialang.org/tag/note/189.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [\[ANN\] SciCodeNotes 1.0.0—external Markdown notes and LaTeX previews for source code (vsc extension)](https://discourse.julialang.org/t/ann-scicodenotes-1-0-0-external-markdown-notes-and-latex-previews-for-source-code-vsc-extension/139218)

<div class="topic-metadata">

**Author:** [@karei](https://discourse.julialang.org/u/karei)\
**Replies:** 20\
**Last updated:** [September 18, 2026, 8:39am UTC](https://discourse.julialang.org/t/ann-scicodenotes-1-0-0-external-markdown-notes-and-latex-previews-for-source-code-vsc-extension/139218 "2026-09-18T08:39:46Z")

</div>

Hi everyone, I’m happy to announce the first release of SciCodeNotes, a VS Code extension for attaching external Markdown notes to precise ranges of source code. SciCodeNotes was originally designed for scientific comp…

---

## [Mooncake.jl with variable sized input](https://discourse.julialang.org/t/mooncake-jl-with-variable-sized-input/137943)

<div class="topic-metadata">

**Author:** [@Tomas\_Pevny](https://discourse.julialang.org/u/Tomas_Pevny)\
**Replies:** 5\
**Last updated:** [July 6, 2026, 1:58pm UTC](https://discourse.julialang.org/t/mooncake-jl-with-variable-sized-input/137943 "2026-07-06T13:58:40Z")

</div>

This post is intended as a log for people interested in Mooncake. Similarly, I am interested in feedback. Background: I am interested in learning from structured data, under which you can think about JSON documents. I a…

---

## [\[ANN\] NoteMate.jl: The Perfect Companion for Working with Your Notes](https://discourse.julialang.org/t/ann-notemate-jl-the-perfect-companion-for-working-with-your-notes/103617)

<div class="topic-metadata">

**Author:** [@TheCedarPrince](https://discourse.julialang.org/u/TheCedarPrince)\
**Replies:** 0\
**Last updated:** [September 7, 2023, 4:15pm UTC](https://discourse.julialang.org/t/ann-notemate-jl-the-perfect-companion-for-working-with-your-notes/103617 "2023-09-07T16:15:28Z")

</div>

Hi all, :wave: I recently just released a new package called NoteMate.jl with the tagline The perfect companion for working with your notes :books: It grew out of a personal collection of scripts I had been developi…

---

## [Linspace with DateTime](https://discourse.julialang.org/t/linspace-with-datetime/7565)

<div class="topic-metadata">

**Author:** [@yakir12](https://discourse.julialang.org/u/yakir12)\
**Replies:** 0\
**Last updated:** [December 6, 2017, 12:44pm UTC](https://discourse.julialang.org/t/linspace-with-datetime/7565 "2017-12-06T12:44:38Z")

</div>

I wanted to create a linearly spaced range of DateTimes, but: julia\> linspace(DateTime(0), now(), 5) 5-element LinSpace{DateTime}: Error showing value of type LinSpace{DateTime}: ERROR: MethodError: no method matching \*…
