Skip to content

Releases: mmagnus/geekbook

v3.9 blockquote '>' will work as abstract

23 Mar 20:12
Compare
Choose a tag to compare
# kindle at harvard - network issue 240323

> It seems that what finally worked was waiting to turn off my Kindle, registering it through my computer with this Mac, and then connecting it again. At that point it finally started working.

sc 2024-03-23 at 16 10 33

v3.8 youtube: fix missing title for youtube video

22 Oct 17:55
Compare
Choose a tag to compare

v.3.7 Geekbook speaks Latex/Math

25 Apr 22:08
Compare
Choose a tag to compare

sc 2023-04-25 at 18 06 59


Install:

    pip install python-markdown-math

# Maths


$$\sqrt{\frac{1}{3}}$$
$$\sqrt[3]{2x}$$
$$\sum\limits_{i=1}^{10} t_i$$

this is ok \(\alpha  t\)?

<p>
<script type="math/tex">e^x</script>
</p>

Additionally, it functions reasonably well in the topdf conversion.

sc 2023-04-25 at 18 13 24

v3.6 Add tags to be seen at the index page

07 Dec 14:14
Compare
Choose a tag to compare

v3.5

27 Jul 15:29
Compare
Choose a tag to compare

sc 2022-07-27 at 17 27 56 vs sc 2022-07-27 at 17 27 42

glue caption to figure if Figure. or Fig. used

v.3.4

03 Apr 13:02
9163b98
Compare
Choose a tag to compare
  • add PINNED_NOTES
  • topdf to read my geekbook notes on my Boox #111
  • insert_safari_url #114
sc.2022-04-03.at.14.59.20.mp4

Read your notes on Boox!
181288226-7ecd3df4-bc3d-4e0f-b618-a81ae9a1e118

Full Changelog: v.3.3.2...v.3.4

v.3.3.2

18 Feb 18:57
Compare
Choose a tag to compare

What's Changed

  • plugins/insert_image.py: process heic files #104
  • plugins/ia_writer.py: fix for .PNG etc
  • plugins/insert_image.py: add TAG3
  • plugins/insert_image.py: fix for .PNG etc.
  • fix adding \n fix #105
  • process_md.py: open with Adobe PS
  • INSERT_IMAGE_HASHTAG
  • Fixed #102 links with # inside [file:cwc15-introduce-bamHI.md#Run-on-gel-210819.md]
  • FileNotFoundError: [Errno 2] No such file or directory fix #99
  • Internal URL into [file:<file.md>] fix #100 missing code
  • Add INSERT_IMAGE_TAG_SUFFIX to tag imported images by @mmagnus in #98
  • Dev by @mmagnus in #101

Full Changelog: v.3.3.1...v.3.3.2

v3.3 dark mode with printing mode

23 Jul 09:12
Compare
Choose a tag to compare

sc 2021-07-23 at 11 06 31

Darkmode [2021-04-19-2021-07-23]

  • style: up
  • process images macros smaller & light/dark & dark/light for images
  • Set light theme for code
  • Add printing mode (required after dark mode)
  • [prototype] init of darkmode

Add:

  • 2021-02-23 Add ADD_EXTRA_SPACE_FOR_NOTES for printed notes for extra space for pdfs for Boox
  • 2021-02-22 TOC now handles h4 and h5 level headers
  • 2021-02-14 insert_image.py: handle file://localhost/localhost/private
  • 2021-02-11/23 Add to engine/process_md.py: ways to do quick actions with from the editor via ![#rm]()
    - #rm
    - #open
    - #fork
    - #min
  • 2021-02-08 page: export file (with images) with --add-toc --push --readme

Change:

  • 2021-02-11 engine/plugins/insert_image.py: works also on /

Fix:

  • 2021-01-26 insert_image.py: fix pngfiles:///
  • 2021-01-26 insert_image.py: fix getting dates, a new function with ifs, add #
  • 2021-01-05 fix: dont crash when there is space in name (but files are simply skipped)

Python3

25 Aug 09:46
81599b8
Compare
Choose a tag to compare
py3

Update CHANGELOG.md

Python 2 release

24 Aug 13:32
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mmagnus/geekbook

* 'master' of github.com:mmagnus/geekbook:
  Update quickref.rst
  Update quickref.rst
  Update quickref.rst
  Update rna.rst
  Update requirements.txt
  Update quickref.rst
  Update quickref.rst
  Update find_files.py
  Update view.rst
  Update getstarted.rst
  Update CHANGELOG.md
  start & test: it should go with --update to generate html page
  webserverflask.py: remove some prints
  Fix a bug, not public is not public now
  conf: fix, FIND_FILES_PLUGIN should go before conf_local
  corrected version, no alert if file is found
  new way to open files
  Update README.md
  slides: fix missing lib
  workshop: prepare a presentation for workshops

# Conflicts:
#	CHANGELOG.md
#	docs/source/quickref.rst
#	engine/plugins/find_files.py
#	engine/webserverflask.py
#	geekbookapp.py