mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
created: 20230429182925276
|
||||
creator: Octt
|
||||
modified: 20240128184623406
|
||||
modified: 20240130163041628
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: JavaScript/Libraries
|
||||
@@ -13,13 +13,14 @@ Note: some are still in [[Web/Development]]
|
||||
* `jsdom`: //JavaScript implementation of various web standards, for use with Node.js// --- <<[# Git "https://github.com/jsdom/jsdom">>
|
||||
* [[Axios|https://axios-http.com/]] --- //Promise based HTTP client for the browser and node.js// --- <<[# Git"https://github.com/axios">>
|
||||
** [[How to display response error message with axios|https://stackoverflow.com/questions/44385872/how-to-display-response-error-message-with-axios]] --- `try { ... } catch(err) { console.log(err.response.data.message) }`
|
||||
* [[cheerio|https://cheerio.js.org/]] --- //The fast, flexible & elegant library for parsing and manipulating HTML and XML.//
|
||||
* [[DefiantJS|https://www.defiantjs.com/]] --- //provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath// (currently has some bugs, they can be accounted for in own code) --- <<[# Git "https://github.com/hbi99/defiant.js">>
|
||||
|
||||
!!! ''Do-all''
|
||||
|
||||
* [[jQuery|https://jquery.com/]] --- //write less, do more// for general operations (has optional libraries for selectors and UI) --- <<[ "[[Git|https://github.com/jquery]]">>
|
||||
* [[Licia|https://licia.liriliri.io/]] - //utility library to get daily works done// - <<[ "[[Git|https://github.com/liriliri/licia]]">>
|
||||
* [[Lodash|https://lodash.com/]] - More modern fork of Underscore, useful for working with data objects - <<[ "[[Git|https://github.com/lodash]]">>
|
||||
** [[cheerio|https://cheerio.js.org/]] --- //The fast, flexible & elegant library for parsing and manipulating HTML and XML//, slimmer substitute for jQuery, works on Node
|
||||
* [[Licia|https://licia.liriliri.io/]] --- //utility library to get daily works done// --- <<[ "[[Git|https://github.com/liriliri/licia]]">>
|
||||
* [[Lodash|https://lodash.com/]] --- More modern fork of Underscore, useful for working with data objects ...supports "[[Custom Builds|https://lodash.com/custom-builds]]" that include only the functions you want --- <<[ "[[Git|https://github.com/lodash]]">>
|
||||
* [[🐚 zx|https://google.github.io/zx/]] --- //A tool for writing better scripts//, it's like better sh scripting done via JavaScript. --- <<[# Git"https://github.com/google/zx">>
|
||||
|
||||
!!! ''Polyfills''
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20230109220804304
|
||||
creator: Octt
|
||||
modified: 20240129095852920
|
||||
modified: 20240130121203024
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?data
|
||||
tags: OcttKB $:/i18n:en
|
||||
title: OcttKB/Data
|
||||
|
||||
|
@@ -1,12 +1,14 @@
|
||||
created: 20230221204801305
|
||||
creator: Octt
|
||||
modified: 20240119001119592
|
||||
modified: 20240130151210109
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Web/Development
|
||||
|
||||
<<^WikipediaFrame "Web development">>
|
||||
|
||||
* [[Ravelrumba - Blogging design and front end development|https://www.ravelrumba.com/]]
|
||||
|
||||
!!! ''References''
|
||||
|
||||
; Misc
|
||||
@@ -52,6 +54,9 @@ title: Web/Development
|
||||
* [[Convert HTML5 Canvas Sequence to a Video File|https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file/62065826#62065826]]
|
||||
** customize video quality by changing codec: <<MDNLink Web/API/MediaRecorder/mimeType#examples MediaRecorder/mimeType>>
|
||||
|
||||
* [[Convert Images to Data URIs for Faster Page Loads|https://jeffreyeverhart.com/2016/04/30/images-data-uris-faster-page-loads/]]
|
||||
** [[Data URIs for CSS Images: More Tests, More Questions|https://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/]]
|
||||
|
||||
* [[Hail, Babel! The Transpiling Overlord|https://www.telerik.com/blogs/hail-babel-the-transpiling-overlord]]
|
||||
** [[Using babel to transpile to es3 (safari compliant)|https://stackoverflow.com/questions/40205547/using-babel-to-transpile-to-es3-safari-compliant]]
|
||||
** [[How to Convert ES6 into ES5 using Babel|https://medium.com/@SunnyB/how-to-convert-es6-into-es5-using-babel-1b533d31a169]]
|
||||
@@ -59,7 +64,10 @@ title: Web/Development
|
||||
* [[How to add full text search to your website|https://medium.com/dev-channel/how-to-add-full-text-search-to-your-website-4e9c80ce2bf4]]
|
||||
** [[BlogSearch|https://github.com/kbumsik/blogsearch]]
|
||||
** [[MiniSearch, a client-side full-text search engine|https://lucaongaro.eu/blog/2019/01/30/minisearch-client-side-fulltext-search-engine.html]]
|
||||
** [[Client-side full-text search in CSS|https://www.redotheweb.com/2013/05/15/client-side-full-text-search-in-css.html?]] (+ a bit of JS :c)
|
||||
** [[Client-side full-text search in CSS|https://www.redotheweb.com/2013/05/15/client-side-full-text-search-in-css.html?]] (+ a bit of JS :c) --- <<[# Gist "https://gist.github.com/alisonailea/6527599">>
|
||||
** [[Lunr.js|https://github.com/olivernn/lunr.js/]]
|
||||
*** [[Add Search to Your Static Site with Lunr.js (Hugo, Vanilla JS)|https://aaronluna.dev/blog/add-search-to-static-site-lunrjs-hugo-vanillajs/]]
|
||||
*** [[Adding Super Fast Frontend Search in Rails with Lunr|https://blog.cloud66.com/adding-super-fast-frontend-search-in-rails-with-lunr]]
|
||||
|
||||
* [[PDFObject|https://pdfobject.com/]] --- //An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents.//
|
||||
** the site also contains general tips and alternatives, such as "[[Embedding PDFs without using JavaScript|https://pdfobject.com/static/]]"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
created: 20230110225425199
|
||||
creator: Octt
|
||||
icon: 🍃
|
||||
modified: 20231111000325649
|
||||
modified: 20240130172729377
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?Animal_Crossing
|
||||
tags: Nintendo $:/i18n:en Game Proprietary
|
||||
@@ -31,8 +31,14 @@ I can't for example really play Japan festivities because only the Japan ROM inc
|
||||
|
||||
* [[Decompilation of Animal Forest (zeldaret)|https://github.com/zeldaret/af]]
|
||||
* [[ac-decomp|https://github.com/Prakxo/ac-decomp]] --- //Decompilation in progress of Animal Crossing for the Nintendo GameCube//
|
||||
|
||||
* [[ACSE|https://github.com/Cuyler36/ACSE]] --- //save editor for Animal Crossing main series games// --- note that, for my experience, and from looking at the code, the "Remove Resetti Bit" option doesn't work for ACWW
|
||||
* [[marcrobledo acnl-editor|https://www.marcrobledo.com/acnl-editor/]] --- //An Animal Crossing: New Leaf savegame editor made in HTML5// --- <<#[ Git "https://github.com/marcrobledo/acnl-editor">>
|
||||
|
||||
* [[[Action Replay] Impedire a Resetti di apparire|https://t.me/Animali_Crostini/156]] --- EUR/PAL: `221d139c 00000000`
|
||||
|
||||
* [[Guida ACWW animalcrossingitalia|http://web.archive.org/web/20120905223120/http://www.bauce.it/ACWW/Benvenuto_files/Guida_ACWW.pdf]]
|
||||
|
||||
; Content
|
||||
|
||||
: <dt> Animali Crostini 🍃 (Animal Crossing Moments)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
created: 20230209150101862
|
||||
creator: Octt
|
||||
icon: 💅
|
||||
modified: 20240130004423944
|
||||
modified: 20240130154503348
|
||||
modifier: Octt
|
||||
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
|
||||
tags: Web Frontend
|
||||
@@ -9,6 +9,9 @@ title: CSS
|
||||
|
||||
<<^wikipediaframe CSS en>>
|
||||
|
||||
* [[Temani Afif|https://dev.to/afif]] --- //Your favorite CSS Hacker// --- <<[# "GitHub Profile" "https://github.com/Afif13">>
|
||||
** [[CSS Tip|https://css-tip.com/]] --- // A micro blog to share CSS Tips & Tricks// --- <<[# Git "https://github.com/Afif13/CSS-Tip">>
|
||||
|
||||
!!! ''References''
|
||||
|
||||
* [[CSS Attribute Selectors|https://www.w3schools.com/css/css_attribute_selectors.asp]]
|
||||
@@ -28,8 +31,11 @@ title: CSS
|
||||
!!! ''Amazing''
|
||||
|
||||
* [[CSS Zen Garden|https://csszengarden.com/]] --- //The Beauty of CSS Design//
|
||||
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
|
||||
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]
|
||||
* [[26 Impressive web projects built with CSS only.|https://medium.mybridge.co/26-impressive-web-projects-built-with-css-only-4a4c2f773a21?gi=c96d73b5b5d2]]
|
||||
|
||||
* [[Pure CSS Minesweeper|https://codepen.io/bali_balo/pen/BLJONZ?editors=1100]]
|
||||
* [[Spinning Diagrams with CSS|https://x.st/spinning-diagrams-with-css]]
|
||||
* [[Bubble Sort...in PURE CSS? [No JS] 😱|https://dev.to/grahamthedev/bubble-sortin-pure-css-no-js-3bb1]]
|
||||
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
|
||||
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]
|
||||
* [[CSS-only Calendar App Concept|https://codepen.io/davidkpiano/pen/wBGjMr]]
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20230215213812453
|
||||
creator: Octt
|
||||
modified: 20230217143401588
|
||||
modified: 20240130121513294
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?calculator
|
||||
title: Calculator
|
||||
|
||||
<<^WikipediaFrame Calculator en>>
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20231223234312578
|
||||
creator: Octt
|
||||
modified: 20240119162211752
|
||||
modified: 20240130143749965
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?database
|
||||
title: Database
|
||||
|
||||
<<^wikipediaframe Database>>
|
||||
@@ -26,3 +27,9 @@ title: Database
|
||||
* [[--skip-grant-tables option cannot execute statement|https://stackoverflow.com/questions/54751024/skip-grant-tables-option-cannot-execute-statement]] --- in `mysql>` execute `flush privileges`
|
||||
|
||||
* [[MySQL LENGTH() Function|https://www.w3schools.com/sql/func_mysql_length.asp]] (not LEN on MySQL!)
|
||||
|
||||
!!! SQLite
|
||||
|
||||
<<^wikipediaframe SQLite>>
|
||||
|
||||
* [[Copying data from one SQLite database to another|https://stackoverflow.com/questions/2359205/copying-data-from-one-sqlite-database-to-another/40353567#40353567]] --- best way is probably `sqlite3 old.sqlite ".dump { names of tables }" | sqlite3 new.sqlite`
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20230116211647194
|
||||
creator: Octt
|
||||
modified: 20231212234134224
|
||||
modified: 20240130121545770
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?emulation
|
||||
tags: $:/i18n:en
|
||||
title: Emulation
|
||||
|
||||
|
@@ -1,8 +1,9 @@
|
||||
created: 20230114124144464
|
||||
creator: Octt
|
||||
icon:
|
||||
modified: 20231223123321502
|
||||
modified: 20240130121405070
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?fediverse
|
||||
tags: [[Social network]]
|
||||
title: Fediverse
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20231119004553704
|
||||
creator: Octt
|
||||
modified: 20240110011644718
|
||||
modified: 20240130121432753
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?gaming-console
|
||||
tags: Gaming
|
||||
title: Gaming console
|
||||
|
||||
|
@@ -1,11 +1,13 @@
|
||||
created: 20230202225750547
|
||||
creator: Octt
|
||||
modified: 20230429224405395
|
||||
modified: 20240130162618573
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: JSON
|
||||
|
||||
<<^WikipediaFrame JSON en>>
|
||||
|
||||
* [[JSON Editor Online|https://jsoneditoronline.org]] + formatter, filterer, querier - <<[ "[[Git|https://github.com/josdejong/jsoneditor]]">>
|
||||
* [[JMESPath|https://jmespath.org/]] - cross-platform //query language for JSON// - <<[ "[[Git|https://github.com/jmespath]]">>
|
||||
* [[JSON Editor Online|https://jsoneditoronline.org]] + formatter, filterer, querier --- <<[ "[[Git|https://github.com/josdejong/jsoneditor]]">>
|
||||
* [[JMESPath|https://jmespath.org/]] --- cross-platform //query language for JSON// --- <<[ "[[Git|https://github.com/jmespath]]">>
|
||||
|
||||
* [[XSLT equivalent for JSON|https://stackoverflow.com/questions/1618038/xslt-equivalent-for-json]]
|
||||
|
19
Wiki-OcttKB/tiddlers/Normal/_JavaScript HTML DOM API.tid
Normal file
19
Wiki-OcttKB/tiddlers/Normal/_JavaScript HTML DOM API.tid
Normal file
@@ -0,0 +1,19 @@
|
||||
created: 20240130123607678
|
||||
creator: Octt
|
||||
modified: 20240130135809151
|
||||
modifier: Octt
|
||||
tags: JavaScript Web HTML
|
||||
title: JavaScript HTML DOM API
|
||||
|
||||
Note that some of the following resources are still not copied from other pages.
|
||||
|
||||
* [[HTML DOM Events|https://www.w3schools.com/jsref/dom_obj_event.asp]]
|
||||
* <$let parentUrl="https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement"><a href=<<parentUrl>>>HTMLInputElement</a>...<div>
|
||||
|
||||
* <a href=`$(parentUrl)$/select`>select()</a> --- //selects all the text in a `<textarea>` element or in an `<input>` element that includes a text field.//
|
||||
</div></$let>
|
||||
|
||||
* [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]]
|
||||
* [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')`
|
||||
* [[set doctype using javascript|https://stackoverflow.com/questions/21523487/set-doctype-using-javascript]]
|
||||
* [[Insert an element after another DOM element with JavaScript|https://attacomsian.com/blog/javascript-insert-element-after]] --- //`target.parentNode.insertBefore(elem, target.nextSibling)`//
|
@@ -1,6 +1,6 @@
|
||||
created: 20221110145611678
|
||||
creator: Octt
|
||||
modified: 20240119004231712
|
||||
modified: 20240130124051881
|
||||
modifier: Octt
|
||||
tags: Development $:/i18n:en Web
|
||||
title: JavaScript
|
||||
@@ -39,13 +39,7 @@ title: JavaScript
|
||||
* [[How to convert uint8 Array to base64 Encoded String?|https://stackoverflow.com/questions/12710001/how-to-convert-uint8-array-to-base64-encoded-string/66046176#66046176]]
|
||||
* [[What is the JavaScript version of sleep()?|https://stackoverflow.com/questions/951021/what-is-the-javascript-version-of-sleep#39914235]] --- `await new Promise(r => setTimeout(r, milliseconds));`
|
||||
* [[Convert letter to number in JavaScript|https://stackoverflow.com/questions/27877197/convert-letter-to-number-in-javascript]] (or parse a String that contains a number and happens to contain letters as a Number) --- <<MDNLink Web/JavaScript/Reference/Global_Objects/parseInt parseInt()>>
|
||||
|
||||
* [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]]
|
||||
* [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')`
|
||||
* [[set doctype using javascript|https://stackoverflow.com/questions/21523487/set-doctype-using-javascript]]
|
||||
* [[JavaScript Regex Replace Tutorial|https://www.javascripttutorial.net/javascript-regex/replace/]]
|
||||
* [[Insert an element after another DOM element with JavaScript|https://attacomsian.com/blog/javascript-insert-element-after]] --- //`target.parentNode.insertBefore(elem, target.nextSibling)
|
||||
`//
|
||||
|
||||
* [[Send POST data using XMLHttpRequest|https://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest]]
|
||||
* [[fetch API [and comparison with XMLHttpRequest]|https://davidwalsh.name/fetch]]
|
||||
@@ -57,7 +51,6 @@ title: JavaScript
|
||||
* <<MDNLink Web/JavaScript/Reference/Global_Objects/Array/concat "Array.prototype.concat()">> --- //used to merge two or more arrays, does not change the existing arrays but instead returns a new one//
|
||||
* [[XMLHttpRequest|https://www.w3schools.com/xml/xml_http.asp]]
|
||||
** <<MDNLink Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests "Synchronous and asynchronous requests">>
|
||||
* [[HTML DOM Events|https://www.w3schools.com/jsref/dom_obj_event.asp]]
|
||||
|
||||
* <<httpsL tixy.land>> --- //(t,i,x,y) => "creative code golfing"// --- <<[# Git"https://github.com/aemkei/tixy">>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230129163138871
|
||||
creator: Octt
|
||||
modified: 20230301121014329
|
||||
modified: 20240130163630610
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en Game Proprietary
|
||||
title: Mirror's Edge
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20221202225134930
|
||||
creator: Octt
|
||||
modified: 20231112001653635
|
||||
modified: 20240130152333354
|
||||
modifier: Octt
|
||||
page-cover: https://raw.githubusercontent.com/misskey-dev/misskey/develop/assets/title_float.svg
|
||||
tags: Fediverse
|
||||
title: Misskey
|
||||
|
||||
@@ -10,5 +11,4 @@ title: Misskey
|
||||
[[Misskey|https://misskey-hub.net/en]] is an open, semi-decentralized social media platform. Decentralization is founded on the [[ActivityPub|ActivityPub]] protocol.
|
||||
|
||||
* [[https://github.com/misskey-dev]]
|
||||
|
||||
[img[https://raw.githubusercontent.com/misskey-dev/misskey/develop/assets/title_float.svg]]
|
||||
* [[藍: Misskey Artworks (Miss Ai)|https://xn--931a.moe/]]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230207185346822
|
||||
creator: Octt
|
||||
modified: 20231213001702461
|
||||
modified: 20240130143901325
|
||||
modifier: Octt
|
||||
tags: JavaScript
|
||||
title: Node.js
|
||||
@@ -11,6 +11,7 @@ title: Node.js
|
||||
|
||||
* [[Node.js check if path is file or directory|https://stackoverflow.com/a/43701801]]
|
||||
* [[How to copy files and folders in Node.js?|https://javascript.plainenglish.io/how-to-copy-files-and-folders-in-node-js-e37394fdf4c0]] --- //Multiple ways to copy files in Node.js//
|
||||
* [[How To Get the MIME Type of a File in Node.js|https://dev.to/victrexx2002/how-to-get-the-mime-type-of-a-file-in-nodejs-p6c]]
|
||||
|
||||
; Docs
|
||||
: [[Node.js HTTP Module|https://www.w3schools.com/nodejs/nodejs_http.asp]]
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20230227073605348
|
||||
creator: Octt
|
||||
modified: 20230227074002723
|
||||
modified: 20240130121821679
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?palette
|
||||
tags: Color
|
||||
title: Palette
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20221102121324531
|
||||
creator: Octt
|
||||
modified: 20231223211424877
|
||||
modified: 20240130121451980
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?retrogaming
|
||||
tags: Emulation Retro $:/i18n:en Gaming
|
||||
title: Retrogaming
|
||||
|
||||
|
@@ -1,17 +1,23 @@
|
||||
created: 20230905232949767
|
||||
creator: Octt
|
||||
modified: 20240128180642888
|
||||
modified: 20240130161941155
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Static site generator
|
||||
|
||||
<<^wikipediaframe "Static site generator">>
|
||||
|
||||
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">>
|
||||
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">> (website contains a Showcase section with many sites)
|
||||
** [[Support Relative Path|https://github.com/facebook/docusaurus/issues/448#issuecomment-908777029]]
|
||||
** [[Option to generate offline static HTML files usable without server|https://github.com/facebook/docusaurus/issues/3825]]
|
||||
*** [[Docusaurus-Static|https://octospacc.gitlab.io/editocttrialTools/docusaurus-static/]] --- my hack for solving the problem
|
||||
** [[@easyops-cn/docusaurus-search-local|https://github.com/easyops-cn/docusaurus-search-local]] --- //Offline/local search for Docusaurus v2/v3// --- <<[# Demo"https://easyops-cn.github.io/docusaurus-search-local/">>
|
||||
** [[How to use math equations in Docusaurus|https://aloci.me/mathjax-katex/]] --- a KaTeX integration is officially aknowledged, unfortunately for my experience alignment and spacing of some symbols is broken; better to just inject MathJax
|
||||
|
||||
* [[mdBook|https://rust-lang.github.io/mdBook/]] --- //command line tool to create books with Markdown. It is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation.// --- <<[# Git "https://github.com/rust-lang/mdBook">>
|
||||
|
||||
* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites
|
||||
|
||||
* <<linkdescgit Hugo "https://gohugo.io" "The world’s fastest framework for building websites" "https://github.com/gohugoio/hugo">>
|
||||
|
||||
* [[Hexo|https://hexo.io/]] --- //A fast, simple & powerful blog framework//
|
||||
@@ -26,5 +32,3 @@ title: Static site generator
|
||||
|
||||
* [[Pelican|https://getpelican.com/]]
|
||||
** [[Eevee|https://kura.gg/eevee/]] --- //A Material Design theme for Pelican//
|
||||
|
||||
* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites
|
||||
|
@@ -1,7 +1,7 @@
|
||||
created: 20220924193842295
|
||||
creator: Octt
|
||||
icon: 🐈
|
||||
modified: 20240130003932997
|
||||
modified: 20240130141118491
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random/?computer-cat
|
||||
tags: TiddlyWiki Wiki Zettelkasten Libre
|
||||
@@ -52,6 +52,8 @@ It is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyo
|
||||
|
||||
!!! Misc
|
||||
|
||||
* [[TiddlyWiki Sharing Edition|https://tiddlywiki.com/share]] --- //allows users to create links to wikis with the special capability of containing embedded tiddlers that are loaded into the target wiki at startup//, all content encoded in the URL hash, by using the experimental Share plugin
|
||||
|
||||
* [[Fun with Feeds (a proof of concept RSS reader)|https://talk.tiddlywiki.org/t/fun-with-feeds-a-proof-of-concept-rss-reader/6490]] --- <<[# TiddlyWiki"https://saqimtiaz.github.io/sq-tw/temp/feedreader.html">> (use CTRL+Shift+L to switch to normal UI)
|
||||
|
||||
* [[Has anyone generated an RSS feed from TiddlyWiki?|https://talk.tiddlywiki.org/t/has-anyone-generated-an-rss-feed-from-tiddlywiki/966/25]]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
created: 20230114161806791
|
||||
creator: Octt
|
||||
icon: 🎆
|
||||
modified: 20230221195107270
|
||||
modified: 20240130121733694
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?web-design
|
||||
tags: Internet $:/i18n:en $:/Apps
|
||||
@@ -43,7 +43,9 @@ https://source.unsplash.com/{From}/[Size]/?[Keywords]
|
||||
|
||||
!!! ''Random Picture from the Gallery''
|
||||
|
||||
<a href="https://unsplash.com" rel="noopener noreferrer" target="_blank"><img class="Img90" src="https://source.unsplash.com/random"></a>
|
||||
<a href="https://unsplash.com" rel="noopener noreferrer" target="_blank">
|
||||
<img class="Img90" src="https://source.unsplash.com/random">
|
||||
</a>
|
||||
|
||||
<!--
|
||||
<a href="https://source.unsplash.com/random?{{{[<now hh.mm.ss.XXX>]}}}">a</a>
|
||||
|
@@ -1,7 +1,8 @@
|
||||
created: 20230206192842398
|
||||
creator: Octt
|
||||
modified: 20240119172421330
|
||||
modified: 20240130121341180
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?wordpress
|
||||
tags: Web PHP CMS
|
||||
title: WordPress
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230817233205916
|
||||
creator: Octt
|
||||
modified: 20240118233818349
|
||||
modified: 20240130162351619
|
||||
modifier: Octt
|
||||
tags: XML WIP
|
||||
title: XPath
|
||||
@@ -8,3 +8,5 @@ title: XPath
|
||||
<<^wikipediaframe XPath>>
|
||||
|
||||
* [[XPather|http://xpather.com/]] --- //XPath online real-time tester, evaluator and generator for XML & HTML//
|
||||
|
||||
* [[Getting attribute using XPath|https://stackoverflow.com/questions/4531995/getting-attribute-using-xpath#4532084]] --- `query/to/element/`''`@attribute`''
|
||||
|
Reference in New Issue
Block a user