H1 title

Just plain text

 

На русском

 

Две строки

Одна за другой

 

Loooong text about something wihtout line breaks. But separated into sentences. It has nothing but words here and there to test how long can it be. Just another couple of phrases. I like watermelons. It is for testing porposes only. (Contains errors)

 

One img:

 

Big image:

 

Huge image:

 

Image with text:

Note: The common use of a triangle w} 
closing the widget is why these are som 
A <details> widget can be in one of two 
triangle and the label inside (01 
This might look like the follow,

Text in image:Note: The common use of a triangle w} closing the widget is why these are som A <details> widget can be in one of two triangle and the label inside (01 This might look like the follow,

 

 

Russian text in image:

пригодился такой совет из книжки Като Ломб, которым я польз•юсь и по сей день: 
Заучивайте не словами, а предложениями.

Text in image:пригодился такой совет из книжки Като Ломб, которым я польз•юсь и по сей день: Заучивайте не словами, а предложениями.

 

Formating italic bold underline

Bold italic underline

Highlighted

Bold italic underline HIGHLIGHTED

Highlighted with green

Colored text

 

H2 title h2

H3 title h3

H4 title h4

H5 title h5

H6 title h6

 

OneNote titles:

H1 title

H2 title

H3 title

H4 title

H5 title
H6 title

 

OneNote citation

OneNote Quote

OneNote Code

 

Code from Visual Studio:

    const REG_HEX = /&#x([a-fA-F0-9]+);/g;

    const contentWithDecodedRussianText = $note.html().replace(REG_HEXfunction(matchgroup1){

      var num = parseInt(group116); //=> 39

      return String.fromCharCode(num); //=> '

    });

 

Code from internet:

function parseAscii(input) {
  return input.replace(/\\x([0-9A-F]{2})/g, (g, g1) => {
    return
String.fromCharCode(parseInt(g1, 16));
  });
}

 

From <https://stackoverflow.com/questions/30194953/how-to-decode-this-hex-code-javascript>

 

Or without formatting:

function parseAscii(input) {

  return input.replace(/\\x([0-9A-F]{2})/g, (g, g1) => {

    return String.fromCharCode(parseInt(g1, 16));

  });

}

 

3 or 5 breaklines:

 

 

 

 

Link to external web page:

https://en.wikipedia.org/wiki/Augusta_Victoria_Hospital

 

Link to our page:

https://world-of-geeks.gitlab.io/articles/mod-book-idea/index.html

 

Link to other note:

Reset-creds-helper_

 

Link to other note that was not published firstly, but published after referencing:

Manip-man-love

 

Link to not published note:

 

Link to note outside of section:

 

 

Video at YouTube:

 

Part of video from 1:03:

 

Part of video 55-01:16:

 

Part of video 02:14-2:30:

 

Part of video 2:59:56-03:00:20:

 

Video in text:

Here it is:

- not separated. And here

also

 

Shared yt video:

https://youtu.be/UaQPrOjbuB4

 

Shared yt video with start time at 10:

https://youtu.be/UaQPrOjbuB4?t=10

 

Video and subtitles:

Text from video:

Now, you also have to learn a tremendous amount about being a parent

00:43

like, for example, how to dress your child.

00:46

(Laughter)

00:47

This was new to me.

00:50

This is an actual outfit, I thought this was a good idea.

00:53

And even Lela knows that it's not a good idea. (Laughter)

00:59

So there is so much to learn and so much craziness all at once.

01:04

And to add to the craziness, Kelsey and I both work from home,

01:08

we're entrepreneurs, we run our own businesses.

01:11

So, Kelsey develops courses online for yoga teachers.

01:16

I'm an author.

01:18

And so, I'm working from home, Kelsey's working from home.

01:20

We have an infant and we're trying to make sure

01:23

that everything gets done that needs done.

01:26

And life is really, really busy.

01:32

And a couple of weeks into this amazing experience,

01:36

when the sleep deprivation really kicked in,

01:40

like around week eight,

01:42

I had this thought, and it was the same thought

01:45

that parents across the ages, internationally,

01:49

everybody has had this thought, which is:

01:52

I am never going to have free time ever again.

01:58

(Laughter)

 

From <https://www.youtube.com/watch?v=5MgBikgcWnY>

 

 

Subtitles without video:

Text from video:

So, 10,000 hours, just to give you a rough order of magnitude,

03:46

10,000 hours is a full-time job for five years.

03:52

That's a long time.

03:54

And we've all had the experience of learning something new,

03:56

and it didn't take us anywhere close to that amount of time, right?

 

From <https://www.youtube.com/watch?v=5MgBikgcWnY>

 

 

 

 

 

 

Table:

R1c1

R1c2

Bold

Image at right ->

R2c3

R3c1

https://world-of-geeks.gitlab.io/articles/mod-book-idea/index.html

R3c3 italic

 

 

Unordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. Item 1
  2. Item 2
  3. Item 3

Funny bullets (smiles):

  • Item 1
  • Item 2
  • Item 3

 

 

 

Dispatched element at left:

CANNOT BE USED because OneNote Batch transforms whole note to image instead of HTML file!

 

 

This text is right aligned

And this is left aligned text

 

 


All Articles