Automatic update, changed: 000_start-here.md, areas.artificial intelligence.md, concepts.digital garden.md, interface.md, knowledge graph.md, knowledge managment.md, lalar.md, magenta.md, magnet links.md, map.md, markdown.md, markup.md, mastodon.md, memory.md, mermaid.md, music notation.md, projects.feedfarm.md, projects.portfolio generator.md, projects.portfolio generator.pg_backup.md, tools.obsidian.md

This commit is contained in:
sdbs Terra 2020-12-28 17:36:45 +01:00
parent 32350e1a15
commit 300289fcca
21 changed files with 19 additions and 19 deletions

View file

@ -5,7 +5,7 @@
-------------------------------------------- --------------------------------------------
_This [[vault]] can be opened through regular [[markdown]] editor, or [[knowledge managment]] tools like [[tools.obsidian]]. This vault is being shared through [syncthing](AREAS/DigitalGardenAnabasis/syncthing)_ _This [[vault]] can be opened through regular [[tools.markdown]] editor, or [[concepts.knowledge managment]] tools like [[tools.obsidian]]. This vault is being shared through [syncthing](AREAS/DigitalGardenAnabasis/syncthing)_
**It is also available at <https://garden.sdbs.cz>.** **It is also available at <https://garden.sdbs.cz>.**
**Its history resides at [gitlab.com/sdbs_cz/digital-garden-anabasis](https://gitlab.com/sdbs_cz/digital-garden-anabasis)** **Its history resides at [gitlab.com/sdbs_cz/digital-garden-anabasis](https://gitlab.com/sdbs_cz/digital-garden-anabasis)**
@ -24,7 +24,7 @@ Focus of this vault is collecting notes in these:
## Areas ## Areas
- [[knowledge managment]] and [concepts.digital garden](concepts.digital%20garden.md)s - [[concepts.knowledge managment]] and [concepts.digital garden](concepts.digital%20garden.md)s
- [File tagging](concepts.filetag.md), [[digital asset managment]] and [[concepts.annotation.media]] tools - [File tagging](concepts.filetag.md), [[digital asset managment]] and [[concepts.annotation.media]] tools
- [areas.self-hosting](areas.self-hosting.md) - [areas.self-hosting](areas.self-hosting.md)
- [[file system]]s as non-hierarchical databases - [[file system]]s as non-hierarchical databases

View file

@ -20,7 +20,7 @@
### slowmo ### slowmo
dainapp dainapp
### [[magenta]] ### [[tools.magenta]]
- https://magenta.tensorflow.org/blog - https://magenta.tensorflow.org/blog
## Audio ## Audio

View file

@ -1,4 +1,4 @@
# music notation / [annotation](AREAS/DigitalGardenAnabasis/annotation) # music notation / [annotation](concepts.annotation.md)
## musicXML ## musicXML
>MusicXML is an XML-based file format for representing Western musical notation. The format is open, fully documented, and can be freely used >MusicXML is an XML-based file format for representing Western musical notation. The format is open, fully documented, and can be freely used

View file

@ -1,4 +1,4 @@
# image [annotation](concepts.annotation) # image [annotation](concepts.annotation.md)
#media #annotation #media #annotation
http://szoter.com/launch/ http://szoter.com/launch/

View file

@ -41,7 +41,7 @@ __________________________________
#### [[tools.dendron]] #### [[tools.dendron]]
#### [markdown](markdown) #### [tools.markdown](tools.markdown.md)
[agora](https://github.com/flancian/agora) [agora](https://github.com/flancian/agora)

View file

@ -53,7 +53,7 @@
- https://www.steveliu.co/memex - https://www.steveliu.co/memex
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## [Memory](memory) ## [Memory](concepts.memory.md)
## [[incubation.archives in art history]] ## [[incubation.archives in art history]]

View file

@ -90,7 +90,7 @@ EASYTOGO
#### openAI gym #### openAI gym
- https://medium.com/curiouscaloo/a-gpu-ready-docker-container-for-openai-gym-development-with-tensorflow-9be3d61504cb - https://medium.com/curiouscaloo/a-gpu-ready-docker-container-for-openai-gym-development-with-tensorflow-9be3d61504cb
### [magenta](magenta) ### [tools.magenta](tools.magenta.md)
### tensorflow ### tensorflow
- https://www.tensorflow.org/tutorials/generative/dcgan - https://www.tensorflow.org/tutorials/generative/dcgan

View file

@ -1,6 +1,6 @@
# Portfolio generators # Portfolio generators
## Basic prototype ## Basic prototype
- [[markdown]] and media files in single file tree aka [[vault]] - [[tools.markdown]] and media files in single file tree aka [[vault]]
- render - render
- --> web - --> web
- --> pdf //can be interactive - --> pdf //can be interactive
@ -26,7 +26,7 @@
### Plan of Action mk. JEKYLL ### Plan of Action mk. JEKYLL
#### Essentials #### Essentials
- https://jekyllrb.com/ - https://jekyllrb.com/
- uses [[markdown]] - uses [[tools.markdown]]
- CLI / coding heavy, but! - CLI / coding heavy, but!
- general templates can be created - general templates can be created
- [ ] how to avoid all portfolios looking the same? - [ ] how to avoid all portfolios looking the same?
@ -36,13 +36,13 @@
- pre-setup [[anabasis]] machines? - pre-setup [[anabasis]] machines?
#### Minimal requirements on users #### Minimal requirements on users
- [[markdown]] knowledge - [[tools.markdown]] knowledge
- [[git]] user knowledge (?) - [[git]] user knowledge (?)
- no reasonable user-friendly GUI :( - no reasonable user-friendly GUI :(
#### Features / Workflows #### Features / Workflows
- full page (e.g. about, contact, history...) = single [[markdown]] file - full page (e.g. about, contact, history...) = single [[tools.markdown]] file
- **OR** [[markdown]] files as separate page components/blocks (i.e. portfolios) - **OR** [[tools.markdown]] files as separate page components/blocks (i.e. portfolios)
- annotation with [[yaml metadata]], which allows for: - annotation with [[yaml metadata]], which allows for:
- sorting by date, name, project, medium... - sorting by date, name, project, medium...
- automatic inclusion into pages (if specified by template) - automatic inclusion into pages (if specified by template)

View file

@ -1,6 +1,6 @@
# Portfolio generators # Portfolio generators
## Basic prototype ## Basic prototype
- [[markdown]] and media files in single file tree aka [[vault]] - [[tools.markdown]] and media files in single file tree aka [[vault]]
- render - render
- --> web - --> web
- --> pdf //can be interactive - --> pdf //can be interactive
@ -26,7 +26,7 @@
### Plan of Action mk. JEKYLL ### Plan of Action mk. JEKYLL
#### Essentials #### Essentials
- https://jekyllrb.com/ - https://jekyllrb.com/
- uses [[markdown]] - uses [[tools.markdown]]
- CLI / coding heavy, but! - CLI / coding heavy, but!
- general templates can be created - general templates can be created
- [ ] how to avoid all portfolios looking the same? - [ ] how to avoid all portfolios looking the same?
@ -36,13 +36,13 @@
- pre-setup [[anabasis]] machines? - pre-setup [[anabasis]] machines?
#### Minimal requirements on users #### Minimal requirements on users
- [[markdown]] knowledge - [[tools.markdown]] knowledge
- [[git]] user knowledge (?) - [[git]] user knowledge (?)
- no reasonable user-friendly GUI :( - no reasonable user-friendly GUI :(
#### Features / Workflows #### Features / Workflows
- full page (e.g. about, contact, history...) = single [[markdown]] file - full page (e.g. about, contact, history...) = single [[tools.markdown]] file
- **OR** [[markdown]] files as separate page components/blocks (i.e. portfolios) - **OR** [[tools.markdown]] files as separate page components/blocks (i.e. portfolios)
- annotation with [[yaml metadata]], which allows for: - annotation with [[yaml metadata]], which allows for:
- sorting by date, name, project, medium... - sorting by date, name, project, medium...
- automatic inclusion into pages (if specified by template) - automatic inclusion into pages (if specified by template)

View file

@ -40,7 +40,7 @@ _Obsidian focused, but general points are made._
- flowcharts - flowcharts
- https://mermaid-js.github.io/mermaid/#/ - https://mermaid-js.github.io/mermaid/#/
- [X] etherpad to #[[markdown]] - [X] etherpad to #[[tools.markdown]]
- autolink - autolink
- https://forum.obsidian.md/t/auto-linking-tool/2218/3 - https://forum.obsidian.md/t/auto-linking-tool/2218/3
- https://github.com/perkinsben/obs_tools/tree/master/forward_linker - https://github.com/perkinsben/obs_tools/tree/master/forward_linker