Commit Graph

1118 Commits

Author SHA1 Message Date
Corey a14f674d9c added nix shell, fixed index links 2023-10-12 13:14:14 -04:00
fryorcraken.eth 15b44166c3
Some corretions 2023-10-11 14:14:37 +11:00
Corey bf6e9770c9 Update index.md 2023-10-10 20:37:18 -04:00
Corey f999075aa8 Update index.md 2023-10-10 20:32:54 -04:00
Corey f88a01d574 updated malformed wikilinks to monthlies 2023-10-09 19:14:37 -04:00
fryorcraken fd50a05037
Few clarifications (#7) 2023-10-10 09:26:11 +11:00
chair28980 7003266724 update tags 2023-10-09 14:03:59 -07:00
chair28980 22991b8a44 add waku weekly 20231009 2023-10-09 13:54:51 -07:00
ksr 972b4e8573 Vac weekly
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-09 17:50:10 +02:00
ksr bae82a9ee4 Vac roadmap SC update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-09 15:52:12 +02:00
Jacky Zhao da0a062c05 feat: docker support for v4 (closes #530) 2023-10-08 09:59:18 -07:00
Jacky Zhao f66d2c23ac fix: ctrl+click with spa enabled 2023-10-08 09:15:06 -07:00
ksr 38d88f5617 Vac zkVM -> Nescience
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-07 11:24:59 +02:00
chair28980 9f5748d205 update ecodev 2023-10-05 14:46:33 -07:00
chair28980 b8c0a79383 update formatting 2023-10-05 14:22:03 -07:00
Corey 18a85b058a formatting. 2023-10-05 17:10:05 -04:00
Corey e88f43cc4f monthly reports initial submission 2023-10-05 17:08:49 -04:00
Jacky Zhao 3268d45a20 css: make article relative 2023-10-05 13:48:52 -07:00
Corey 6e0972b839 Merge branch 'v4' of https://github.com/logos-co/roadmap into v4 2023-10-05 16:37:28 -04:00
Corey 7f7a3149fc monthlies final (almost) 2023-10-05 16:37:26 -04:00
Jacky Zhao afa163f2fe
style: styling for codeblocks without langs (#527) 2023-10-05 13:30:06 -07:00
Ben Schlegel cec4877adb
fix(breadcrumbs): problem with folder whitespace (#522)
* fix(breadcrumbs): problem with folder whitespace

use slugs for folder hrefs so folder paths get resolved properly

* feat: only use `slug` for constructing crumbs

* fix: remove capitalization
2023-10-05 09:19:56 -07:00
Corey ba8401ac0e Create 2023-oct.md 2023-10-04 17:44:48 -04:00
Jacky Zhao cf0c090e3c specify minimum npm version 2023-10-04 09:23:56 -07:00
Corey 17b3a27671 added to Nomos monthly 2023-10-03 04:37:11 -04:00
Corey eeda30ee05 Merge branch 'v4' of https://github.com/logos-co/roadmap into v4 2023-10-02 20:42:45 -04:00
Corey 6da57469d6 Codex sept monthly to review 2023-10-02 20:42:43 -04:00
chair28980 7f611e6281 remove draft flag 2023-10-02 15:07:08 -07:00
chair28980 229fcd5e4d add waku weekly 20231002 2023-10-02 14:57:19 -07:00
Corey 1d0d935fd2 codex monthly work 2023-10-02 17:25:43 -04:00
Corey 905b76467b Merge branch 'v4' of https://github.com/logos-co/roadmap into v4 2023-10-02 16:39:00 -04:00
Corey 38c6804254 updates to monthlies 2023-10-02 16:38:58 -04:00
ksr 3680c6f906 Vac weekly update P2P
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-02 17:44:25 +02:00
ksr 01233967da Vac weekly update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-02 16:55:25 +02:00
ksr 5a184f348b Vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-02 16:37:28 +02:00
ksr bb1efef95d Vac roadmap rfc roadmap
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-10-02 15:55:32 +02:00
Corey cbb6abfb9d added to waku monthly 2023-10-02 09:01:57 -04:00
Luca Salvarani c8f5dbbad3
fix: Fix `Backlinks` not applying the display class (#519)
* fix: Fix `Backlinks` not applying the display class

Fix #518

* fix: Apply `displayClass` to all layout components

* refactor: Use same style

* fix: Remove `undefined` class using coalescing operator
2023-10-01 17:20:55 -07:00
bfahrenfort ab5efac75f
Fix: RSS title escaping (#521)
* Fix title escaping

* npm run format
2023-10-01 09:47:22 -07:00
chair28980 8529e0096a update waku roadmap overview 2023-09-30 02:52:39 -07:00
chair28980 9f23291310 formatting check 2023-09-30 02:40:33 -07:00
chair28980 127faaca14 update milestones overview 2023-09-30 02:37:31 -07:00
Hrishikesh Barman 2f99339dcf
feat: add transformations for latex in oxhugofm (#510)
ox-hugo currently supports the following syntax for latex equations:
- https://orgmode.org/manual/LaTeX-fragments.html
- https://ox-hugo.scripter.co/doc/equations

This syntax is supported by mathjax as is mentioned in the ox-hugo documentation.

But quartz uses remark-math which has some issues with the \( \) syntax.
See https://github.com/remarkjs/remark-math/issues/39

This change adds few more transformations to the OxHugoFlavouredMarkdown
plugin, which makes a best effort conversion of this syntax into what
the Quartz Latex transformer plugin supports.

With these changes, the generated files show latex formatting with
default quartz configuration.

Sidenote on `\_` escape by ox-hugo:

ox-hugo escapes, _ using \_, we match against it after we transform
equations into what quartz supports($$ and $).

This could be achieved using lookaround like regex as follows
```js
(?<=(\$|\$\$)[\s\S]*) -> Positive lookbehind for $ or $$
\\_ -> Matches \_
(?=[\s\S]*(?:\1)) Positive lookahead for $ or $$ if matched
const escapedUnderscoreRegex = new RegExp(/(?<=(\$|\$\$)[\s\S]*)\\_(?=[\s\S]*(?:\1))/, "g")
````

But since lookahead/behind can slow things down on large files, we just
look up all equations with $ and $$ delimiters and then try replacing \_
2023-09-29 11:35:26 -07:00
ArtfulAzeria 5232d09af5
feat: Better and more responsive tag behavior (#515)
* fix(explorer): default sortFn implementation (#511)

* fix: use `numeric` + `base` for localeCompare

* docs(explorer): update default sortFn

* fix: better and more responsive tag behavior

* tags css moved to TagList.tsx

* used npm run format

* merged tag declarations

---------

Co-authored-by: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
2023-09-29 11:17:48 -07:00
Catchears 0138085c16
docs: fix typo in breadcrumbs documentation (#513) 2023-09-29 08:19:10 -07:00
ksr 2eb5cbc4ba Vac roadmap zkvm update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-29 14:56:10 +02:00
ksr a743fdec32 Vac roadmap zkvm update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-29 14:53:54 +02:00
Ben Schlegel 0b61f6fbfd
feat: implement breadcrumb component (#508)
* feat: implement breadcrumbs

* style: fix styling, move breadcrumbs to top

* refactor: move `capitalize to `lang.ts``

* refactor: clean breadcrumb generation

* feat: add options to breadcrumbs

* feat: implement `resolveFrontmatterTitle`

* feat: add `hideOnRoot` option

* feat(consistency): capitalize every crumb

* style: add `flex-wrap` to parent container

* refactor: clean `Breadcrumbs.tsx`

* feat(accessibility): use `nav`, add aria label

* style: improve look in popovers by adding margin

* docs: write docs for breadcrumb component

* refactor: collapse `if` condition for hideOnRoot

* chore: add todo for perf optimization

* docs: update introduction
2023-09-29 10:26:15 +02:00
Cofson 14880291a5 Added more details from various documentation and milestones on Notion 2023-09-29 08:08:11 +02:00
Corey c5ecc76203 added to Nomos monthly, updated weekly formatting. 2023-09-28 16:04:38 -04:00